Andreas Hocevar
|
ea12f7945f
|
Merge pull request #10853 from openlayers/dependabot/npm_and_yarn/buble-0.20.0
Bump buble from 0.19.8 to 0.20.0
|
2020-03-31 22:46:58 +02:00 |
|
Andreas Hocevar
|
7334951056
|
Merge pull request #10852 from openlayers/dependabot/npm_and_yarn/webpack-4.42.1
Bump webpack from 4.42.0 to 4.42.1
|
2020-03-31 22:44:46 +02:00 |
|
Andreas Hocevar
|
78202c78b9
|
Merge pull request #10807 from mike-000/patch-2
Handle Graticule wrapX without calculating excess meridians
|
2020-03-31 21:02:16 +02:00 |
|
mike-000
|
bfca3cf713
|
change loader check back to equal extents
|
2020-03-31 17:00:12 +01:00 |
|
mike-000
|
929b9f4068
|
change loader check back to equal extents
|
2020-03-31 16:55:23 +01:00 |
|
mike-000
|
149ca7efad
|
return previous extent if extents are approx equal
|
2020-03-31 16:26:30 +01:00 |
|
Andreas Hocevar
|
9af1e223af
|
More tests and docs for extent and coordinate wrapX
|
2020-03-31 16:11:06 +02:00 |
|
Andreas Hocevar
|
cdafc4fa05
|
Add approximatelyEquals function for comparing extents
|
2020-03-31 16:11:06 +02:00 |
|
mike-000
|
2c7f58dbed
|
remove unused import
|
2020-03-31 16:03:14 +02:00 |
|
mike-000
|
6013763480
|
replace containsExtent with equals in strategy
|
2020-03-31 16:03:14 +02:00 |
|
mike-000
|
99a1641afe
|
remove duplication
|
2020-03-31 16:03:13 +02:00 |
|
mike-000
|
e3ad05f805
|
Include center at right edge in calculations
|
2020-03-31 16:03:13 +02:00 |
|
mike-000
|
660845f5b8
|
Include center at right edge in calculations
|
2020-03-31 16:03:13 +02:00 |
|
Andreas Hocevar
|
098885a006
|
New wrapX functions for coordinate and extent
|
2020-03-31 16:03:12 +02:00 |
|
mike-000
|
48b79cf7d1
|
only use one extent if two are passed
|
2020-03-31 16:03:12 +02:00 |
|
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]
|
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 |
|
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
|
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 |
|