Andreas Hocevar
a35794ae97
Load two extents for views that cross the date line
2020-03-31 16:03:12 +02:00
mike-000
3d8495742b
Simplify following renderer changes
2020-03-31 16:03:11 +02:00
Andreas Hocevar
190cd202a1
Always use load extent with real world center
2020-03-31 16:03:11 +02:00
mike-000
0c9324f398
Test extents passed to loader
2020-03-31 16:03:10 +02:00
mike-000
67c37c2163
Test extents passed to loader
2020-03-31 16:03:10 +02:00
mike-000
3b760dc308
Use getLoadWrapX() to determine extent to load
2020-03-31 16:03:10 +02:00
mike-000
b560dab513
Set loadWrapX: false in source
2020-03-31 16:03:09 +02:00
mike-000
f6bbf414a8
Add loadWrapX option and getter
2020-03-31 16:03:09 +02:00
mike-000
f6ede1a9c0
handle wrapX without calculating excess meridians
...
override extent validation only if the extent includes parts of two worlds
2020-03-31 16:03:08 +02:00
mike-000
516a75ae22
Always load frameState extent for graticule layers
...
reorder and comment
2020-03-31 16:03:08 +02:00
mike-000
bad0ff38ca
handle wrapX without calculating excess meridians
...
avoid calculating more meridians or longer parallels than necessary when viewport extent includes a wrapped world
2020-03-31 16:03:08 +02:00
mike-000
772741cd0e
Always load frameState extent for graticule layers
...
do not call graticule loader with wrapped projection extent
2020-03-31 16:03:06 +02:00
dependabot-preview[bot]
c92f72ac3f
Bump rollup from 2.1.0 to 2.3.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.1.0 to 2.3.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/v2.1.0...v2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-30 08:59:06 +00:00
dependabot-preview[bot]
e583e0775d
Bump ol-mapbox-style from 6.1.0 to 6.1.1
...
Bumps [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/openlayers/ol-mapbox-style/releases )
- [Changelog](https://github.com/openlayers/ol-mapbox-style/blob/master/CHANGELOG.md )
- [Commits](https://github.com/openlayers/ol-mapbox-style/compare/v6.1.0...v6.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-30 08:57:39 +00:00
dependabot-preview[bot]
6ca6c70aac
Bump buble from 0.19.8 to 0.20.0
...
Bumps [buble](https://github.com/bublejs/buble ) from 0.19.8 to 0.20.0.
- [Release notes](https://github.com/bublejs/buble/releases )
- [Changelog](https://github.com/bublejs/buble/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bublejs/buble/compare/v0.19.8...v0.20.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-30 08:56:40 +00:00
dependabot-preview[bot]
8222118fb1
Bump webpack from 4.42.0 to 4.42.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 4.42.0 to 4.42.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v4.42.0...v4.42.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-30 08:55:08 +00:00
Edward Nash
2537da690a
Add check that Position is set in panIntoView()
...
* If panIntoView is an API method, it may now be called when the
position of the overlay has not yet been set.
* Adds a check for a set position to the panIntoView() method,
and removes the now unneccessary check in handlePositionChanged()
2020-03-30 07:15:03 +02:00
Edward Nash
b1b01cf943
Allow pan options supplied as autoPan
...
* Follow the suggestion from @ahocevar to use the existing
autoPan constructor option instead of creating a new autoPanOptions
option
* Internally also store the autoPanOptions in autoPan
2020-03-30 07:12:52 +02:00
Andreas Hocevar
0a7f7db817
Merge pull request #10795 from mike-000/patch-6
...
Show graticule labels in wrapped worlds
2020-03-28 14:46:54 +01:00
Andreas Hocevar
b39e12406a
Merge pull request #10824 from MoonE/icon-color-ie11
...
Fix drawing svg icon with color option in ie11
2020-03-28 14:26:10 +01:00
Andreas Hocevar
dd44ecf185
Only document enums when they have API properties
2020-03-28 14:17:56 +01:00
Andreas Hocevar
a6a5b72c57
Only mark items as api, not enums
2020-03-27 12:33:54 +01:00
Maximilian Krög
1020c384bb
Fix two missing apidoc links
...
Add IconAnchorUnits and IconOrigin to the api.
2020-03-27 12:33:54 +01:00
Andreas Hocevar
f89b32de66
Merge pull request #10802 from MoonE/apidoc-add-default-export-enums
...
Apidoc add default-exported enums
2020-03-27 12:07:12 +01:00
Andreas Hocevar
f24ecf7b2c
Merge pull request #10805 from regileeso/master
...
make ImageSourceEventType available for consumers
2020-03-27 11:35:30 +01:00
Andreas Hocevar
0366bca7c1
Merge pull request #10822 from lysek/master
...
parsing color from IconStyle in KML files
2020-03-27 11:31:49 +01:00
Andreas Hocevar
597e3a6bca
Merge pull request #10848 from horsenit/master
...
Speed up Overlay element positioning using CSS translate()
2020-03-27 10:08:21 +01:00
horsenit
03ea8911f6
Fix type checking for IE9 style.msTransform
2020-03-27 03:03:21 -04:00
horsenit
83a5cd63c6
Speed up Overlay element positioning using CSS translate()
2020-03-27 02:26:01 -04:00
Andreas Hocevar
2d8782b1da
Merge pull request #9590 from mloskot/ml/wmts-augment-tms-extent
...
Calculate tile grid extent from extent of bottom-level tile matrix
2020-03-26 23:23:54 +01:00
Andreas Hocevar
f50ae44150
Merge pull request #10845 from gedaiu/master
...
Fix createHitDetectionImageData error for features with no size
2020-03-26 23:20:43 +01:00
Szabo Bogdan
6aa398cbec
Fix hit detection for images with missing size
2020-03-26 21:23:23 +01:00
Szabo Bogdan
fbe7b0bd78
Fix test typo
2020-03-26 21:22:08 +01:00
Mateusz Łoskot
98e8bec370
Calculate tile grid extent from extent of bottom-level tile matrix
...
Prefers extent derived from the tile matrix set in the capabilities
over default projection extent.
2020-03-26 19:17:32 +01:00
Andreas Hocevar
8f46bb563b
Merge pull request #10842 from mike-000/patch-8
...
Fix custom symbol example short description
2020-03-25 14:36:01 +01:00
mike-000
c3d9ac6265
Fix description
2020-03-25 12:55:57 +00:00
Andreas Hocevar
60dd85fa08
Merge pull request #10828 from ahocevar/offscreen-canvas
...
Offscreen canvas example
2020-03-24 21:45:06 +01:00
Andreas Hocevar
d70b3aa3d5
Move catch-up logic to main thread
...
This avoids requestAnimationFrame in the worker.
2020-03-24 12:14:31 +01:00
Andreas Hocevar
576f50331b
Add attribution
2020-03-23 20:30:58 +01:00
Andreas Hocevar
5113d70701
Rename example
2020-03-23 19:37:13 +01:00
Andreas Hocevar
0e1af6836f
Example cleanup
2020-03-23 12:47:27 +01:00
Andreas Hocevar
828becf68e
Position rotate control in the bottom left
2020-03-23 12:47:26 +01:00
Andreas Hocevar
941df3b270
Fix issues with TypeScript's built-in webworker lib
2020-03-23 12:47:26 +01:00
Andreas Hocevar
28f390828d
Use same data as in mapbox-style example
2020-03-23 12:47:26 +01:00
Andreas Hocevar
ade9ac8857
Make mapbox-style example fullscreen on demand
2020-03-23 12:47:25 +01:00
Andreas Hocevar
bc1be50cbc
Add worker support to examples
2020-03-23 12:47:25 +01:00
Andreas Hocevar
30ac91c4ae
Simpler feature check
2020-03-23 12:47:25 +01:00
Andreas Hocevar
b9bfe45d86
Update ol-mapbox-style
2020-03-23 12:47:25 +01:00
Andreas Hocevar
3f7f999db0
Avoid try/catch, DOM and workers
2020-03-23 12:46:24 +01:00
Andreas Hocevar
6dcc54bfb8
'action' instead of 'type' as message identifier
2020-03-23 12:46:24 +01:00