Frederic Junod
|
e289bfbb7d
|
Use ol.inherits instead of goog.inherits
|
2016-06-08 08:38:12 +02:00 |
|
Peter Robins
|
f57065c412
|
Remove unneeded goog.provides/requires for typedefs
In general, typedefs do not need and should not have goog.require/provide
|
2016-05-09 13:21:25 +00:00 |
|
Nicholas Latham
|
2ee1969de7
|
Remove goog.math.modulo and goog.math.lerp
|
2016-04-04 09:43:24 +02: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
|
cd2dfc7f10
|
Use regular expression instead of String#endsWith() check
|
2016-02-14 23:15:15 +01:00 |
|
Tim Schaub
|
3c0ef430db
|
Use ol.object.assign() instead of goog.object.extend()
|
2016-02-04 06:54:43 -07:00 |
|
Andreas Hocevar
|
4b441dc503
|
Respect fixed tile url functions when setting url(s)
|
2016-01-19 13:40:47 +01:00 |
|
Nicholas L
|
db3ad70a3d
|
Remove use of goog.bind and use ES5 .bind
|
2016-01-15 22:10:55 +13:00 |
|
Tim Schaub
|
13a981c94b
|
Fewer blank lines
|
2016-01-11 22:03:23 -08:00 |
|
Tim Schaub
|
3cf8618fc7
|
Prefer single line assignment to 80 character limit
|
2016-01-11 18:56:08 -08:00 |
|
Tim Schaub
|
54df314936
|
Consistent curly brace style
|
2016-01-11 18:56:08 -08:00 |
|
Petr Sloup
|
767ac44e99
|
Make ol.source.Tile#getTilePixelRatio work for all sources
Even for sources which serve dynamic tile sizes based on devicePixelRatio
|
2015-12-28 13:19:03 +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
|
aef097e348
|
Check ol.source.UrlTile#urls property for null value
Fixes #4446
|
2015-11-18 11:30:14 +01:00 |
|
Andreas Hocevar
|
4784b7f2e2
|
Handle urls and templates in ol.source.UrlTile
This makes url templates available for ol.source.VectorTile.
|
2015-10-28 10:29:03 +01:00 |
|
Petr Sloup
|
168b675191
|
Add reprojectionErrorThreshold option to the tiled image sources
|
2015-10-16 09:28:41 +02:00 |
|
Marc Jansen
|
e1f477ad8c
|
Remove goog.isNull in source classes
|
2015-10-01 09:18:52 +02:00 |
|
Tim Schaub
|
b48cabee28
|
Remove unnecessary goog.isDefAndNotNull() calls
|
2015-09-29 09:32:51 -06:00 |
|
Tim Schaub
|
83c59ee255
|
Inline goog.isDef() calls for properties
|
2015-09-27 10:40:20 -06:00 |
|
Tim Schaub
|
e3951fa3c6
|
Inline simple goog.isDef() calls
|
2015-09-27 10:34:44 -06:00 |
|
Tim Schaub
|
a86c270f6a
|
Inline simple !goog.isDef() calls
|
2015-09-27 10:31:16 -06:00 |
|
Tim Schaub
|
cf5eadebaa
|
Define options
|
2015-09-27 10:11:30 -06:00 |
|
Frederic Junod
|
0d23ab44b3
|
Remove use of goog.array.isEmpty
|
2015-09-22 11:25:04 +02:00 |
|
Anna Lambrechtsen
|
1d3f8b5d7d
|
Add in crossOrigin option
|
2015-07-06 14:07:40 +12:00 |
|
Bart van den Eijnden
|
9a0c0e2f2b
|
Make sure we don't generate any floating point DPI values for ol.source.TileArcGISRest
|
2015-06-22 12:01:14 +02:00 |
|
Tim Schaub
|
c31ae25892
|
Replace non-breaking space (U+00A0) with regular space (U+0020)
|
2015-04-22 10:41:10 -06:00 |
|
Marc Jansen
|
99e39fe06e
|
Add basic documentation to @api symbols
|
2015-04-17 22:38:29 +02:00 |
|
Andreas Hocevar
|
2b75341068
|
Add support for non-square tiles
|
2015-04-14 22:54:57 +02:00 |
|
Andreas Hocevar
|
3e18b85206
|
Add ol.source.Tile support for wrapping around the x-axis
|
2015-03-22 14:27:19 +01:00 |
|
Andreas Hocevar
|
8f1726ae39
|
Fix HiDPI support for ArcGIS REST
|
2015-03-04 22:11:16 +01:00 |
|
cwgrant
|
f63a856741
|
Add support for ArcGIS Rest Services
Adding a data source to support ArcGIS Map Server and Image Server.
Functionality is similar to the ArcGIS93Rest Layer in OpenLayers 2.
|
2015-02-23 22:49:29 -05:00 |
|