dependabot-preview[bot]
7bc7affccc
Bump rollup-plugin-terser from 5.2.0 to 5.3.0
...
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases )
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.2.0...v5.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-16 08:20:12 +00:00
dependabot-preview[bot]
47ce1490f8
Bump yargs from 15.3.0 to 15.3.1
...
Bumps [yargs](https://github.com/yargs/yargs ) from 15.3.0 to 15.3.1.
- [Release notes](https://github.com/yargs/yargs/releases )
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/yargs/compare/v15.3.0...v15.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-16 08:19:01 +00:00
Frédéric Junod
e5131f811f
Merge pull request #10806 from openlayers/dependabot/npm_and_yarn/acorn-6.4.1
...
[Security] Bump acorn from 6.1.1 to 6.4.1
2020-03-14 07:28:36 +01:00
dependabot-preview[bot]
3c1ad1fc1d
[Security] Bump acorn from 6.1.1 to 6.4.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.1.1 to 6.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-13 21:23:16 +00:00
regileeso
406c38403b
make ImageSourceEventType available for consumers
2020-03-13 11:36:20 +00:00
Edward Nash
859bf338a2
Use Object for options to Overlay panIntoView
...
* animation and margin encapsulated in a single object to allow
easier extension in future
* Constructor options extended to allow single object for
autoPan; separate options still allowed but deprecated
* Protected fields for animation and margin replaced with single
field
2020-03-13 10:12:14 +01:00
Maximilian Krög
873cccc4f3
Add default exported enums to apidoc
2020-03-12 22:29:46 +01:00
Maximilian Krög
f2477622c3
Remove redundant check if doclet kind is typedef
2020-03-12 22:29:34 +01:00
Maximilian Krög
058ca59233
Also correctly detect default exports without an identifier
2020-03-12 21:36:19 +01:00
Edward Nash
022caae848
Document default margin in Overlay.panIntoView
2020-03-12 09:37:40 +01:00
Edward Nash
092a199757
Make Overlay.panIntoView an API method
...
* Add parameters for custom animation parameters and margin
* Add protected wrapper method for previous autoPan functionality
See #10741
2020-03-12 08:57:32 +01:00
mike-000
874b850d76
Merge branch 'master' into patch-4
2020-03-11 17:10:03 +00:00
Andreas Hocevar
0b7b979c89
Merge pull request #10474 from mike-000/patch-2
...
Fix for undefined source in Image layer
2020-03-11 18:05:29 +01:00
mike-000
4ca966bd92
show labels in wrapped worlds
...
test labels in wrapped world
2020-03-11 16:06:31 +00:00
Andreas Hocevar
f448d7179a
Merge pull request #10785 from ahocevar/zoomify-retina
...
Detect Zoomify server-side retina tiles
2020-03-11 11:05:57 +01:00
Tim Schaub
7299c0dd04
Merge pull request #10787 from mike-000/patch-7
...
Improved projection extent in the "Reprojection with EPSG.io Search" example
2020-03-10 16:56:08 -06:00
Andreas Hocevar
2f35a3be75
Merge pull request #10792 from flexjoly/native-javascript-eventListener.handleEvent
...
Add support for EventListener Object
2020-03-10 19:17:22 +01:00
Andreas Hocevar
5f283496ed
Merge pull request #10777 from ahocevar/geolocation-example
...
Keep the render loop running during simulation
2020-03-10 16:11:14 +01:00
Andreas Hocevar
e59aa02a15
Remove duplicated for loop
2020-03-10 14:20:20 +01:00
Andreas Hocevar
4fa454f2b3
Fix types
2020-03-10 14:20:12 +01:00
Andreas Hocevar
ed10ac168b
Merge pull request #10791 from sosmo/fix-ios-pointermove-2
...
iOS 12 touchmove: Prevent touchmove event default when no preceding pointer event
2020-03-10 13:40:59 +01:00
Andreas Hocevar
5e51e397bb
Merge pull request #10786 from ahocevar/resolve-contraints-on-updatesize
...
Resolve constraints when updating size
2020-03-10 13:05:29 +01:00
Lydia de Jongh
e099257461
Add support for EventListener Object
...
See: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
Support for native javascript eventListener.handleEvent()
Typedef not correct yet.
2020-03-10 12:51:05 +01:00
Sampo Osmonen
dd480feda1
Prevent touchmove event default when no preceding pointer event
...
Prevents zooming the page instead of the map on the first interaction
2020-03-10 12:56:15 +02:00
Andreas Hocevar
9f76ec197a
Merge pull request #10788 from sosmo/fix-ios-pointermove
...
Add safeguard to handleTouchMove
2020-03-10 09:49:42 +01:00
Andreas Hocevar
a1386e3a1f
Update comment
2020-03-10 09:36:10 +01:00
Olivier Guyot
7b4e522e8f
Merge pull request #10722 from jellyedwards/master
...
fix: handle layer clear event in case clear(true) called
2020-03-10 09:27:15 +01:00
John Leonard
e6a2d4b235
fix: handle layer clear event in case clear(true) called
...
and individual delete feature events aren't generated
2020-03-09 18:36:12 +00:00
Sampo Osmonen
85d84a0c40
Add safeguard to handleTouchMove
2020-03-09 19:37:21 +02:00
mike-000
7c22b5a238
Improve the calculation of projection extent
...
fix quotes
2020-03-09 16:09:07 +00:00
mike-000
230c6b011e
Improve the calculation of projection extent
...
Add show graticule option
2020-03-09 15:24:01 +00:00
Andreas Hocevar
c5fd013e31
Resolve constraints when updating size
2020-03-09 16:20:21 +01:00
mike-000
6019a61cca
Add show graticule option
2020-03-09 14:54:24 +00:00
dependabot-preview[bot]
831c5f8c69
Merge pull request #10783 from openlayers/dependabot/npm_and_yarn/babel/preset-env-7.8.7
2020-03-09 14:53:23 +00:00
dependabot-preview[bot]
ed748bf173
Merge pull request #10780 from openlayers/dependabot/npm_and_yarn/babel/core-7.8.7
2020-03-09 14:33:09 +00:00
dependabot-preview[bot]
51b4ee3137
Merge pull request #10784 from openlayers/dependabot/npm_and_yarn/rollup-plugin-babel-4.4.0
2020-03-09 14:32:29 +00:00
Andreas Hocevar
686b4dbdc8
Merge pull request #10723 from mike-000/patch-6
...
Improve the extent transforms used by Graticule and handle extents crossing the dateline
2020-03-09 15:26:52 +01:00
dependabot-preview[bot]
c1f40b4d98
Merge pull request #10782 from openlayers/dependabot/npm_and_yarn/webpack-4.42.0
2020-03-09 14:26:26 +00:00
Andreas Hocevar
5424e3eae2
Keep the render loop running during simulation
2020-03-09 15:25:49 +01:00
Andreas Hocevar
ad476f6086
Detect Zoomify server-side retina tiles
2020-03-09 15:22:43 +01:00
dependabot-preview[bot]
9ef220d5de
Merge pull request #10781 from openlayers/dependabot/npm_and_yarn/yargs-15.3.0
2020-03-09 14:04:09 +00:00
dependabot-preview[bot]
d4b76299e7
Merge pull request #10779 from openlayers/dependabot/npm_and_yarn/rollup-1.32.1
2020-03-09 14:02:32 +00:00
dependabot-preview[bot]
2123d19926
Bump rollup-plugin-babel from 4.3.3 to 4.4.0
...
Bumps [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel ) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/rollup/rollup-plugin-babel/releases )
- [Changelog](https://github.com/rollup/rollup-plugin-babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup-plugin-babel/compare/v4.3.3...v4.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-09 08:38:41 +00:00
dependabot-preview[bot]
0613444f12
Bump @babel/preset-env from 7.8.6 to 7.8.7
...
Bumps [@babel/preset-env](https://github.com/babel/babel ) from 7.8.6 to 7.8.7.
- [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.6...v7.8.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-09 08:37:51 +00:00
dependabot-preview[bot]
80c36b298d
Bump webpack from 4.41.6 to 4.42.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.41.6 to 4.42.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.41.6...v4.42.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-09 08:37:17 +00:00
dependabot-preview[bot]
365e14148a
Bump yargs from 15.1.0 to 15.3.0
...
Bumps [yargs](https://github.com/yargs/yargs ) from 15.1.0 to 15.3.0.
- [Release notes](https://github.com/yargs/yargs/releases )
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/yargs/compare/v15.1.0...v15.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-09 08:36:16 +00:00
dependabot-preview[bot]
a8dcadbd99
Bump @babel/core from 7.8.6 to 7.8.7
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.8.6 to 7.8.7.
- [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.6...v7.8.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-09 08:35:54 +00:00
dependabot-preview[bot]
601023acf4
Bump rollup from 1.32.0 to 1.32.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 1.32.0 to 1.32.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.32.0...v1.32.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-09 08:34:28 +00:00
Andreas Hocevar
1d4744b730
Merge pull request #10744 from mike-000/patch-7
...
Ensure the Modify Features Test example opens at correct zoom
2020-03-08 23:44:43 +01:00
Andreas Hocevar
2d57e795e7
Merge pull request #10767 from mike-000/patch-8
...
Replace Bing layer with MapTiler in examples
2020-03-08 14:24:20 +01:00