Frederic Junod
80e984a9c3
Use Array.isArray instead of goog.isArray
2016-04-04 09:06:29 +02:00
Frederic Junod
548e4abd35
Support minZoom in ol.source.Stamen
2016-04-01 09:46:36 +02:00
Alessandro Isaacs
85f11b093d
Use XHR
2016-03-30 15:05:43 -07:00
Alessandro Isaacs
2fd6352a57
Use https always
2016-03-30 11:45:20 -07:00
Alessandro Isaacs
8389c16315
Add CartoDB tile source.
2016-03-30 11:45:20 -07:00
Andreas Hocevar
c0de5a6835
Add tileJSON option to ol.source.TileUTFGrid
2016-03-24 23:02:28 +01:00
drnextgis
f9a16898a5
Add ol.source.Raster events on API docs page
2016-03-24 22:25:48 +06:00
Bart van den Eijnden
908d4051cd
Add more getters to ol.source.Vector
2016-03-17 15:35:51 +01:00
Marc Jansen
df4f1c1389
Accept simpler attributions in sources
2016-03-11 09:04:06 +01:00
Frederic Junod
4157882f2e
Add new ol.source.TileJSON#getTileJSON function
2016-03-09 10:55:19 +01:00
Tim Schaub
1877910b7e
Handle more XHR errors in the TileJSON source
2016-03-02 14:42:28 -07: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
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
Andreas Hocevar
0407e779f9
Make ol.source.Cluster more flexible by adding a geometryFunction option
2016-02-25 15:02:41 +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
Andreas Hocevar
f2d5d572ab
Only composeFrame when prepareFrame prepared something to render
2016-02-23 13:56:39 -07:00
Andreas Hocevar
6c7d6817bd
Merge pull request #4854 from ahocevar/fix-select-and-everything-that-relies-on-unmanaged-layers-and-skipped-features-this-time-for-real---hopefully
...
Always report skipped feature hits for the original layer
2016-02-22 09:23:28 +01:00
Petr Sloup
59574da74c
Fix reprojection of raster sources with gutter
2016-02-19 12:17:03 +01:00
Andreas Hocevar
7cc43d36ef
Merge pull request #4597 from ahocevar/direct-render
...
Render tiles directly to the map canvas
2016-02-18 11:06:34 +01:00
Andreas Hocevar
9f0fefd42d
Hit-detect skipped features, but not on unmanaged layer
2016-02-17 00:54:31 +01:00
Andreas Hocevar
bcf379cc8e
Merge pull request #4794 from ahocevar/fixed-tileloading
...
Make tile loading count no longer depend on source count
2016-02-16 15:51:55 +01:00
Andreas Hocevar
cd2dfc7f10
Use regular expression instead of String#endsWith() check
2016-02-14 23:15:15 +01:00
Andreas Hocevar
98b823c5fc
Render tiles directly to the map canvas
...
This change removes the overhead of rendering tiles to an intermediate canvas.
2016-02-12 12:54:19 +01:00
Frederic Junod
f7e20377ec
Make ol.style.Style a @struct
...
And take into account that `styles` may be a style or an array of style.
2016-02-10 17:07:10 +01:00
Marc Jansen
efa82dccf9
Remove use of goog.isString()
2016-02-06 12:56:55 +01:00
Andreas Hocevar
3f36e0967f
Make tile loading count no longer depend on source count
2016-02-05 09:38:16 +01:00
Andreas Hocevar
0c23d9a7ff
Keep track of tile source count
2016-02-04 06:54:45 -07:00
Tim Schaub
e2fe897811
Replace goog.object.getValues() with ol.object.getValues()
2016-02-04 06:54:44 -07:00
Tim Schaub
f38d8bf824
Remove use of goog.object.get()
2016-02-04 06:54:44 -07:00
Tim Schaub
8b9c393820
Remove use of goog.object.some()
2016-02-04 06:54:44 -07:00
Tim Schaub
8aecb3270c
Replace goog.object.isEmpty() with ol.object.isEmpty()
2016-02-04 06:54:44 -07:00
Tim Schaub
0dce343d4f
Remove use of goog.object.getCount()
2016-02-04 06:54:44 -07:00
Tim Schaub
554887ae14
Remove use of goog.object.forEach()
2016-02-04 06:54:44 -07:00
Tim Schaub
3c0ef430db
Use ol.object.assign() instead of goog.object.extend()
2016-02-04 06:54:43 -07:00
Tim Schaub
a74af66d5f
Use ol.object.assign() instead of goog.object.clone()
2016-02-04 06:54:43 -07:00
Andreas Hocevar
00116b7c74
Merge pull request #4711 from ahocevar/no-goog-events
...
Removal of goog.events.*
2016-02-03 14:05:32 +01:00
Andreas Hocevar
af1f2bdda8
Expand urls before setting this.urls
2016-02-03 12:49:12 +01:00
Andreas Hocevar
78f44dcc8a
Improve XHR and ol.net.jsonp result/failure handling
2016-02-03 11:19:38 +01:00
Tim Schaub
80df1f5ae8
Move opt_useCapture arg to the end of the list
2016-02-03 11:19:38 +01:00
Andreas Hocevar
136c8af878
Add tests and documentation for ol.net.jsonp
...
ol.net.Jsonp was renamed to ol.net.jsonp, because it is not a constructor.
2016-02-03 11:19:38 +01:00
Andreas Hocevar
d7497f9686
Always provide useCapture and async args to browser
2016-02-03 11:19:38 +01:00
Andreas Hocevar
f35d0106b8
Remove goog.net.* and goog.async.AnimationDelay
2016-02-03 11:19:38 +01:00
Andreas Hocevar
2b451e7893
Remove goog.dom.ViewportSizeMonitor
2016-02-03 11:19:38 +01:00
Andreas Hocevar
3f2d79b7fe
Replace goog.events.Event/EventTarget system with our own
...
This also removes goog.events.listen, goog.events.unlisten,
goog.events.unlistenByKey and goog.events.BrowserEvent.
2016-02-03 11:19:38 +01:00
Nicholas L
ab793a58b6
Remove goog.array.isSorted
2016-02-03 11:41:39 +13:00
Nicholas L
9b492f49c7
Remove goog.array.findIndex
2016-02-03 11:41:39 +13:00
Nicholas L
640c59d9af
Remove goog.array.find
2016-02-03 11:41:39 +13:00
Nicholas L
d1b6a17773
Remove goog.array.extend
2016-02-03 11:41:38 +13:00
Frederic Junod
d8330d56a0
Add opaque option to olx.source.OSMOptions
2016-02-02 13:42:05 +01:00