Tim Schaub
cc5b02a40f
Move ol/format/featureformat.js to ol/format/feature.js
2016-08-07 10:49:07 -06:00
Tim Schaub
8e381c1b2a
Move ol/dom/dom.js to ol/dom.js
2016-08-07 10:49:07 -06:00
Tim Schaub
adbfb7a355
Move ol/control/zoomtoextentcontrol.js to ol/control/zoomtoextent.js
2016-08-07 10:49:07 -06:00
Tim Schaub
395f3bcbcf
Move ol/control/zoomslide.js to ol/control/zoomslider.js
2016-08-07 10:49:07 -06:00
Tim Schaub
a53f4b3401
Move ol/control/zoomslidercontrol.js to ol/control/zoomslider.js
2016-08-07 10:49:07 -06:00
Tim Schaub
ce0cb1392d
Move ol/control/zoomcontrol.js to ol/control/zoom.js
2016-08-07 10:49:07 -06:00
Tim Schaub
0c9abf5257
Move ol/control/scalelinecontrol.js to ol/control/scaleline.js
2016-08-07 10:49:06 -06:00
Tim Schaub
30c4e5c635
Move ol/control/overviewmapcontrol.js to ol/control/overviewmap.js
2016-08-07 10:49:06 -06:00
Tim Schaub
0e8845230d
Move ol/control/rotatecontrol.js to ol/control/rotate.js
2016-08-07 10:49:06 -06:00
Tim Schaub
f1ebcae72a
Move ol/control/mousepositioncontrol.js to ol/control/mouseposition.js
2016-08-07 10:49:06 -06:00
Tim Schaub
571a583e10
Move ol/control/fullscreencontrol.js to ol/control/fullscreen.js
2016-08-07 10:49:06 -06:00
Tim Schaub
909253a48f
Move ol/control/controldefaults.js to ol/control/index.js
2016-08-07 10:49:06 -06:00
Tim Schaub
f7a02ba6af
Move ol/control/attributioncontrol.js to ol/control/attribution.js
2016-08-07 10:49:06 -06:00
Tim Schaub
cb1b3a09b3
Move ol/color/color.js to ol/color.js
2016-08-07 10:49:06 -06:00
Tim Schaub
ffe3565166
Single provide from ol/collection.js
2016-08-07 10:49:06 -06:00
Tim Schaub
54531ba325
Merge pull request #5694 from probins/base
...
layer.Base in Map not required
2016-08-07 08:53:52 -06:00
Peter Robins
52afa50eec
Remove unneeded requires in renderers
2016-08-07 09:01:07 +00:00
Peter Robins
81a5d669c6
layer.Base in Map not required
2016-08-07 08:19:18 +00:00
Andreas Hocevar
b25ce40781
Merge pull request #5619 from ahocevar/remove-goog-asserts
...
Remove goog.asserts.*
2016-08-04 23:02:38 +02:00
Tim Schaub
69bf9254a5
Correctly set default anchor for collections
2016-08-04 11:27:36 -06:00
Tim Schaub
795cee876e
Add a method to scale geometries
2016-08-04 10:23:00 -06:00
Andreas Hocevar
bf275b0740
Remove asserts from ol.format.WFS
2016-08-04 11:42:40 +02: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
55ab5704d4
Use a nicer URL for the error descriptions
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
f50f1f401c
Merge pull request #5674 from ahocevar/fractional-getzoom
...
Support fractional zoom levels in ol.View#getZoom and #setZoom
2016-08-04 10:22:43 +02:00
Tobias Sauerwein
95ce473dcb
Merge pull request #5668 from cpsTinK/master
...
Added Intersects and Within filters into ol.format.wfs
2016-08-04 08:25:51 +02:00
cpsTinK
18101ad0e2
Refactor AND Fixed description Intersects and Within filters into ol.format.wfs
2016-08-03 15:42:46 +04:00
Frederic Junod
3d46a0bfaa
Remove unused goog.provide
2016-08-03 12:49:01 +02:00
Andreas Hocevar
98fbfe4b67
Support fractional zoom levels in ol.View#getZoom and #setZoom
2016-08-03 11:48:13 +02:00
Andreas Hocevar
01baf48870
Merge pull request #5587 from ahocevar/kml-faster-init
...
Lazily create KML style defaults
2016-08-03 09:19:39 +02:00
Andreas Hocevar
8719b79b5e
Merge pull request #5599 from ahocevar/subpixel-center
...
Allow subpixel center on view
2016-08-03 09:19:09 +02:00
cpsTinK
9150fa2a60
Added Intersects and Within filters into ol.format.wfs
2016-08-02 16:20:09 +04:00
Andreas Hocevar
e39199f97a
Merge pull request #5667 from ahocevar/proj-get-null
...
Do not return undefined from ol.proj.get
2016-08-02 13:47:54 +02:00
Andreas Hocevar
4227f8034b
Do not return undefined from ol.proj.get
2016-08-02 13:39:07 +02:00
Andreas Hocevar
692c2f0e62
Merge pull request #5632 from ahocevar/loadingstrategy-docs
...
Improve docs for the ol.LoadingStrategy type
2016-08-02 09:31:47 +02:00
Andreas Hocevar
958f0eacdc
Merge pull request #5641 from ahocevar/listenermap-property
...
De-randomize the listener map property
2016-08-02 08:53:51 +02:00
Andreas Hocevar
82b181f137
Merge pull request #5652 from ahocevar/xhr-file
...
Make XHR work for file:// urls
2016-07-28 14:52:23 +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
Andreas Hocevar
f059eb6686
Fix namespace in filter docs
2016-07-28 12:06:58 +02:00
Andreas Hocevar
efdf9961b3
Fix KML date parsing
...
We even have an incorrect test here. And like in ol.format.XSD, we can use
Date.parse().
2016-07-26 16:59:04 +02:00
Andreas Hocevar
1bb572310d
Use Date.parse() instead of parsing XSD dates manually
2016-07-26 16:58:48 +02:00
Andreas Hocevar
e2d96082f9
Fix XSD parsing of non-Zulu times
2016-07-26 16:58:33 +02:00
Andreas Hocevar
bfcfb61eff
De-randomize the listener map property
2016-07-25 16:17:18 +02:00
Andreas Hocevar
95d247d332
Improve docs for the ol.LoadingStrategy type
2016-07-22 14:54:41 +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
Andreas Hocevar
29230d48b3
Merge pull request #5614 from probins/abstract
...
Replace goog.abstractMethod
2016-07-19 19:52:53 +02:00
Peter Robins
0713e680e1
Replace goog.abstractMethod
2016-07-19 09:08:23 +00:00