Éric Lemoine
ef1414c508
Minor apidoc change
2014-07-03 09:14:41 +02:00
Éric Lemoine
355ca67b86
Add ol.events.condition.click
2014-07-03 09:14:41 +02:00
Éric Lemoine
67c2e46c19
Add ol.events.condition.mouseMove
2014-07-03 09:14:41 +02:00
Paul Spencer
a93f7b8190
Fix spelling of GEOMETRY_RENDERERS_
2014-07-02 21:54:53 -04:00
Marc Jansen
700a0b15b3
Merge pull request #2278 from probins/control
...
Document custom controls
2014-07-02 18:52:34 +02:00
Marc Jansen
fdf0525c71
Merge pull request #2286 from probins/defines
...
Improve docs for define tag
2014-07-02 18:45:27 +02:00
Frédéric Junod
17bb8d8ca1
Merge pull request #2288 from fredj/latest-closure-library
...
Mark the color argument to ol.color.transform non-nullable
2014-07-02 17:44:15 +02:00
Tim Schaub
927513e1f0
Merge pull request #2284 from tschaub/classes
...
Use `goog.dom.classlist` functions instead of the deprecated `goog.dom.classes` functions.
2014-07-02 10:18:28 -04:00
Éric Lemoine
fe776b0d1a
Merge pull request #2287 from tsauerwein/geojson-write-geometry
...
Export ol.format.GeoJSON.writeGeometry()
2014-07-02 14:46:46 +02:00
Frederic Junod
54ea8dc52b
Mark the color argument to ol.color.transform non-nullable
...
Inside this function goog.vec.Mat4.multVec3 is called and and its
arguments must not be null.
2014-07-02 14:43:29 +02:00
Peter Robins
2e1957c42c
Improve docs for define tag
2014-07-02 08:22:23 -04:00
tsauerwein
97e59f0976
Export ol.format.GeoJSON.writeGeometry()
2014-07-02 13:48:51 +02:00
Éric Lemoine
3e49ea2ba0
Merge pull request #2285 from tsauerwein/vector-source-clear
...
Export ol.source.Vector.clear()
2014-07-02 12:10:46 +02:00
tsauerwein
5adb3a6a8e
Export ol.source.Vector.clear()
2014-07-02 11:53:58 +02:00
Frédéric Junod
242787da45
Merge pull request #2283 from fredj/closure-util.json
...
Fix the closure-compiler and closure-library versions
2014-07-02 10:33:54 +02:00
Frederic Junod
6b230d3711
Fix the closure-library version
...
The version is the same as the one provided by plovr-81ed862.jar
2014-07-02 10:22:27 +02:00
Frederic Junod
d3234f1b6a
Depends on closure-util version 0.18.0
2014-07-02 09:15:02 +02:00
Tim Schaub
4b57f7798f
Use goog.dom.classlist functions
...
The goog.dom.classes functions have now been deprecated. See 97e8a0c0fc
2014-07-01 14:09:28 -04:00
Tim Schaub
203df11c96
Merge pull request #2281 from tschaub/remove-libtess
...
Remove libtess.js.
2014-07-01 12:51:48 -04:00
Marc Jansen
a3e332c0c2
Merge pull request #2282 from marcjansen/coordinate-tests
...
Add more tests to ol.coordinate
2014-07-01 17:14:44 +02:00
Marc Jansen
70548b4704
Add tests for ol.coordinate.equals().
2014-07-01 17:02:34 +02:00
Marc Jansen
00fd5caa92
Add tests for ol.coordinate.createStringXY().
2014-07-01 17:02:34 +02:00
Marc Jansen
07b41f84d0
Add tests for ol.coordinate.add().
2014-07-01 17:02:34 +02:00
Peter Robins
3bbf9ae720
Document custom controls
2014-07-01 09:57:26 -04:00
Tim Schaub
97985934e1
Remove libtess.js
2014-07-01 08:45:09 -04:00
Andreas Hocevar
60f283d5c0
Merge pull request #2279 from ahocevar/show-sketch-vertex
...
Show sketch vertex for all geometry types
2014-07-01 12:04:40 +02:00
Andreas Hocevar
29370a04aa
Show sketch vertex for all geometry types
2014-07-01 11:52:21 +02:00
Éric Lemoine
c6083f0592
Merge pull request #2277 from probins/pm
...
Document that panning triggers pointermove on touch
v3.0.0-gamma.1
2014-06-30 21:17:33 +02:00
Peter Robins
b4596732e1
Document that panning triggers pointermove on touch
2014-06-30 12:29:36 -04:00
Éric Lemoine
64fcb1a0f5
Merge pull request #2264 from elemoine/object
...
ol.ObjectAccessor#transform shouldn't dispatch an event to the target object
2014-06-30 12:17:33 +02:00
Tim Schaub
9e7c516d08
Merge pull request #2275 from tschaub/relative
...
Allow build task to be run from anywhere and provide option for resolving relative paths.
2014-06-29 15:16:47 -04:00
Tim Schaub
a8a035468b
Allow cwd to be configured for build
...
By default, all paths in the build config (e.g. externs) are assumed to be relative to the ol3 repo root. To make it so relative paths are resolved from a different directory, use the cwd option.
In addition, this change makes it so the `build.js` task can be run from another directory.
2014-06-29 15:02:47 -04:00
Tim Schaub
fb7d39005e
Unused var
2014-06-29 12:55:30 -04:00
Tim Schaub
ce209220ae
Merge pull request #2268 from tschaub/classdesc
...
Treat classdesc as description.
2014-06-29 08:58:22 -04:00
Éric Lemoine
ade0cd8aaf
Merge pull request #2265 from elemoine/setproperties
...
Change setValues to setProperties
2014-06-29 11:56:17 +02:00
Tim Schaub
93ece7021c
Merge pull request #2266 from tschaub/extra-require
...
Extra goog.require calls.
2014-06-28 10:47:35 -04:00
Tim Schaub
2f5a92c2c9
Treat classdesc as description
2014-06-28 10:46:36 -04:00
Marc Jansen
8f81f2e453
Merge pull request #2267 from probins/sig
...
Docs: fix missing space on type signature
2014-06-28 14:54:59 +02:00
Peter Robins
68885cbb96
Docs: fix missing space on type signature
2014-06-28 08:29:41 -04:00
Tim Schaub
2ec63b6c58
Unnecessary ol.Tile requires
2014-06-27 19:57:54 -04:00
Tim Schaub
997517110c
Unnecessary ol.Image require
2014-06-27 19:51:38 -04:00
Tim Schaub
19cf117a08
Merge pull request #2172 from gingerik/restore-wkt-parser
...
Back from the ashes! The WKT format lives!
2014-06-27 17:52:22 -04:00
Erik Timmers
1e61485e11
Extend WKT parser from ol.format.TextFeature
2014-06-27 23:35:36 +02:00
Erik Timmers
61378098e6
Restore the WKT parser, example & tests
2014-06-27 23:35:35 +02:00
Éric Lemoine
eafc2ac371
Change setValues to setProperties
2014-06-27 17:26:51 +02:00
Tim Schaub
fa5f99c716
Merge pull request #2261 from tschaub/view
...
Rename View2D to View.
2014-06-27 10:38:27 -04:00
Tim Schaub
e802902f9b
Rename ol.extent.getForView2DAndSize to ol.extent.getForViewAndSize
2014-06-27 09:59:39 -04:00
Tim Schaub
9565e17ee0
Rename ol.View2DProperty to ol.ViewProperty
2014-06-27 09:59:39 -04:00
Tim Schaub
878dcd1d28
Rename olx.View2DOptions to olx.ViewOptions
2014-06-27 09:59:39 -04:00
Tim Schaub
47d37fabea
Rename ol.View2D to ol.View
2014-06-27 09:59:39 -04:00