Tim Schaub
ef42267cfe
Merge pull request #4868 from sebasbaumh/refreshSource
...
Allow to refresh a source and reload its data.
2016-02-25 07:15:46 -07:00
Frédéric Junod
78d6d5ab1b
Merge pull request #4903 from fredj/rm_goog.style.getRelativePosition
...
Remove use of goog.style.getRelativePosition
2016-02-25 14:29:34 +01:00
Frédéric Junod
fa180cfa13
Merge pull request #4902 from fredj/getBoundingClientRect
...
Remove use of goog.style.getClientPosition
2016-02-25 11:05:56 +01:00
Frédéric Junod
d190d27534
Merge pull request #4916 from fredj/writeFeatureObject_return
...
Fix ol.format.GeoJSON#writeFeatureObject return type
2016-02-25 10:22:28 +01:00
Frederic Junod
916127d8f6
Fix ol.format.GeoJSON#writeFeatureObject return type
2016-02-25 10:09:37 +01:00
Frédéric Junod
7583d8d434
Merge pull request #4909 from fredj/dom_vector_clear
...
Add ol.renderer.dom.VectorLayer#clearFrame
2016-02-25 10:08:14 +01:00
Frédéric Junod
b19aa01b72
Merge pull request #4915 from fredj/object
...
Use {} instead of Object
2016-02-25 09:51:12 +01:00
Frederic Junod
148ef7afef
Use {} instead of Object
...
We probably have these to trick the compiler but it's not needed anymore
2016-02-25 09:15:33 +01:00
Frédéric Junod
5ad42f3b25
Merge pull request #4914 from sebasbaumh/exportEquivalent
...
Export ol.proj.equivalent
2016-02-25 08:55:35 +01:00
Sebastian Baumhekel
33bcd7194f
Export ol.proj.equivalent
...
The function ol.proj.equivalent is used for comparing two projections,
but not exposed publicly. It should be accessible using a public API to
be able to compare projections in the same way as OpenLayers does.
A test for the ol.proj.equivalent function itself already exists in
https://github.com/openlayers/ol3/blob/master/test/spec/ol/proj/proj.test.js
github issue #4913
2016-02-25 08:40:56 +01:00
Frederic Junod
edf2096b1b
Remove use of goog.style.getClientPosition
...
Use Element.getBoundingClientRect() instead.
2016-02-25 08:36:40 +01:00
Sebastian Baumhekel
7fcf2650ee
Allow to refresh a source and reload its data.
...
Provide an API to refresh a source and reload its data in an associated
layer, as for example already loaded tiles in a ol.source.Tile source
are not refreshed. Additionally a test for the new
ol.source.Source.refresh() function is provided.
Currently internal state is not cleaned up, e.g. already loaded tiles
in a `ol.source.Tile` source are still cached and not reloaded at all.
github issue #4867 (https://github.com/openlayers/ol3/issues/4867 )
2016-02-25 08:05:56 +01:00
Frederic Junod
81e563b2b3
Remove use of goog.style.getRelativePosition
...
Use Element.getBoundingClientRect() and Event.clientX/Event.clientY instead.
2016-02-24 17:28:46 +01:00
Frédéric Junod
68088341d6
Merge pull request #4908 from fredj/rm_goog.math.Rect
...
Remove use of goog.math.Rect
2016-02-24 17:15:44 +01:00
Frederic Junod
348f61951c
Add ol.renderer.dom.VectorLayer#clearFrame
2016-02-24 16:13:35 +01:00
Frederic Junod
48064306a1
Remove use of goog.math.Rect
2016-02-24 14:32:58 +01:00
Frederic Junod
373393dce7
Add missing 'private' jsdoc tag
2016-02-24 14:32:57 +01:00
Frédéric Junod
bd5c85acc3
Merge pull request #4900 from fredj/ol.format.XML_struct
...
Make ol.format.XML a @struct
2016-02-24 14:24:39 +01:00
Frédéric Junod
8a6afb3836
Merge pull request #4880 from openlayers/greenkeeper-closure-util-1.11.0
...
Update closure-util to version 1.11.0 🚀
2016-02-24 14:18:01 +01:00
Frédéric Junod
d8d7ae8e1b
Merge pull request #4905 from fredj/rm_goog.style.setPosition
...
Remove use of goog.style.setPosition
2016-02-24 14:17:36 +01:00
Frederic Junod
805b81cea7
Remove use of goog.style.setPosition
...
Use element.style.left and element.style.top instead
2016-02-24 12:23:10 +01:00
Frédéric Junod
514243a8e9
Merge pull request #4879 from openlayers/greenkeeper-metalsmith-layouts-1.6.4
...
Update metalsmith-layouts to version 1.6.4 🚀
2016-02-24 12:05:02 +01:00
Andreas Hocevar
37113837d1
Merge pull request #4901 from openlayers/release-v3.14.0
...
Release v3.14.0
2016-02-24 09:53:01 +01:00
Andreas Hocevar
73d4c3565c
Update package version to 3.14.0
v3.14.0
2016-02-24 09:51:15 +01:00
Andreas Hocevar
cc30f5f3da
Changelog for v3.14.0
2016-02-24 09:50:45 +01:00
Frédéric Junod
8395bea72d
Merge pull request #4899 from fredj/srsName
...
Use ol.format.GMLBase#srsName instead of undeclared srsName_
2016-02-24 09:43:49 +01:00
Frederic Junod
ac17a2f2a7
Make ol.format.XML a @struct
...
And replace the undeclared `this.version` by a local variable.
2016-02-24 09:25:41 +01:00
Frederic Junod
a365f185cc
Use ol.format.GMLBase#srsName instead of undeclared srsName_
...
The variable was changed from private to protected in 8182396
2016-02-24 09:20:22 +01:00
greenkeeperio-bot
7e7d8ac4e2
chore(package): update closure-util to version 1.11.0
...
- Remove closure-util.json, we're now using the same library version as closure-util
- Disable analyzerChecks errors from closure-compiler
- Remove WheelEvent constants from externs (fixed upstream)
- Activate the unnecessaryCasts compiler check
2016-02-24 09:02:25 +01:00
Andreas Hocevar
4e11a86b4e
Merge pull request #4896 from ahocevar/xml-ignore-order
...
Ignore XML sequence when comparing GML
2016-02-24 08:59:30 +01:00
Frédéric Junod
9f21f1dac4
Merge pull request #4890 from fredj/kmlformat_cleanup
...
ol.format.KML cleanup
2016-02-24 08:47:29 +01:00
Frederic Junod
d0f71bf64f
Remove old fixme
2016-02-24 08:37:30 +01:00
Frederic Junod
950bb1810c
Remove unneeded type cast
2016-02-24 08:37:30 +01:00
Frederic Junod
81d0e9ea63
Use get(key) instead of getProperties()[key]
2016-02-24 08:37:30 +01:00
Tim Schaub
4b55175b7e
Merge pull request #4894 from tschaub/raster-tests
...
Only run raster operations after image sources have loaded.
2016-02-23 16:10:07 -07:00
Andreas Hocevar
cdf9eda132
Ignore element order for FeatureCollection round trip
2016-02-23 23:36:12 +01:00
Andreas Hocevar
7a953a166e
Add option to ignore element order in xmleq
2016-02-23 23:35:53 +01:00
Andreas Hocevar
f2d5d572ab
Only composeFrame when prepareFrame prepared something to render
2016-02-23 13:56:39 -07:00
Tim Schaub
02904cda8e
Guard against handlers handling events after done
2016-02-23 13:13:15 -07:00
Tim Schaub
24b7b27836
Listen once when calling done
2016-02-23 13:10:47 -07:00
Tim Schaub
9da8cd890e
Simpler alias
2016-02-23 13:06:38 -07:00
Tim Schaub
eaab8e47ce
More cleanup
2016-02-23 12:57:39 -07:00
Tim Schaub
b440872e60
Less crazy indentation
2016-02-23 12:50:33 -07:00
Tim Schaub
247eb62e3b
Avoid shadowing
2016-02-23 12:48:27 -07:00
Andreas Hocevar
960c51f95d
Merge pull request #4892 from ahocevar/fix-edge
...
Stricter check for ImageData constructor
2016-02-23 19:58:51 +01:00
Andreas Hocevar
8e489304c1
Stricter check for ImageData constructor
2016-02-23 19:43:06 +01:00
Andreas Hocevar
2df40f4b88
Merge pull request #4891 from ahocevar/fix-ie9-tests
...
Fix tests so they all pass in IE9
2016-02-23 18:52:18 +01:00
Andreas Hocevar
c2d4bf113d
Fix tests so they all pass in IE9
2016-02-23 18:21:22 +01:00
Andreas Hocevar
806588edc6
Merge pull request #4889 from ahocevar/ie9-polyfill
...
Use requestAnimation polyfill for examples and update release notes
2016-02-23 16:07:23 +01:00
Andreas Hocevar
ad6c731823
Use requestAnimation polyfill for examples and update release notes
2016-02-23 15:56:03 +01:00