Tim Schaub
eadec38ae2
Rename _ol_geom_Point_ to Point
2017-12-14 08:49:10 -07:00
Frédéric Junod
083d48b9cb
Merge pull request #7586 from fredj/ne_dom
...
Named exports from ol/dom
2017-12-14 13:29:36 +01:00
Tim Schaub
6f72ffe498
Named exports from ol/proj
2017-12-14 13:08:40 +01:00
Frederic Junod
f6627c4d4e
Named exports from ol/dom
2017-12-14 12:27:09 +01:00
Andreas Hocevar
c0c43bca84
Use named imports from extent
2017-12-13 14:05:42 +01:00
Tim Schaub
6e6b0b08fb
Merge pull request #7578 from tschaub/undeprecated
...
Remove deprecated functionality from 4.x
2017-12-13 05:31:51 -07:00
Tim Schaub
453ddd76b3
Remove ol/source/ImageVector
2017-12-12 19:38:06 -07:00
Tim Schaub
7e3d44e35a
Remove ol/Attribution
2017-12-12 19:27:23 -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
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
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
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
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
5ed2f32621
Merge pull request #7519 from ahocevar/declutter-hit-detection
...
Reuse declutter tree for hit detection
2017-11-28 08:50:01 +01:00
Frédéric Junod
6e39926dd0
Merge pull request #7499 from openlayers/rm_attributions_FrameState
...
Remove attributions from olx.FrameState instances
2017-11-28 08:24:23 +01:00
Andreas Hocevar
ac195c46b1
Reuse declutter tree for hit detection
...
Replaying for hit detection no longer declutters, but uses the declutter tree
from the previous rendered frame.
2017-11-28 01:36:47 +01:00
Andreas Hocevar
dde81d8585
Add renderMode option to ol.layer.Vector
...
This also deprecates ol.source.ImageVector.
2017-11-27 09:48:52 +01:00
Frederic Junod
4f5613d2fa
Remove attributions from olx.FrameState instances
2017-11-23 12:00:12 +01:00
oterral
9cc7cca447
Fix #6835 : doesn't break if Constraint does not exist
2017-11-17 09:00:44 +01:00
oterral
5a252e628b
Fix #7460 : use the matrixSet projection by default
2017-11-13 11:06:31 +01:00
Andreas Hocevar
0ec05f5795
Call getProjection() only once
2017-11-09 08:08:41 +01:00
pjeweb
b9313e76f4
Always use source projection loading image tiles
...
Use the defined source projection despite it being equivalent to the rendering projection to enable using the specified alias code name instead of the code provided by the renderer's projection object. For example: The server only knows the name "EPSG:900913", which is an alias for the equivalent "EPSG:3857", that the renderer uses (by default).
2017-11-08 14:36:46 +01:00
Andreas Hocevar
f05511cff7
Merge pull request #7328 from ahocevar/declutter
...
Declutter text and images
2017-11-03 11:22:08 +01:00
Lasse Laakkonen
eefb3f9207
Add option to Zoomify source for setting custom extent.
...
https://github.com/openlayers/openlayers/issues/7390
2017-11-01 00:20:43 +02:00
Andreas Hocevar
4a73754b93
Entertain the compiler
2017-10-31 11:33:48 +01:00
Andreas Hocevar
08af207724
Add decluttering for images and text
2017-10-31 11:33:48 +01:00
Andreas Hocevar
1a1d45fdd1
Merge pull request #7379 from lasselaakkonen/6608-zoomify-custom-tile-size
...
Add support for custom tile size to Zoomify source
2017-10-31 10:50:37 +01:00
Andreas Hocevar
da2a23aacd
Always use ol.Size tile size array
2017-10-31 10:36:20 +01:00
Lasse Laakkonen
3c8c7db8f3
Fix using multiple Zoomify sources at a time..
2017-10-31 11:12:18 +02:00
Lasse Laakkonen
2836f9511f
Remove unnecessary changes to Tile and ImageTile for changing Zoomify source tile size.
2017-10-31 09:31:38 +02:00
Andreas Hocevar
6da92d5f71
Handle null tile coordinates correctly
2017-10-21 21:41:56 +02:00
itjope
f7b6682832
Fix incorrect docs about ol.source.Raster
2017-10-19 15:37:00 +02:00
Lasse Laakkonen
e41693816a
Add support for custom tile size to Zoomify layer.
...
https://github.com/openlayers/openlayers/issues/6608
2017-10-19 15:39:47 +03:00
Frederic Junod
2e2e63a3e0
Always request the Bing API with the 'culture' value
2017-10-18 17:07:33 +02:00
Andreas Hocevar
c2926df045
Merge pull request #7349 from ahocevar/vectortile-url
...
Do not use tileUrlFunction for renderer tile coordinates
2017-10-12 07:04:00 +02:00
Andreas Hocevar
ffb7d72c90
Do not use tileUrlFunction for renderer tile coordinates
2017-10-11 19:44:08 +02:00
Andreas Hocevar
e6534894fd
Merge pull request #7305 from oterral/teo_info
...
Fix #7304 : Re-calculate the resolution when the WMS source is reprojected
2017-10-11 17:04:33 +02:00
Tim Schaub
80dbedf946
Merge pull request #7341 from tschaub/raster-fix
...
Proper rendering of raster sources when there is a tile transition
2017-10-10 03:31:00 -06:00
Tim Schaub
88ca77b8c7
Set time and handle frame animation in raster source
2017-10-09 18:24:15 -06:00
Tim Schaub
55b5d0c719
Merge pull request #7327 from tschaub/tile-management
...
Prune the tile cache after updating a source's URL
2017-10-09 17:01:12 -06:00
Tim Schaub
b94b8cc40d
Add deprecation notes for ol.Attribution
2017-10-08 20:29:12 -06:00
Tim Schaub
2dd8fdb5b7
Reworked attribution handling
2017-10-08 20:29:02 -06:00
Tim Schaub
bedec9d596
Consistent use of ol.tilecoord.getKeyZXY()
2017-10-08 09:08:20 -06:00