Tim Schaub
|
47a18d41f0
|
Remove unused ol.color.equals()
|
2016-03-08 10:05:53 -07:00 |
|
Tim Schaub
|
9ea9b29a69
|
Remove unused ol.color.transform()
|
2016-03-08 10:05:53 -07:00 |
|
Tim Schaub
|
8b1ad633be
|
Remove unused ol.color.stringOrColorEquals()
|
2016-03-08 10:05:53 -07:00 |
|
Tim Schaub
|
7cf433eb68
|
Remove unused ol.color.blend()
|
2016-03-08 10:05:53 -07:00 |
|
Andreas Hocevar
|
091e8059c5
|
Merge pull request #4991 from ahocevar/soft-remove-listeners
Do not remove listeners while dispatching event
|
2016-03-08 17:46:03 +01:00 |
|
Frederic Junod
|
d5564a04db
|
Add new ol.geom.Geometry#rotate function
|
2016-03-08 17:05:19 +01:00 |
|
jonataswalker
|
2564bb3e58
|
Add alpha default value to ol.Color array form
|
2016-03-08 12:43:42 -03:00 |
|
Andreas Hocevar
|
8a279dd94b
|
Do not reset pendingRemovals if event is dispatched again
|
2016-03-08 15:54:51 +01:00 |
|
Andreas Hocevar
|
acd76a10b6
|
Clean up when propagation is stopped
|
2016-03-08 15:54:17 +01:00 |
|
Andreas Hocevar
|
93f26a90d0
|
Do not remove listeners while dispatching event
|
2016-03-08 13:11:22 +01:00 |
|
Frederic Junod
|
263f5bb8ab
|
Remove the viewport on map dispose
|
2016-03-07 11:46:18 +01:00 |
|
Frederic Junod
|
3793bb18ae
|
Add missing goog.inherits for ol.render.canvas.Immediate
|
2016-03-03 17:12:19 +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
|
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
|
1877910b7e
|
Handle more XHR errors in the TileJSON source
|
2016-03-02 14:42:28 -07:00 |
|
Andreas Hocevar
|
8ba04ac77a
|
Simplify clipping of lower resolution regions
|
2016-03-02 15:54:06 +01:00 |
|
Frederic Junod
|
2cb48d3d62
|
Stop wheel events instead of DOMMouseScroll events
|
2016-03-02 15:25:22 +01:00 |
|
Frédéric Junod
|
fbbbcf5cdb
|
Merge pull request #4805 from fredj/cacheSize
Add new cacheSize option to ol.source
|
2016-03-01 10:46:00 +01:00 |
|
Andreas Hocevar
|
fbb3ffc9e5
|
Merge pull request #4939 from ahocevar/clip-opacity
Fix rendering of opaque layers with opacity != 1
|
2016-03-01 09:43:24 +01:00 |
|
Frederic Junod
|
9819aa38f5
|
Remove ol.DEFAULT_TILE_CACHE_HIGH_WATER_MARK
|
2016-03-01 09:05:12 +01:00 |
|
Frederic Junod
|
58d8b290af
|
Add new cacheSize option to ol.source
Option added to:
- olx.source.BingMapsOptions
- olx.source.MapQuestOptions
- olx.source.OSMOptions
- olx.source.StamenOptions
- olx.source.TileArcGISRestOptions
- olx.source.TileImageOptions
- olx.source.TileJSONOptions
- olx.source.TileWMSOptions
- olx.source.VectorTileOptions
- olx.source.XYZOptions
- olx.source.WMTSOptions
- olx.source.ZoomifyOptions
|
2016-03-01 09:05:12 +01:00 |
|
Andreas Hocevar
|
16f63a7e0c
|
Calculate low resolution tile clipping like current tile position
|
2016-02-29 21:30:57 +01:00 |
|
Andreas Hocevar
|
23172a3695
|
Use tile position coordinates for clip geometry outer ring
|
2016-02-29 21:28:20 +01:00 |
|
Andreas Hocevar
|
8553da6679
|
Refactor tile position calculation for readability
|
2016-02-29 21:23:19 +01:00 |
|
Andreas Hocevar
|
8256ff60b6
|
Consider layer opacity for lower resolution tile clipping
|
2016-02-29 21:13:31 +01:00 |
|
Frederic Junod
|
e9a5fadacc
|
Get rid of goog.dom.getFirstElementChild
Use [firstElementChild](https://developer.mozilla.org/en-US/docs/Web/API/ParentNode/firstElementChild) instead.
|
2016-02-29 16:59:29 +01:00 |
|
Frederic Junod
|
cf23d0541c
|
Get rid of goog.json
Use JSON.parse and JSON.stringify instead.
|
2016-02-29 16:19:32 +01:00 |
|
Andreas Hocevar
|
9b8ab88e41
|
Merge pull request #4917 from ahocevar/flexible-cluster
Make ol.source.Cluster more flexible by adding a geometryFunction option
|
2016-02-29 10:40:12 +01:00 |
|
Frederic Junod
|
2a1bc70b97
|
Don't change the canvas size to clear it
|
2016-02-29 09:23:42 +01:00 |
|
Tim Schaub
|
750830b887
|
Merge pull request #4809 from fperucic/multpolygon-clone
Fix multipolygon clone.
|
2016-02-27 09:00:17 -07:00 |
|
Andreas Hocevar
|
588dd54fb6
|
Merge pull request #4921 from ahocevar/unlisten-earlier-and-bind-to-target
Unlisten before calling listener and bind to target by default
|
2016-02-25 18:04:39 +01:00 |
|
Andreas Hocevar
|
00a0f14743
|
Unlisten before calling listener and bind to target by default
|
2016-02-25 17:48:15 +01:00 |
|
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 |
|
Andreas Hocevar
|
0407e779f9
|
Make ol.source.Cluster more flexible by adding a geometryFunction option
|
2016-02-25 15:02:41 +01: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 |
|