Andreas Hocevar
|
124badb961
|
Changelog vor v3.14.2
|
2016-03-04 09:31:35 +01:00 |
|
Tim Schaub
|
8725b4fcf4
|
Merge pull request #4963 from tschaub/xhr-failures
Handle more XHR errors in the TileJSON source
|
2016-03-04 09:26:16 +01:00 |
|
Andreas Hocevar
|
d12dce1c03
|
Merge pull request #4960 from ahocevar/clip-rendered
Simplify clipping of lower resolution regions
|
2016-03-04 09:25:37 +01:00 |
|
Frédéric Junod
|
afb8efc0e9
|
Merge pull request #4958 from fredj/stop_wheel_events
Stop wheel events instead of DOMMouseScroll events
|
2016-03-04 09:25:14 +01:00 |
|
Andreas Hocevar
|
bef31dc386
|
Merge pull request #4956 from jonataswalker/fix-layout-examples
Fix Examples layout page
|
2016-03-04 09:24:54 +01:00 |
|
Tim Schaub
|
e8cd5e322f
|
Merge pull request #4809 from fperucic/multpolygon-clone
Fix multipolygon clone.
|
2016-03-04 09:24:23 +01:00 |
|
Tim Schaub
|
82020bcd1f
|
Merge pull request #4970 from tschaub/disposable-tests
Tests for ol.Disposable.
|
2016-03-03 09:35:29 -07:00 |
|
Frédéric Junod
|
258765dc48
|
Merge pull request #4967 from fredj/missing_goog.inherits
Add missing goog.inherits for ol.render.canvas.Immediate
|
2016-03-03 17:26:13 +01:00 |
|
Tim Schaub
|
787e5d4dbf
|
Assert that map renderer is a disposable
|
2016-03-03 09:18:04 -07:00 |
|
Frederic Junod
|
3793bb18ae
|
Add missing goog.inherits for ol.render.canvas.Immediate
|
2016-03-03 17:12:19 +01:00 |
|
Tim Schaub
|
167ee487d6
|
Assert that render box is a disposable
|
2016-03-03 09:05:08 -07:00 |
|
Tim Schaub
|
beb80ce987
|
Assert that event target is a disposable
|
2016-03-03 09:05:08 -07:00 |
|
Tim Schaub
|
0ab9dd8bd0
|
Tests for ol.Disposable
|
2016-03-03 09:05:02 -07:00 |
|
Frédéric Junod
|
9ba059a159
|
Merge pull request #4955 from fredj/ie_xml_workaround
Remove IE workarounds in src/ol/xml.js
|
2016-03-03 15:59:14 +01:00 |
|
Frederic Junod
|
7da7cba812
|
Don't use goog.dom.xml.createDocument
Use DOMImplementation.createDocument instead, available for IE >= 9
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
b09f7e30b2
|
Get rid of goog.dom.xml.serialize
Use XMLSerializer.serializeToString() function instead, available for IE >= 9
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
57f7811cd0
|
Remove ol.xml.isNode workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
90b4eea1cd
|
Remove ol.xml.isDocument workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
544de3b91c
|
Remove ol.xml.setAttributeNS workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
811eea0d3a
|
Remove ol.xml.getAttributeNodeNS workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
e210328dba
|
Remove ol.xml.getAttributeNS workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
1e98f1227b
|
Remove ol.xml.createElementNS workaround for IE
|
2016-03-03 15:46:29 +01:00 |
|
Frederic Junod
|
b87a912ecc
|
Remove ol.xml.getLocalName workaround for IE
This property is available for IE >= 9
|
2016-03-03 15:46:29 +01:00 |
|
Andreas Hocevar
|
750a01aa80
|
Merge pull request #4960 from ahocevar/clip-rendered
Simplify clipping of lower resolution regions
|
2016-03-03 15:44:47 +01:00 |
|
Tim Schaub
|
143af1e091
|
Merge pull request #4950 from tschaub/dispose
Remove use of goog.Disposable().
|
2016-03-03 07:44:39 -07:00 |
|
Tim Schaub
|
e1f0e8d75b
|
No need for ol.webgl.Context to be an event target
|
2016-03-03 07:28:34 -07:00 |
|
Tim Schaub
|
2f9d4e68eb
|
Unregister all listeners on the WebGL context's canvas
|
2016-03-03 07:26:45 -07:00 |
|
Tim Schaub
|
afb64ed2bf
|
Make ol.webgl.Context an ol.events.EventTarget
|
2016-03-02 16:32:25 -07:00 |
|
Tim Schaub
|
71faef3dfd
|
One fewer anonymous function
|
2016-03-02 15:44:07 -07:00 |
|
Tim Schaub
|
09eee46822
|
Use ol.Disposable instead of goog.Disposable
|
2016-03-02 15:44:07 -07:00 |
|
Tim Schaub
|
ae4d8195c0
|
Remove use of goog.dispose()
|
2016-03-02 15:44:06 -07:00 |
|
Tim Schaub
|
df4f154a93
|
Unused goog.dispose requires
|
2016-03-02 15:44:06 -07:00 |
|
Tim Schaub
|
34d8d77344
|
Merge pull request #4963 from tschaub/xhr-failures
Handle more XHR errors in the TileJSON source
|
2016-03-02 15:40:43 -07:00 |
|
Tim Schaub
|
c9852250e4
|
Merge pull request #4962 from tschaub/untestable
Skip tests where features are not available
|
2016-03-02 15:21:36 -07:00 |
|
Tim Schaub
|
1877910b7e
|
Handle more XHR errors in the TileJSON source
|
2016-03-02 14:42:28 -07:00 |
|
Tim Schaub
|
9c594bc997
|
Use where function in MVT tests
|
2016-03-02 13:22:33 -07:00 |
|
Tim Schaub
|
1925e39b69
|
Allow tests to be ignored by feature
|
2016-03-02 13:20:37 -07:00 |
|
Andreas Hocevar
|
0c8bec2126
|
Merge pull request #4956 from jonataswalker/fix-layout-examples
Fix Examples layout page
|
2016-03-02 19:09:42 +01:00 |
|
jonataswalker
|
8b2259bf25
|
Fix Examples layout page
|
2016-03-02 14:37:19 -03:00 |
|
Andreas Hocevar
|
8ba04ac77a
|
Simplify clipping of lower resolution regions
|
2016-03-02 15:54:06 +01:00 |
|
Frédéric Junod
|
f6f22b155c
|
Merge pull request #4958 from fredj/stop_wheel_events
Stop wheel events instead of DOMMouseScroll events
|
2016-03-02 15:36:38 +01:00 |
|
Frederic Junod
|
2cb48d3d62
|
Stop wheel events instead of DOMMouseScroll events
|
2016-03-02 15:25:22 +01:00 |
|
Tim Schaub
|
e3b88b8785
|
Merge pull request #4947 from tschaub/pixelworks
IE support for ol.source.Raster.
|
2016-03-01 15:13:48 -07:00 |
|
Tim Schaub
|
efdc892219
|
Run ol.source.Raster tests in Phantom
|
2016-03-01 13:50:31 -07:00 |
|
Tim Schaub
|
5aa175241a
|
No need to check for ImageData constructor in the tests
|
2016-03-01 13:43:55 -07:00 |
|
Tim Schaub
|
bc01fdb59a
|
Return ImageData-like objects for IE support
|
2016-03-01 13:34:50 -07:00 |
|
Tim Schaub
|
66f23c1aed
|
Upgrade to pixelworks@1.1.0
|
2016-03-01 13:34:50 -07:00 |
|
Andreas Hocevar
|
4cebe3d92b
|
Merge pull request #4944 from openlayers/greenkeeper-resemblejs-2.2.0
Update resemblejs to version 2.2.0 🚀
|
2016-03-01 17:58:34 +01:00 |
|
greenkeeperio-bot
|
ad0a13ebb2
|
chore(package): update resemblejs to version 2.2.0
http://greenkeeper.io/
|
2016-03-01 06:46:51 -07:00 |
|
Frédéric Junod
|
e8e5dc6332
|
Merge pull request #4942 from fredj/unused_example_data
Remove unused files in examples/data/
|
2016-03-01 12:43:58 +01:00 |
|