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
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
Tim Schaub
dbaf24ec39
Get rid of unnecessary coord key prefix
2017-10-08 09:08:20 -06:00
Tim Schaub
c96c9cfc6d
Prune all except for the most recent z on URL change
2017-10-08 09:08:14 -06:00
Kogis IWI
232f56e229
Fix #7304 : Re-calculate the resolution when the WMS source is reprojected
2017-10-03 17:25:44 +02:00
Tim Schaub
16e6d13700
Make tile transitions configurable
2017-09-27 11:55:45 -06:00
bartvde
bbde224f50
Add ability to change the loader of a vector source
2017-09-20 11:31:11 +02:00
Andreas Hocevar
b03bb2c2ce
Merge pull request #7234 from ahocevar/tileload-events
...
Fix abort handling of tileload events
2017-09-08 07:13:28 +02:00
Andreas Hocevar
dde9fb5bc4
Fix abort handling of tileload events
2017-09-08 06:50:55 +02:00
Thomas Tilak
c43a46c5b7
update zoomify source to accept tileIndex placeholders and handle iipsource, update tests and examples
2017-09-05 18:27:35 +02:00
Frederic Junod
2b0dfaeaed
Change cartodb domain from cartodb.com to carto.com
2017-09-05 07:52:23 +02:00
Andreas Hocevar
f99300a83d
Merge pull request #7201 from ahocevar/text-renderer
...
Prerender text to images
2017-09-02 22:57:48 +02:00
Andreas Hocevar
0410a32868
Merge pull request #7172 from f7o/ol-source-vectortile-clear
...
added clear method to vectortile source
2017-08-31 23:01:48 +02:00
Andreas Hocevar
6469d3e864
Handle pixelRatio on replay creation instead of replay
2017-08-31 21:41:07 +02:00
Andreas Hocevar
35bd92b713
Prerender labels and cache them as images
2017-08-31 21:41:07 +02:00
Florian Zouhar
bf2ff0ec8e
added api annotation
2017-08-29 09:16:15 +02:00
Andreas Hocevar
3cb5060497
Parse PBF directly in ol.format.MVT
...
This change also fixes a previous issue, where MultiPolygon geometries for
ol.Feature features were never created.
2017-08-29 08:51:06 +02:00
Andreas Hocevar
4b4f383043
Transform tile-pixels coordinates only once
...
This allows us to simplify the vector tile renderer significantly, because
there are no more coordinates that need special tile-pixel handling.
2017-08-28 19:32:16 +02:00
Florian Zouhar
4476c1bb03
added clear method to vectortile source
2017-08-22 14:28:42 +02:00
Tim Schaub
13a761b7e7
Sensible default tilegrid for vector tiles
2017-08-12 15:16:55 -06:00
Andreas Hocevar
d4d371a4c2
Remove the tilePixelRatio option from ol.source.VectorTile
2017-08-03 00:20:29 +02:00