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
Andreas Hocevar
fa41c0bad6
Merge pull request #7041 from openlayers/greenkeeper/eslint-4.3.0
...
Update eslint to the latest version 🚀
2017-07-25 10:55:25 +02:00
Andreas Hocevar
dd878e2a4c
Remove lint
2017-07-25 10:42:18 +02:00
Andreas Hocevar
c86d13f032
Merge pull request #6980 from ZachTRice/tilewms-tileclass
...
Added tileClass to TileWMS
2017-07-24 10:59:34 +02:00
Andreas Hocevar
c31d67fe57
Merge pull request #6996 from ch08532/bugfix/6987
...
6987: Memory leak with WMS time source with reprojection
2017-07-10 13:01:46 +02:00
Frederic Junod
429e2982d0
Use https for bing and stamen attributions
2017-07-10 08:31:51 +02:00
Chris Amaral
ff242ef28c
timeimage.js - Added newTile.refreshInterimChain() to clean up interimTile references and preventing memory leak
2017-07-07 13:57:50 -04:00
ZachTRice
8db49fa981
Added tileClass to TileWMS
2017-07-04 10:20:02 -04:00
Tim Schaub
3ddb8712a3
Queue tiles before loading
2017-06-26 18:31:53 -06:00
Marc Jansen
9fc0fb5e74
Merge pull request #6916 from marcjansen/eslint-4-upgrade
...
Upgrade eslint to v4.0.0
2017-06-22 07:55:06 +02:00