Bart van den Eijnden
25e0053a13
Rename defaultSort to numberSafeCompareFunction on ol.array
2015-12-16 13:40:05 +01:00
Bart van den Eijnden
e0be143ed5
Always pass on a compare function to sort
2015-12-16 10:54:46 +01:00
Bart van den Eijnden
887e90af1e
Merge pull request #4559 from bartvde/kml-ff-test
...
Fix up failing KML test in Firefox
2015-12-15 10:45:42 +01:00
Bart van den Eijnden
bd4c1f8da6
Fix up failing KML test in Firefox
2015-12-15 10:34:47 +01:00
Bart van den Eijnden
95443d0c88
Exclude feature loader MVT test from IE9
2015-12-15 10:30:20 +01:00
Petr Sloup
9f5d85f2c6
Handle tile coordinate wrapping when reprojecting raster tiles
2015-12-11 16:35:23 +01:00
Bart van den Eijnden
554aaf1574
Merge pull request #4537 from bartvde/issue-4312
...
Allow specifying non default DPI on ol.source.TileArcGISRest
2015-12-11 13:42:26 +01:00
Bart van den Eijnden
992870e2d2
Allow specifying non default DPI on ol.source.TileArcGISRest
2015-12-09 15:27:20 +01:00
Frederic Junod
ad3c6713da
Return if the element is added to the ol.structs.PriorityQueue
2015-12-09 15:27:07 +01:00
Andreas Hocevar
3413f6d138
Merge pull request #4518 from ahocevar/osm-vector-tiles
...
Add support for OSM vector tiles
2015-12-08 11:01:49 +01:00
Andreas Hocevar
867bcce1cc
Merge pull request #4523 from ahocevar/render-to-context
...
Allow rendering geometries to an arbitrary canvas
2015-12-07 19:13:47 +01:00
Andreas Hocevar
257abb63d7
Allow rendering geometries to an arbitrary canvas
2015-12-07 17:27:04 +01:00
Andreas Hocevar
35064a45f7
Merge pull request #4515 from ahocevar/icon-canvas
...
Accept HTMLCanvasElement for an icon's img
2015-12-07 11:26:02 +01:00
Andreas Hocevar
a940cdd6a7
Add support for OSM vector tiles
2015-12-07 11:15:25 +01:00
Andreas Hocevar
abb680d28f
Accept HTMLCanvasElement for an icon's img
2015-12-04 14:14:01 +01:00
Andreas Hocevar
2215f49617
Merge pull request #4472 from ahocevar/layer-filter
...
Do not ignore layer filter for unmanaged layers
2015-12-01 12:01:58 +01:00
Éric Lemoine
279eae1dba
Do not ignore layer filter for unmanaged layers
...
PR #3883 made `forEachFeatureAtPixel` ignore unmanaged layers. This commit reverts that change.
2015-11-30 17:53:19 +01:00
Frederic Junod
a186254e14
Remove use of goog.dom.createDom
2015-11-25 12:40:45 +01:00
Bart van den Eijnden
ef54dddbbc
Merge pull request #4475 from bartvde/ie-test-failures
...
Fix up failing tests in Internet Explorer
2015-11-24 14:53:24 +01:00
Bart van den Eijnden
46b7f80fef
Skip tests for ol.format.MVT in IE9
2015-11-24 14:43:40 +01:00
Andreas Hocevar
890b515e44
Conditionally skip ol.source.Raster tests
2015-11-24 14:43:40 +01:00
Bart van den Eijnden
230f24208b
Fix up EsriJSON format tests in IE9
2015-11-23 14:03:18 +01:00
Frederic Junod
cacf2629fd
Replace goog.nullFunction with ol.nullFunction
2015-11-23 11:18:34 +01:00
Bart van den Eijnden
a2d7f56933
Fix up ol.source.TileWMS tests in IE
2015-11-23 10:38:19 +01:00
Bart van den Eijnden
b338c77726
Fix up ol.source.TileArcGISRest tests in IE
2015-11-23 10:23:54 +01:00
Bart van den Eijnden
40e9f0eaf2
Fix up ol.format.GPX tests in IE
2015-11-23 10:05:17 +01:00
Andreas Hocevar
aa260f800e
Merge pull request #4450 from ahocevar/fix-select
...
Fix select interaction regression caused by #4391
2015-11-19 18:20:04 +01:00
Andreas Hocevar
a8cd6b735f
Fix select interaction regression caused by #4391
2015-11-18 11:57:18 +01:00
Frederic Junod
aef097e348
Check ol.source.UrlTile#urls property for null value
...
Fixes #4446
2015-11-18 11:30:14 +01:00
Frédéric Junod
fd44295b17
Merge pull request #4429 from fredj/object_change_evt
...
Dispatch a change event only if the value changes
2015-11-17 12:51:26 +01:00
Andreas Hocevar
eee205c688
Merge pull request #4428 from ahocevar/imagewms-imagesize-regression-test
...
Add imageSize regression test for ol.source.ImageWMS
2015-11-16 23:08:47 +01:00
Andreas Hocevar
f0dbedd39d
Add imageSize regression test for ol.source.ImageWMS
2015-11-16 22:20:35 +01:00
Frederic Junod
ca575bd35d
Dispatch a change event only if the value is different
2015-11-16 16:48:00 +01:00
Andreas Hocevar
fabda7c4b2
Improve ol.source.StaticImage
...
Brings back the imgSize property, and puts all image load handler
code in a single listener.
2015-11-16 11:55:10 +01:00
Andreas Hocevar
f86a7455c4
Merge pull request #4415 from ahocevar/fix-imagesize
...
Scale StaticImage image to imageExtent
2015-11-13 13:15:46 +01:00
Andreas Hocevar
6280b35035
Scale StaticImage image to imageExtent
...
The imageSize property was only used to determine the scale. It's usage was
never documented nor tested nor shown in an example, so I removed it because I
considered its presence a bug.
2015-11-13 12:23:31 +01:00
Andreas Hocevar
152dc6e5d0
Remove ol.ImageUrlFunction
...
This was only used in ol.source.ImageMapGuide, and added unnecessary
overhead there.
2015-11-13 11:27:44 +01:00
Éric Lemoine
f5a148e6b3
Merge pull request #4389 from elemoine/dynamic-params
...
Smooth transitions on parameter changes
2015-11-13 08:41:42 +01:00
Éric Lemoine
132861e175
Use interim tiles when changing dynamic parameters
2015-11-12 14:40:35 +01:00
oterral
f588fcf7b0
Set correctly the opt_this parameter when writing a KML document
2015-11-12 11:54:06 +01:00
Andreas Hocevar
d968f32456
Exclude unmanaged layers from selection
2015-11-09 09:45:21 +01:00
Andreas Hocevar
1aea2c2b0c
Pass null as forEachFeatureAtPixel layer arg for unmanaged layers
2015-11-09 09:45:21 +01:00
Andreas Hocevar
5b817f3146
Merge pull request #4390 from ahocevar/fix-mocha-phantomjs-usage
...
Fix usage of mocha-phantomjs-core after update
2015-11-07 07:37:08 +01:00
Andreas Hocevar
a58f66a9a9
Fix usage of mocha-phantomjs-core after update
2015-11-06 20:34:30 +01:00
Éric Lemoine
9cf26f1fac
Merge pull request #4376 from elemoine/kml-non-icon
...
Make KML format ignore image styles that aren't icons
2015-11-06 16:46:10 +01:00
Éric Lemoine
daa970fe4c
Make KML format ignore image styles that aren't icons
2015-11-06 15:35:20 +01:00
oterral
08a640b793
Don't transform the scale specified by the user
2015-11-06 14:29:16 +01:00
Éric Lemoine
5c536aafc7
Add a writeStyles option to KML format
2015-11-04 17:12:04 +01:00
Éric Lemoine
14a1add08d
Make GPX format no fail on unsupported geometries
2015-11-02 16:26:17 +01:00
Éric Lemoine
cbd1aee0cc
Remove describe('readFeatures') in GPX tests
...
Just a remove an unnecessary level of nesting. No functional change.
2015-11-02 15:58:47 +01:00