Andreas Hocevar
d95113bca1
Merge pull request #11554 from openlayers/dependabot/npm_and_yarn/terser-webpack-plugin-4.2.0
...
Bump terser-webpack-plugin from 4.1.0 to 4.2.0
2020-09-14 10:55:10 +02:00
Andreas Hocevar
098c694bd7
Merge pull request #11553 from openlayers/dependabot/npm_and_yarn/rollup-2.26.11
...
Bump rollup from 2.26.10 to 2.26.11
2020-09-14 10:54:46 +02:00
dependabot-preview[bot]
8ba75f799e
Bump eslint from 7.8.1 to 7.9.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.8.1 to 7.9.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 07:25:30 +00:00
dependabot-preview[bot]
ac45b3701f
Bump puppeteer from 5.2.1 to 5.3.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 5.2.1 to 5.3.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v5.2.1...v5.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 07:24:17 +00:00
dependabot-preview[bot]
cc92cca54f
Bump karma from 5.2.1 to 5.2.2
...
Bumps [karma](https://github.com/karma-runner/karma ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v5.2.1...v5.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 07:23:19 +00:00
dependabot-preview[bot]
1a780108d6
Bump terser-webpack-plugin from 4.1.0 to 4.2.0
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 07:22:23 +00:00
dependabot-preview[bot]
1baddf276e
Bump rollup from 2.26.10 to 2.26.11
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.26.10 to 2.26.11.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.26.10...v2.26.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-14 07:21:44 +00:00
Andreas Hocevar
beefeaad1a
Merge pull request #11519 from MoonE/multipoint-draw-only-visible
...
Do not draw multipoints outside render extent
2020-09-13 12:03:21 +02:00
Maximilian Krög
66ca8fbc13
Fix error when text placement is 'line' for point geometry
2020-09-12 21:30:28 +02:00
Maximilian Krög
fd28d5bb3d
Simplify method signature for appendFlatPointCoordinates
2020-09-12 20:54:53 +02:00
Maximilian Krög
9ca9e73374
Declare variable when used
2020-09-12 20:54:53 +02:00
Maximilian Krög
df81f53eb5
Some simplifications
2020-09-12 20:54:53 +02:00
Andreas Hocevar
cd017ec2f6
Merge pull request #11532 from ahocevar/tilegrid-docs
...
Make TileGrid behave as documented with extent and sizes options
2020-09-12 20:14:45 +02:00
Maximilian Krög
3e4e21dc8d
Only check if point is in extent for MultiPoint and TextLabels
2020-09-12 18:23:24 +02:00
Maximilian Krög
fb62e7928e
Rename method used for lines.
2020-09-11 23:53:59 +02:00
Frédéric Junod
6b0471c2dc
Merge pull request #11545 from fredj/webgl_className
...
Use the className param in ol.layer.Heatmap
2020-09-11 10:00:30 +02:00
Andreas Hocevar
f145082966
Merge pull request #11548 from ahocevar/bind-tileurlfunction
...
Bind tileUrlFunction before returning it from getTileUrlFunction
2020-09-11 09:43:07 +02:00
Andreas Hocevar
7957abd72d
Merge pull request #11549 from ahocevar/no-root-node
...
Only use elementFromPoint with ShadowRoot
2020-09-11 09:41:52 +02:00
Frederic Junod
142fbc0811
Use the className param in ol.layer.Heatmap
2020-09-11 08:23:15 +02:00
Andreas Hocevar
fcf6072061
Merge pull request #11502 from jbelien/wmscapabilities/singlelayer
...
Fix issue with WMS Capabilities containing a single layer
2020-09-10 19:27:18 +02:00
Andreas Hocevar
feb88d1c0d
Merge pull request #11540 from gberaudo/avoid_mvt_reprojection
...
Avoid unnecessary transform in the MVT format
2020-09-10 19:18:33 +02:00
Guillaume Beraudo
39fc6d7816
Avoid unnecessary transform in MVT format
...
When using ol.render.Feature there was a mandatory geometry transform.
With this change it is now easy to read features directly in the native tile projection.
Since there is no needed transform, there is no need either to define an extent and a world extent, for that use-case.
2020-09-10 17:13:30 +02:00
Andreas Hocevar
869206b33d
Only use elementFromPoint with ShadowRoot
2020-09-10 11:22:33 +02:00
Andreas Hocevar
bff25f9ba4
Bind tileUrlFunction before returning it from getTileUrlFunction
2020-09-10 10:10:52 +02:00
Andreas Hocevar
87954dcee2
Add additional tests
2020-09-09 18:09:43 +02:00
Andreas Hocevar
0ec6674465
Merge pull request #11537 from mike-000/patch-16
...
Add rotation and rotateWithView to ol/style/Circle clone method and options
2020-09-09 18:00:08 +02:00
Andreas Hocevar
5b69af64e8
Merge pull request #11543 from sweco-dkjesh/main
...
wmts matrixset null pointer fix and improved handling of Identifier
2020-09-09 17:51:33 +02:00
Andreas Hocevar
0f8c8af833
Make TileGrid behave as documented with extent and sizes options
2020-09-09 16:07:33 +02:00
sweco-dkjesh
df8da1158f
Lint
2020-09-09 13:30:14 +02:00
sweco-dkjesh
d409168940
Lint
2020-09-09 13:22:38 +02:00
sweco-dkjesh
bf86bcbee4
Lint
2020-09-09 13:13:58 +02:00
sweco-dkjesh
6ae62c3e93
Lint
2020-09-09 12:49:04 +02:00
sweco-dkjesh
132ce172ed
null pointer fix and improved handling of Identifier
...
Fix nullpointer error when a matrixSet is not found in the matrixsetobj when matrix limits exist.
Also check for match by prepending matrixSetObj.Identifier which is supported by some wmts services.
2020-09-09 12:29:43 +02:00
Andreas Hocevar
915bca5114
Merge pull request #11509 from fgravin/proj-4326-identifier
...
Add urn:x-ogc:def:crs:EPSG:6.6:4326 as WGS84 proj identifier
2020-09-09 10:22:34 +02:00
Florent gravin
5d8aa85caa
Use regexp replacements in ol.proj.get
...
This avoids to have to many redundant identifier definitions for each projection and ensure to cover most of the existing srsNames
2020-09-08 17:33:07 +02:00
mike-000
685040347b
Add rotation and rotateWithView
...
Add rotation and rotateWithView to options and clone
Add rotation and rotateWithView to clone test
Also check that scale and displacement arrays are cloned
2020-09-08 16:23:45 +01:00
Andreas Hocevar
3d5f375d52
Merge pull request #11521 from ahocevar/integer-pixel-ratio-only
...
Do not use fractional pixel ratio for rendering vector tiles
2020-09-07 12:40:01 +02:00
Andreas Hocevar
7301259043
Merge pull request #11531 from openlayers/dependabot/npm_and_yarn/rollup-2.26.10
...
Bump rollup from 2.26.8 to 2.26.10
2020-09-07 11:08:53 +02:00
dependabot-preview[bot]
27dce8a4d9
Bump rollup from 2.26.8 to 2.26.10
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.26.8 to 2.26.10.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.26.8...v2.26.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-07 09:03:25 +00:00
Andreas Hocevar
da5e4ffbb6
Merge pull request #11530 from openlayers/dependabot/npm_and_yarn/babel/preset-env-7.11.5
...
Bump @babel/preset-env from 7.11.0 to 7.11.5
2020-09-07 11:01:43 +02:00
Andreas Hocevar
e429b16cb8
Merge pull request #11529 from openlayers/dependabot/npm_and_yarn/rollup-plugin-terser-7.0.2
...
Bump rollup-plugin-terser from 7.0.1 to 7.0.2
2020-09-07 11:01:11 +02:00
Andreas Hocevar
503af27b2c
Merge pull request #11528 from openlayers/dependabot/npm_and_yarn/babel/core-7.11.6
...
Bump @babel/core from 7.11.4 to 7.11.6
2020-09-07 11:00:42 +02:00
Andreas Hocevar
7b022f2d30
Merge pull request #11526 from openlayers/dependabot/npm_and_yarn/eslint-7.8.1
...
Bump eslint from 7.7.0 to 7.8.1
2020-09-07 10:59:46 +02:00
Andreas Hocevar
8fa9f53db9
Merge pull request #11527 from openlayers/dependabot/npm_and_yarn/karma-5.2.1
...
Bump karma from 5.1.1 to 5.2.1
2020-09-07 10:59:24 +02:00
Andreas Hocevar
e4c0f95b11
Merge pull request #11525 from openlayers/dependabot/npm_and_yarn/copy-webpack-plugin-6.1.0
...
Bump copy-webpack-plugin from 6.0.4 to 6.1.0
2020-09-07 10:57:28 +02:00
dependabot-preview[bot]
567cfa16f3
Bump @babel/preset-env from 7.11.0 to 7.11.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.11.0 to 7.11.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.5/packages/babel-preset-env )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-07 07:29:50 +00:00
dependabot-preview[bot]
1d9f5fdc09
Bump rollup-plugin-terser from 7.0.1 to 7.0.2
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v7.0.1...v7.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-07 07:28:41 +00:00
dependabot-preview[bot]
6eaf1dab2b
Bump @babel/core from 7.11.4 to 7.11.6
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.4 to 7.11.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.11.6/packages/babel-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-07 07:27:55 +00:00
dependabot-preview[bot]
45f5eb4be8
Bump karma from 5.1.1 to 5.2.1
...
Bumps [karma](https://github.com/karma-runner/karma ) from 5.1.1 to 5.2.1.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v5.1.1...v5.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-07 07:27:01 +00:00
dependabot-preview[bot]
9495b3ba06
Bump eslint from 7.7.0 to 7.8.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.7.0 to 7.8.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.7.0...v7.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-09-07 07:25:41 +00:00