Andreas Hocevar
69ce6975dc
Make sure we do not request features for wrapped extent
2017-12-07 00:08:59 +01:00
Andreas Hocevar
45ae731aa6
Add test
2017-12-06 13:39:35 +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
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
oterral
9cc7cca447
Fix #6835 : doesn't break if Constraint does not exist
2017-11-17 09:00:44 +01:00
Andreas Hocevar
000acfe854
Do not pass inexistent argument
2017-11-16 14:45:54 +01:00
oterral
5a252e628b
Fix #7460 : use the matrixSet projection by default
2017-11-13 11:06:31 +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
Lasse Laakkonen
3c8c7db8f3
Fix using multiple Zoomify sources at a time..
2017-10-31 11:12:18 +02:00
Lasse Laakkonen
b8589acc6e
Add test for initializing Zoomify source with custom tile size.
2017-10-19 17:54:46 +03: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
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
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
Kogis IWI
232f56e229
Fix #7304 : Re-calculate the resolution when the WMS source is reprojected
2017-10-03 17:25:44 +02: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
Tim Schaub
521f06e91c
Remove provide from tile.test.js
2017-08-18 15:56:20 -04:00
Tim Schaub
a3e3e99baa
Get rid of useless test exports
2017-08-17 15:16:58 -04:00
Tim Schaub
3bdddeac1d
More test cleanup
2017-08-16 13:45:13 -04:00
Tim Schaub
46bcce464f
Add missing requires to tests
2017-08-16 13:43:28 -04:00
Tim Schaub
44a976eb60
Run tests in real browsers with Karma
2017-08-16 13:35:31 -04:00
Tim Schaub
13a761b7e7
Sensible default tilegrid for vector tiles
2017-08-12 15:16:55 -06:00
Tim Schaub
3ddb8712a3
Queue tiles before loading
2017-06-26 18:31:53 -06:00
Marc Jansen
d0ef05977b
Autofix indentation issues (eslint --fix)
2017-06-19 11:58:00 +02:00
Andreas Hocevar
3cc4a0c6e3
Merge pull request #6819 from ahocevar/vectortile-getfeatures
...
Adjust/fix API for working with vector tile features
2017-05-18 11:13:30 +02:00
Andreas Hocevar
8c00bbc91d
Report ol.VectorTile instead of ol.VectorImageTile loads
2017-05-17 00:18:46 +02:00
Andreas Hocevar
567cc304ed
Add tileJSON option to ol.source.TileJSON
2017-05-16 18:37:18 +02:00
Andreas Hocevar
355ce9f679
Use same tile size in rendered and source tile grid
2017-05-09 14:04:04 +02:00
Andreas Hocevar
785e7135a7
Decouple source and rendered tile grid of vector tile sources
2017-05-09 14:04:04 +02:00
Frederic Junod
de057ac505
Add ol.source.Cluster#getDistance function
2017-04-13 11:27:21 +02:00
Andreas Hocevar
3bf74f4a33
Merge pull request #6631 from ahocevar/wms-image-size
...
Fix request image size caclulation
2017-03-24 10:39:09 +01:00
Andreas Hocevar
28fb57ebeb
Fix request image size caclulation
2017-03-23 22:26:58 +01:00
Andreas Hocevar
07d4492ece
Respect cacheSize for reprojected caches
2017-03-22 15:50:58 +01:00
SanderH
ebde179ab2
Adding crossOrigin to optionsFromCapabilities
...
This pull request should resolve: https://github.com/openlayers/openlayers/issues/6521
Now with var and single quotes
2017-03-09 14:49:48 +01:00
Frederic Junod
2e22fce718
Return null if the layer was not found in the WMTS capabilities
2017-03-08 15:29:26 +01:00
Andreas Hocevar
da4ddccad9
Allow Zoomify url without TileGroup, z, x and y placeholder
2017-02-10 12:01:56 +01:00
Frederic Junod
a4a8d01bac
Use an url template for ol.source.Zoomify
2017-02-09 17:06:23 +01:00
Frederic Junod
c260e927a0
Round the DPI value in ol.source.ImageArcGISRest
2017-02-08 13:32:57 +01:00
Andreas Hocevar
ca7540fa3c
Merge pull request #6427 from ahocevar/wms-image-size
...
Ensure WMS width and height are always integers
2017-02-02 09:26:47 +01:00
Andreas Hocevar
47e1354610
Ensure WMS width and height are always integers
2017-02-01 14:00:20 +01:00
Frederic Junod
cff3447675
Use ol.proj.EPSG3857.WORLD_EXTENT in ol.source.TileImage tests
2017-02-01 11:53:24 +01:00
greenkeeper[bot]
7a9c799c8f
chore(package): update dependencies
...
https://greenkeeper.io/
2017-01-31 17:05:37 +01:00
Tim Schaub
895a506025
Remove state enum from tile constructor
2016-12-27 10:17:26 -07:00