Éric Lemoine
a7b4a08e07
Add "None" to draw-features example's select
...
This allows to deactivate drawing entirely in the example.
2014-06-18 08:26:45 +02:00
Frédéric Junod
758f326215
Merge pull request #2101 from fredj/polyline-factor
...
Make the scale factor of ol.format.Polyline configurable
2014-06-17 17:41:03 +02:00
Frederic Junod
a283977cb9
Make the scale factor of ol.format.Polyline configurable
...
And export the class
2014-06-17 16:58:40 +02:00
Bart van den Eijnden
0245cb1d56
Merge pull request #2210 from bartvde/wfs-example-fix
...
Get rid of unused info div in vector-wfs example
2014-06-17 11:14:36 +02:00
Bart van den Eijnden
6fa0aa252c
Get rid of unused info div in vector-wfs example
2014-06-17 11:05:19 +02:00
Frédéric Junod
7d9e13f30f
Merge pull request #2209 from fredj/modify-rbush
...
Use getInExtent instead of forEachInExtent
2014-06-17 09:28:11 +02:00
Frederic Junod
9b2a874282
Use getInExtent instead of forEachInExtent
2014-06-17 08:58:04 +02:00
Frederic Junod
52b1ba30fa
Don't scale the text stroke width by pixel ratio
2014-06-16 15:34:54 +02:00
Andreas Hocevar
3fdd0e4bf7
Merge pull request #2202 from probins/tvformat
...
Add missing format option to TileVector docs
2014-06-16 11:03:43 +02:00
Andreas Hocevar
eb8c2ab339
Merge pull request #2203 from probins/classdesc
...
Add classdesc to remaining vector classes
2014-06-16 11:02:23 +02:00
Andreas Hocevar
0d59deb6ba
Merge pull request #2206 from probins/nostatic
...
Remove static button in docs sidebar if none
2014-06-16 10:55:01 +02:00
Peter Robins
e4b5b3039a
Remove static button in docs sidebar if none
2014-06-15 14:00:02 -04:00
Peter Robins
8a4307cff2
Add classdesc to remaining vector classes
2014-06-15 08:55:09 -04:00
Peter Robins
4a52333d9f
Add missing format option to TileVector docs
2014-06-15 08:22:24 -04:00
Éric Lemoine
4f23ef66d0
Make ol.FeatureOverlay use replay group
2014-06-14 14:22:10 +02:00
Éric Lemoine
49a1215f75
Pass a replay group to ol.render.Event
2014-06-14 14:21:34 +02:00
Andreas Hocevar
4925ac9339
Merge pull request #2199 from probins/abstract
...
Add standard docs text to abstract base classes
2014-06-14 14:17:46 +02:00
Peter Robins
75be215497
Add standard docs text to abstract base classes
2014-06-14 07:20:33 -04:00
Tim Schaub
f1fe1a5ade
Merge pull request #2197 from tschaub/deps
...
Update closure-util.
2014-06-13 23:51:58 -07:00
Tim Schaub
94f0513aa1
Update closure-util
...
The closure-util package works on Node 0.8, 0.10, and 0.11 (as of this writing), but it requires an updated version of npm to install on Node 0.8. For the build to pass on Travis, we update npm before installing other dependencies. For others who are installing the openlayers package, nothing special is required for Node 0.10 and above. For users on Node 0.8, the openlayers package will only install with an updated version of npm. This can be installed with npm itself.
npm install -g npm # only needed on Node 0.8
2014-06-13 10:48:10 -07:00
Éric Lemoine
39a02f0d5a
Merge pull request #2174 from elemoine/generate-info
...
Change sourceDir to src/ in generate-info.js
2014-06-12 15:48:09 +02:00
Andreas Hocevar
66d72519c3
Merge pull request #2191 from ahocevar/tile-function-annotation
...
Mark abstract method as function for JSDoc to pick it up
2014-06-12 15:03:52 +02:00
Andreas Hocevar
4eab46e41b
Mark abstract method as function for JSDoc to pick it up
...
This leaves aside the question whether getImage needs to be
defined as abstract method in a base class that does not know
about images, but at least it makes the documentation appear
correctly in ol.tile.Image.
2014-06-12 14:43:49 +02:00
Frédéric Junod
44e829a17d
Merge pull request #2188 from fredj/easing
...
Remove ol.easing.elastic and ol.easing.bounce
2014-06-12 13:43:05 +02:00
Frederic Junod
04cb3c4299
Remove ol.easing.elastic and ol.easing.bounce
...
And move the code to the animation example
2014-06-12 12:42:03 +02:00
Frédéric Junod
cd71b14775
Merge pull request #2173 from probins/sidebar
...
Remove olx and interfaces from docs sidebar
2014-06-12 11:02:29 +02:00
Frédéric Junod
a25067eccc
Merge pull request #2157 from probins/loadstrat
...
Add docs link to loadingstrategy
2014-06-12 10:58:41 +02:00
Éric Lemoine
a2a06c745a
Merge pull request #2185 from elemoine/imagevector
...
ol.source.ImageVector doesn't skip features
2014-06-11 17:42:49 +02:00
Frédéric Junod
54d5b25d77
Merge pull request #2186 from fredj/rbush-tests
...
Add more tests for ol.structs.RBush#forEach
2014-06-11 16:42:09 +02:00
Éric Lemoine
7a1e605f14
Skipped features support to ol.source.ImageVector
2014-06-11 16:26:21 +02:00
Frederic Junod
e9e62bcf98
Better ol.structs.RBush#forEach documentation
2014-06-11 13:45:18 +02:00
Frederic Junod
23383c9979
Add more tests for ol.structs.RBush#forEach
2014-06-11 13:45:18 +02:00
Andreas Hocevar
b411ccaa5b
Merge pull request #2187 from ahocevar/fix-jsdoc
...
Manually add jsdoc dependencies
2014-06-11 13:04:21 +02:00
Andreas Hocevar
28d4e5a6c9
Manually add jsdoc dependencies
...
Looks like there is a version mismatch with the taffydb and
underscore dependencies of jsdoc, so we add them here manually.
2014-06-11 12:06:02 +02:00
Andreas Hocevar
90974a0721
Merge pull request #2184 from ahocevar/google-no-kinetic
...
Restore synchronized map panning in google-map example
2014-06-11 00:37:12 +02:00
Andreas Hocevar
c8c0f087f0
Restore synchronized map panning in google-map example
2014-06-10 16:11:40 +02:00
Éric Lemoine
f0dbcfd541
Merge pull request #2114 from tsauerwein/draw-and-modify
...
Add example combining draw and modify interaction
2014-06-10 10:00:27 +02:00
Antoine Abt
5926611cd1
Merge pull request #2168 from tonio/keyboard_controls
...
Restore control’s keyboard navigation
2014-06-10 08:45:19 +02:00
Andreas Hocevar
f27c91e27f
Merge pull request #2130 from adube/fix-example-gmaps-zooms
...
Fix GoogleMaps example view max zoom levels
2014-06-09 22:22:34 +02:00
Paul Spencer
50b63b4a30
Merge pull request #2179 from pagameba/remove-getsimplifiedgeometry
...
Remove getSimplifiedGeometry from ol.geom.Circle
2014-06-09 16:10:02 -04:00
Paul Spencer
c1ddc92cc8
Fix typo in comment
2014-06-09 15:17:14 -04:00
Paul Spencer
7d8dbbc7cc
Remove getSimplifiedGeometry from ol.geom.Circle
...
The `getSimplifiedGeometry` method is unnecessary as
`ol.geom.SimpleGeometry`'s default implementation is to do the
same thing (return `this`).
2014-06-09 14:37:39 -04:00
Tim Schaub
2a42e7736a
Merge pull request #2178 from probins/classdesc
...
Use @classdesc notation.
2014-06-09 11:18:14 -06:00
Peter Robins
41d9f0360a
Add @classdesc to classes
2014-06-09 12:10:19 -04:00
Éric Lemoine
be62e75714
Change sourceDir to src/ in generate-info.js
...
This is to accomodate the case where other directories than "ol" include "api" annotations. For example, the Swisstopo geoadmin folks extend OpenLayers 3 in an ol3 fork, and they have their own "ga" namespace/directory under "src". See https://github.com/geoadmin/ol3/tree/master/src .
2014-06-09 10:20:50 +02:00
Peter Robins
e08a98b624
Add classdesc to gjslint custom tags
2014-06-08 04:43:09 -04:00
Peter Robins
72dd59f554
Remove olx and interfaces from docs sidebar
2014-06-07 09:46:05 -04:00
Tim Schaub
ee38f8fc2f
Merge pull request #2033 from htulipe/map-renderer-type
...
Expose map renderer type in the API.
2014-06-06 14:13:50 -06:00
tsauerwein
d0e818e8ce
Add condition to draw interaction
2014-06-06 15:54:38 +02:00
tsauerwein
0a939c6554
Export condition singleClick and mouseOnly
2014-06-06 15:17:06 +02:00