Tim Schaub
7e3d44e35a
Remove ol/Attribution
2017-12-12 19:27:23 -07:00
Tim Schaub
ac6b3fb908
Remove device orientation
2017-12-12 19:17:51 -07:00
Tim Schaub
bb48b09920
Remove ol/proj/common
2017-12-12 19:13:05 -07:00
Tim Schaub
ea6a397647
Add remaining TODOs
2017-12-12 17:42:48 -07:00
Tim Schaub
ed5b28f366
Move DEFAULT_WMS_VERSION to a common source module
2017-12-12 17:42:44 -07:00
Tim Schaub
f403a06967
Move ENABLE_RASTER_REPROJECTION to a temporary place
2017-12-12 17:30:59 -07:00
Tim Schaub
ee5507cae8
Remove ENABLE_PROJ4JS
2017-12-12 17:26:01 -07:00
Tim Schaub
9e34c145c3
Remove ENABLE_WEBGL
2017-12-12 17:21:42 -07:00
Tim Schaub
755619fa87
Remove ENABLE_CANVAS
2017-12-12 17:18:41 -07:00
Tim Schaub
0a12ca690f
Remove ASSUME_TOUCH
2017-12-12 17:15:50 -07:00
Tim Schaub
8bf00cbfb7
Move raster reprojection error threshold to a common reproj module
2017-12-12 17:15:46 -07:00
Tim Schaub
b8ab1ff852
Move simplify tolerance to the vector renderer
2017-12-12 16:54:01 -07:00
Tim Schaub
60f6736360
Move max subdivision and max triangle width to triangulation module
2017-12-12 16:54:01 -07:00
Tim Schaub
4b0dad27f5
Move min and max ratios to the overview map control
2017-12-12 16:54:01 -07:00
Tim Schaub
34c132a67e
Move MOUSEWHEELZOOM_MAXDELTA to the mouse wheel zoom interaction
2017-12-12 16:54:01 -07:00
Tim Schaub
7725bc37bc
Move WEBGL_TEXTURE_CACHE_HIGH_WATER_MARK to the WebGL map renderer
2017-12-12 16:54:01 -07:00
Tim Schaub
6afd7b4783
Move things specific to the atlas manager to AtlasManager.js
2017-12-12 16:54:01 -07:00
Tim Schaub
c40d9634bb
Move DEFAULT_MIN_ZOOM to the one place it is used
2017-12-12 16:54:01 -07:00
Tim Schaub
f2752eb01e
Common tilegrid exports
2017-12-12 16:53:57 -07:00
Tim Schaub
87295a74dd
Use named exports from ol/index.js
2017-12-12 12:34:23 -07:00
Tim Schaub
50737f7f73
Remove unused code, get tests passing on Travis
2017-12-12 06:58:02 -07:00
Tim Schaub
7f47883c48
Transformed
2017-12-12 06:53:18 -07:00
Tim Schaub
1cdb6a66f0
Imports cased like the filename
2017-12-12 06:53:17 -07:00
Andreas Hocevar
b66c0941f5
Merge pull request #7563 from ahocevar/declutter-box-precision
...
Use full precision for the declutter box
2017-12-11 10:51:31 +01:00
Andreas Hocevar
a2d41da30f
Use full precision for the declutter box
2017-12-11 10:18:46 +01:00
Andreas Hocevar
5f0280eab4
Merge pull request #7559 from ahocevar/unskip-image-features
...
Handle skipping and unskipping features with renderMode: 'image'
2017-12-11 09:28:24 +01:00
Andreas Hocevar
ad756d4054
Remove unused, confusing projection code
2017-12-11 09:14:48 +01:00
Andreas Hocevar
e318b63dff
Handle skipping and unskipping features with renderMode: 'image'
2017-12-10 23:54:46 +01:00
Andreas Hocevar
4d971029f9
Only compose image vector frame when the replay group has changed
2017-12-08 10:53:45 +01:00
Andreas Hocevar
8135bd43a6
Revert "Merge pull request #7530 from raiyni/crossing-dateline"
...
This reverts commit fca0b0771d , reversing
changes made to c3db3e2f6f .
2017-12-07 00:08:59 +01:00
Andreas Hocevar
e7bb4373ca
Merge pull request #7543 from ahocevar/interiorpoint-donut
...
Donut polygon labels do not get a chance to get rendered
2017-12-06 21:28:12 +01:00
Andreas Hocevar
88fac957af
Merge pull request #7542 from ahocevar/overflow
...
Still respect deprecated exceedLength option
2017-12-06 21:07:38 +01:00
Andreas Hocevar
046d827784
Make interiorpoint work with donut polygons
2017-12-06 20:23:18 +01:00
Andreas Hocevar
016437f9f4
Still respect deprecated exceedLength option
2017-12-06 17:53:54 +01:00
Andreas Hocevar
dad5cb6166
Fix case of vectorrendertype.js
2017-12-06 17:14:51 +01:00
Andreas Hocevar
8bc61504c8
Give method a better name and add docs
2017-12-06 13:30:49 +01:00
geonux
5641430590
RemoveFromLoadedExtent to remove extent to the list of loaded extent in case of server error/restriction.
2017-12-06 12:53:14 +01:00
Frédéric Junod
2e2d8ea3d7
Merge pull request #7537 from walkermatt/removeLastPoint
...
Fix Draw.removeLastPoint exception when no points to remove
2017-12-06 11:51:14 +01:00
Bart van den Eijnden
8afcd1c2ff
Merge pull request #7461 from oterral/teo_wmts
...
Use the matrixSet projection by default
2017-12-05 10:51:11 +01:00
Frederic Junod
14e3fd9214
Fix eslint errors
2017-12-04 10:06:00 +01:00
Frederic Junod
9c8c9c1a17
Store createFromWMTSTemplate into a private variable
2017-12-04 09:30:12 +01:00
Alexander Schenkel
c7cb26a066
Fixes setUrl() for WMTS sources (ol.source.WMTS)
...
See Issue #5881 : setUrl was inherited from ol.source UrlTile, which creates a wrong tileUrlFunction: The official WMTS URL Template variables were no longer replaced.
2017-12-04 09:11:28 +01:00
Andreas Hocevar
7941a33069
Merge pull request #7372 from notnotse/iconimagecache-setmaxcachesize
...
Add method to set max cache size in ol.style.IconImageCache
2017-12-01 18:00:36 +01:00
Andreas Hocevar
8a9f32fa09
Rename method and make it appear in the API docs
2017-12-01 17:03:28 +01:00
Matt Walker
90d8224a08
Fix Draw.removeLastPoint exception when no points to remove
2017-12-01 15:50:21 +00:00
Andreas Hocevar
fca0b0771d
Merge pull request #7530 from raiyni/crossing-dateline
...
Check forward/back 1 world if wrapping
2017-12-01 09:20:39 +01:00
Ron Young
19bceff077
Check forward/back 1 world if wrapping
2017-11-30 14:23:42 -06:00
Tim Schaub
c3db3e2f6f
Merge pull request #7526 from tschaub/stop-click
...
Allow clicks to be stopped while drawing
2017-11-30 09:21:06 -07:00
Andreas Hocevar
74bf846ffe
Add pixel ratio to label cache key
2017-11-30 01:20:49 +01:00
Andreas Hocevar
9307c35c17
Improve vertical font placement in Firefox
2017-11-30 01:03:15 +01:00