Andreas Hocevar
45ae731aa6
Add test
2017-12-06 13:39:35 +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
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
cs09g
466d63ac41
fix setMinZoom/setMaxZoom
...
when view has resolutions property, setMinZoom/setMaxZoom doesn't work.
2017-11-28 16:20:26 +09:00
oterral
9cc7cca447
Fix #6835 : doesn't break if Constraint does not exist
2017-11-17 09:00:44 +01:00
Andreas Hocevar
f1aeb76ce8
Create a new image when loading after an error
2017-11-16 14:45:54 +01:00
Andreas Hocevar
000acfe854
Do not pass inexistent argument
2017-11-16 14:45:54 +01:00
Andreas Hocevar
c35789ba73
Add and improve tests
2017-11-16 11:52:26 +01:00
Andreas Hocevar
a77d01945f
Merge pull request #7462 from ahocevar/scaleline-meters-per-unit
...
Respect metersPerUnit in ScaleLine control
2017-11-13 11:39:32 +01:00
Andreas Hocevar
9c45f9a8d6
Respect metersPerUnit in ScaleLine control
2017-11-13 11:09:54 +01:00
oterral
5a252e628b
Fix #7460 : use the matrixSet projection by default
2017-11-13 11:06:31 +01:00
Andreas Hocevar
6cc3c47d95
Merge pull request #7440 from ahocevar/font-load
...
Attempt to make font loading tests more stable
2017-11-10 10:09:42 +01:00
Andreas Hocevar
4324d49813
Attempt to make font loading tests more stable
...
Also changes things to use setInterval() instead of setTimeout().
2017-11-10 08:34:30 +01:00
Tim Schaub
6668d03122
Add support for hex colors with alpha
2017-11-08 09:53:22 -07:00
Tim Schaub
967118e699
Avoid returning undefined zoom
2017-11-07 18:40:58 -07:00
Tim Schaub
dbeef9f73e
Use wrapped tile coord for getting feature at coordinate
2017-11-06 10:53:44 -07:00
Tim Schaub
42da3f18dd
Keep longitude between -180 and 180
2017-11-06 06:39:17 -07:00
Andreas Hocevar
7f865b8520
Check if fonts are available and redraw when label cache was cleared
2017-11-03 13:04:06 +01:00
Tim Schaub
dea8a340a6
Add utility method for extracting font families from a font spec
2017-11-03 12:55:12 +01:00
Andreas Hocevar
431d570b91
Only split text at line angle changes
2017-11-03 11:26:38 +01:00
Frédéric Junod
ddba26b193
Merge pull request #7411 from fredj/getset_layers
...
Add getLayers and setLayers functions to ol.format.WMSGetFeatureInfo
2017-11-03 11:22:29 +01:00
Andreas Hocevar
f05511cff7
Merge pull request #7328 from ahocevar/declutter
...
Declutter text and images
2017-11-03 11:22:08 +01:00
Frederic Junod
8a9d6b417f
Add getLayers and setLayers functions to ol.format.WMSGetFeatureInfo
2017-11-03 10:51:25 +01:00
Andreas Hocevar
bfebc50a48
Merge pull request #7406 from lasselaakkonen/7390-zoomify-custom-extent
...
Add option to Zoomify source for setting custom extent
2017-11-03 07:17:22 +01:00
Frédéric Junod
8ef9b8feea
Merge pull request #7410 from fredj/getset_getFeatureType
...
Add getFeatureType and setFeatureType functions to ol.format.WFS
2017-11-01 15:32:25 +01:00
Frederic Junod
daea26ec50
Add getFeatureType and setFeatureType functions to ol.format.WFS
2017-11-01 14:07:54 +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
5ebc969599
Support line and polygon label points for ol.render.Feature
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
Lasse Laakkonen
3c8c7db8f3
Fix using multiple Zoomify sources at a time..
2017-10-31 11:12:18 +02:00
Jannes Bolling
a802f5937b
changed visibility of overlay properties to protected,
...
added new getOptions function to overlay, to get the original options
remove trailing underscore from protected properties and functions
2017-10-27 16:10:39 +02:00
Frédéric Junod
5a6fafd85b
Merge pull request #7377 from notnotse/overlay-classname
...
Add support to specify CSS class name when creating ol.Overlay
2017-10-25 15:32:24 +02:00
Bobo Häggström
343a4085a0
Add method to set max cache size in ol.style.IconImageCache
2017-10-24 16:04:55 +02:00
Lasse Laakkonen
b8589acc6e
Add test for initializing Zoomify source with custom tile size.
2017-10-19 17:54:46 +03:00
Bobo Häggström
7a800d4b39
Add support to specify CSS class name when creating ol.Overlay
2017-10-19 16:06:24 +02:00
Frederic Junod
e235c83231
Read 'Abstract', 'AccessConstraints' and 'Fees' in ol.format.OWS
2017-10-19 12:03:02 +02:00
Frederic Junod
bcfad6ea8b
Remove GeoJSON workaround for GeoServer
...
See #1569
See https://osgeo-org.atlassian.net/browse/GEOS-5996
2017-10-17 08:32:16 +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
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
Tim Schaub
c96c9cfc6d
Prune all except for the most recent z on URL change
2017-10-08 09:08:14 -06:00