Frederic Junod
9074bd9783
Rename ol.geom.Geometry#containsCoordinate to intersectsCoordinate
2016-08-23 14:36:09 +02:00
Frederic Junod
f164ad7598
Add ol.source.Cluster#setDistance function
2016-08-22 13:36:44 +02:00
Tim Schaub
9d276982b5
Assorted missing requires
2016-08-12 10:53:50 -06:00
Tim Schaub
9e4d80b459
Move State to ol.Tile
2016-08-12 10:53:49 -06:00
Tim Schaub
274b7285f3
Assorted missing requires
2016-08-12 10:53:48 -06:00
Tim Schaub
2da724cad4
Static ol.style.Style functions
2016-08-12 10:53:48 -06:00
Tim Schaub
d02cf1e7a9
Shuffle assertions
2016-08-12 10:53:47 -06:00
Tim Schaub
568f0c81bb
Move wrapX to ol.tilegrid to break circular dependency
2016-08-08 13:48:54 -06:00
Tim Schaub
789aeb1c64
Toward a fix for ol.tilegrid
2016-08-08 10:22:28 -06:00
Tim Schaub
907a65ab83
Remove unused goog.require() calls in the source
2016-08-08 09:58:10 -06:00
Tim Schaub
b1593124ba
Put the primary provide first
2016-08-07 10:49:13 -06:00
Tim Schaub
1b8310a6fe
Rename ol/objectutil.js to ol/obj.js
2016-08-07 10:49:12 -06:00
Tim Schaub
e07596846d
Move source files so they are named like their provides
2016-08-07 10:49:11 -06:00
Tim Schaub
ffe3565166
Single provide from ol/collection.js
2016-08-07 10:49:06 -06:00
Andreas Hocevar
e18d41b5e0
Remove gratuitous debug assertions
2016-08-04 11:29:54 +02:00
Andreas Hocevar
e0015b3d4e
Use goog.DEBUG instead of ol.DEBUG for now
2016-08-04 11:29:54 +02:00
Andreas Hocevar
6f5ed17fc5
Remove goog.asserts.*
...
This pull requests replaces type check hint assertions with type casts,
library sanity check assertions with conditional console.assert statements
in debug mode, and runtime sanity checks with assertions that throw an
ol.AssertionError with an error code for lookup outside the library.
2016-08-04 11:29:54 +02:00
Andreas Hocevar
7da5a5ae92
Make XHR work for file:// urls
...
The response status will be 0 instead of a HTTP status code for file urls,
so we need to consider a status of 0 as success too.
2016-07-28 13:46:43 +02:00
Rafał Rutkowski
3157ccb2f2
Update TileWMS.coordKeyPrefix_ on setUrls
...
Outdated coordKeyPrefix_ causes the TileWMS layer to flicker
on the first updateParams call.
2016-07-21 10:13:13 +02:00
Peter Robins
f8f2cd11d5
Replace goog.getUid with ol.getUid
2016-07-20 11:01:00 +00:00
Peter Robins
0713e680e1
Replace goog.abstractMethod
2016-07-19 09:08:23 +00:00
Andreas Hocevar
a64e3c1d3e
Add renderBuffer option for ol.source.ImageVector
2016-07-13 14:23:41 +02:00
Peter Robins
d7180fd1e8
Reinsert goog.provide for enums in olx.js
2016-07-05 07:32:30 +00:00
Andreas Hocevar
102eb1b94f
Handle interim tiles correctly when reprojecting
2016-07-04 10:31:20 +02:00
Andreas Hocevar
9624357bc3
Merge pull request #5507 from ahocevar/remove-goog-vec
...
Remove use of goog.vec.*
2016-07-01 22:46:42 +02:00
Bart van den Eijnden
ed80d243fb
Remove MapQuest source
2016-07-01 11:38:52 +02:00
Frédéric Junod
6d41e87ff5
Merge pull request #5475 from probins/enumprovide
...
Remove goog.provide from enums only used internally or in olx.js
2016-06-30 16:57:21 +02:00
Frederic Junod
1b662ff048
Use minZoom and maxZoom olx.source.StamenOptions
2016-06-29 13:41:49 +02:00
Tim Schaub
618cb389e5
Use ol.transform.compose() for common transform compositions
2016-06-24 19:33:53 +02:00
Andreas Hocevar
6b4ee42c90
Refactor to a more convenient internal API
2016-06-23 13:10:41 +02:00
Andreas Hocevar
cf7ff841a7
Remove use of goog.vec.*
2016-06-23 13:10:41 +02:00
Peter Robins
e5cc971dc9
Remove goog.provide for enums only in olx.js
2016-06-15 09:14:13 +00:00
Andreas Hocevar
6718fc982e
Merge pull request #5450 from probins/typedefs
...
Remove sub-namespaces from all remaining typedefs
2016-06-14 17:32:10 +02:00
Frederic Junod
4bf1f56405
Add missing semicolon
2016-06-09 15:39:46 +02:00
Andreas Hocevar
40ead5b329
Merge pull request #5432 from bjornharrtell/rm_goog.uri
...
Remove use of goog.uri
2016-06-09 14:20:56 +02:00
Peter Robins
2c29512c80
Remove sub-namespaces from all remaining typedefs
2016-06-09 10:01:52 +00:00
Björn Harrtell
27853ea7dd
Remove use of goog.uri
2016-06-08 15:14:18 +02:00
Peter Robins
395f3c0756
Remove ol.raster namespace
...
Now used only for 1 typedefs and 1 enum, it serves little purpose,
so the typedef is renamed in the ol namespace, and the enum moved to rastersource.js
2016-06-08 12:37:20 +00:00
Frederic Junod
e289bfbb7d
Use ol.inherits instead of goog.inherits
2016-06-08 08:38:12 +02:00
Andreas Hocevar
2ec4969ac7
Remove api annotations from enums
2016-06-03 09:29:14 +02:00
Frederic Junod
bd0140f42d
Fix the requestEncoding automatic selection
...
If the `requestEncoding` parameter was not provided, the function used `KVP`
but without checking if it was supported.
2016-05-25 09:57:49 +02:00
Tim Schaub
b2b902e22f
Less weird name
2016-05-19 09:09:52 -06:00
Tim Schaub
6f5965f6a5
Demonstrate how source.setUrl() works
2016-05-19 09:09:52 -06:00
Tim Schaub
9870e8c04c
Allow XYZ source construction without options
2016-05-19 09:09:52 -06:00
Tim Schaub
5542f045d5
Less special handling for WMTS tiles
2016-05-19 09:09:52 -06:00
Tim Schaub
025c063251
Less special handling for WMS tiles
2016-05-19 09:09:52 -06:00
Tim Schaub
841c8a5747
Rename source.getKeyParams() to source.getKey()
2016-05-19 09:09:52 -06:00
Tim Schaub
81d5849207
Add a settable key for all tile sources
...
The source's key is used as the key for all tiles in the source. For URL tile sources, the URL is the key.
2016-05-19 09:09:52 -06:00
Peter Robins
2117f2e3b1
Convert all typedefs to CamelCase
2016-05-18 19:44:45 +00:00
Andreas Hocevar
2bff721227
Merge pull request #5343 from probins/nonapitypedefs
...
Rename non-api sub-namespace typedefs
2016-05-18 17:34:08 +02:00