dependabot-preview[bot]
cf0b8af356
Bump rollup from 1.29.1 to 1.31.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.29.1 to 1.31.0.
- [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/v1.29.1...v1.31.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 08:17:49 +00:00
dependabot-preview[bot]
1e08750398
Bump @babel/preset-env from 7.8.3 to 7.8.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.3 to 7.8.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.8.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 08:17:08 +00:00
dependabot-preview[bot]
f4ef2e15db
Bump url-polyfill from 1.1.7 to 1.1.8
...
Bumps [url-polyfill](https://github.com/lifaon74/url-polyfill ) from 1.1.7 to 1.1.8.
- [Release notes](https://github.com/lifaon74/url-polyfill/releases )
- [Commits](https://github.com/lifaon74/url-polyfill/compare/1.1.7...1.1.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 08:15:52 +00:00
dependabot-preview[bot]
cd3a205803
Bump terser-webpack-plugin from 2.3.2 to 2.3.4
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 2.3.2 to 2.3.4.
- [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/v2.3.2...v2.3.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 08:14:59 +00:00
dependabot-preview[bot]
564af3e4d5
Bump puppeteer from 2.0.0 to 2.1.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v2.0.0...v2.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-02-03 08:14:11 +00:00
mike-000
3c2dfb511a
Fix Polystyle outline 0 conflict with Linestyle
...
Return separate style objects for polygon geometries (including multipolygon and polygons in geometry collections) and other geometries if Polystyle outline is defined as 0
Rearrange code to reduce cloning of styles in createNameStyleFunction
Update Polystyle outline 0 tests
Check for separate style objects applying to LineString and Polygon geometries
Test LineString and Polygon geometries in a collection
2020-02-02 11:28:07 +00:00
Andreas Hocevar
f91ce5692f
Remove apidoc annotation to show refresh for ol/source/Cluster
2020-02-01 21:44:10 +01:00
Andreas Hocevar
38abbcbdd6
Remove inheritDoc to work around JSDoc issue
2020-02-01 19:06:37 +01:00
Andreas Hocevar
902f3c2fba
Merge pull request #10574 from ahocevar/text-background
...
Text rendering improvements
2020-01-30 15:57:04 +01:00
Andreas Hocevar
7266f37f85
Remove unused export and variable
2020-01-30 14:56:11 +01:00
Andreas Hocevar
93897d92d5
Merge pull request #10591 from ahocevar/sphere-license
...
Remove obsolete license notice
2020-01-30 14:03:57 +01:00
Andreas Hocevar
81d14fb636
Remove obsolete license notice
2020-01-30 10:47:53 +01:00
Andreas Hocevar
542b77eef8
Save and restore before rendering labels
2020-01-30 09:14:03 +01:00
Andreas Hocevar
a24c94487c
Cache label instructions for better performance
2020-01-30 09:14:02 +01:00
Andreas Hocevar
d87f7b7d35
Merge pull request #10588 from ahocevar/apidoc
...
Sort doc navigation properly and add missing modules
2020-01-30 08:15:41 +01:00
Jeremy Smith
001cb98990
Updated test to use renamed option
2020-01-30 08:03:02 +10:00
Jeremy Smith
7805768942
Renamed option to constrainOneAxis
2020-01-30 07:40:28 +10:00
Andreas Hocevar
f8f7f83be7
Do not expose static render function of controls
2020-01-29 20:21:08 +01:00
Tim Schaub
af307eb606
Merge pull request #10581 from DanielRuf/ci/use-package-lock-checksum
...
Use package-lock.json for the checksum calculation
2020-01-29 07:35:51 -08:00
Andreas Hocevar
e3f9e250ab
Sort doc navigation properly and add missing modules
2020-01-29 14:04:52 +01:00
Andreas Hocevar
c373a3eafd
Merge pull request #10584 from MrSoUndso/dev
...
fixed issue with version throwing an error if it is null
2020-01-29 12:06:48 +01:00
Jeremy Smith
4151e86c0a
Adds option to View for using larger resolution value when clamping
2020-01-29 15:35:48 +10:00
Jakob Gerstmayer
153bd7f5d1
fixed spacing after if
2020-01-28 17:48:45 +01:00
Jakob Gerstmayer
902bdbabdc
fixed issue with version throwing an error if it is null
2020-01-28 17:39:21 +01:00
Daniel Ruf
02b1ab71f1
Use package-lock.json for the checksum calculation - closes #10069
2020-01-28 11:13:50 +01:00
Andreas Hocevar
2652c1a30d
Merge pull request #10575 from mike-000/patch-8
...
Fix ol/layer/Graticule rendercomplete problem
2020-01-27 16:46:44 +01:00
Andreas Hocevar
29ea779f66
Merge pull request #10562 from crubier/master
...
Zoomify: Separate the service pixel ratio and the device pixel ratio
2020-01-27 15:46:11 +01:00
Frédéric Junod
9cf8fe9e05
Merge pull request #10578 from openlayers/dependabot/npm_and_yarn/sinon-8.1.1
...
Bump sinon from 8.1.0 to 8.1.1
2020-01-27 09:03:56 +01:00
Frédéric Junod
2f7e681c32
Merge pull request #10577 from openlayers/dependabot/npm_and_yarn/mocha-7.0.1
...
Bump mocha from 7.0.0 to 7.0.1
2020-01-27 09:03:36 +01:00
Frédéric Junod
e391be7de9
Merge pull request #10576 from openlayers/dependabot/npm_and_yarn/rollup-1.29.1
...
Bump rollup from 1.29.0 to 1.29.1
2020-01-27 09:03:10 +01:00
Frédéric Junod
f2d5b6b116
Merge pull request #10573 from mike-000/patch-7
...
Replace Bing layer with MapTiler in example
2020-01-27 08:47:25 +01:00
dependabot-preview[bot]
7f6d77d811
Bump sinon from 8.1.0 to 8.1.1
...
Bumps [sinon](https://github.com/sinonjs/sinon ) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v8.1.0...v8.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 07:47:19 +00:00
dependabot-preview[bot]
2205937b2d
Bump mocha from 7.0.0 to 7.0.1
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v7.0.0...v7.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 07:46:34 +00:00
dependabot-preview[bot]
bf57a23940
Bump rollup from 1.29.0 to 1.29.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.29.0 to 1.29.1.
- [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/v1.29.0...v1.29.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-01-27 07:45:55 +00:00
mike-000
e820042748
Fix ol/layer/Graticule rendercomplete problem
...
fix typedef imports
2020-01-26 14:04:05 +00:00
mike-000
a7bdee43b3
Fix ol/layer/Graticule rendercomplete problem
...
Use custom loading strategy to avoid problems caused by calling removeLoadedExtent in the loader function
2020-01-26 13:51:11 +00:00
Andreas Hocevar
23d441f9f2
Handle tileSize and tilePixelRatio properly
2020-01-25 19:55:30 +01:00
Andreas Hocevar
91b9058582
Merge pull request #10570 from ahocevar/fix-vector-image-ratio
...
Use correct extent for the vector image
2020-01-24 19:30:45 +01:00
Andreas Hocevar
5ca4af125e
Merge pull request #10572 from ahocevar/assert-no-duplicate-layers
...
Assert each layer is only added to the map once
2020-01-24 18:03:27 +01:00
Andreas Hocevar
1ee03decdd
Assert each layer is only added to the map once
2020-01-24 17:52:13 +01:00
mike-000
96ebacca1f
Replace Bing layer with MapTiler
2020-01-24 16:34:43 +00:00
mike-000
a9e738c919
Replace Bing layer with MapTiler
2020-01-24 16:33:34 +00:00
mike-000
c9c616bd6f
Replace Bing layer with MapTiler
2020-01-24 16:31:08 +00:00
mike-000
1eac18f94a
Replace Bing layer with MapTiler
2020-01-24 15:51:41 +00:00
mike-000
e11db6de44
Replace Bing layer with MapTiler
2020-01-24 15:49:08 +00:00
Vincent Lecrubier
8c89ddceca
Revert #9489 and solves retina tiles on zoomify apparently.
2020-01-24 15:33:42 +00:00
Andreas Hocevar
89c5364b2f
Use correct extent for the vector image
2020-01-24 13:50:02 +01:00
Andreas Hocevar
97cb0bbd77
Merge pull request #10563 from ahocevar/map-to-image
...
More compatible way of exporting a map as pdf
2020-01-23 12:19:56 +01:00
Vincent Lecrubier
3a5c8d637c
Zoomify: Separate the service pixel ratio and the device pixel ratio
2020-01-22 09:32:11 +00:00
Andreas Hocevar
4db204698e
More compatible way of exporting a map as pdf
2020-01-21 22:27:28 +01:00