tsauerwein
|
3b8e182856
|
Add maxZoom to ol.View.fitGeometry() options
|
2014-07-11 16:31:01 +02:00 |
|
Éric Lemoine
|
31fa59c996
|
Merge pull request #2329 from tsauerwein/multipolygon-empty-array
Also accept empty array for ol.geom.MultiPolygon
|
2014-07-10 18:35:43 +02:00 |
|
tsauerwein
|
7c22d8ffd4
|
Also accept empty array for ol.geom.MultiPolygon
|
2014-07-10 17:18:24 +02:00 |
|
Bart van den Eijnden
|
60c7564268
|
Add test case for 3D geometries in immediate API
|
2014-07-10 16:51:07 +02:00 |
|
Paul Spencer
|
9dc17230c2
|
Merge pull request #2323 from pagameba/fix-addfeatures
ServerVector addFeaturesInternal fails when features lack an id
|
2014-07-10 08:08:54 -04:00 |
|
Paul Spencer
|
a02d21d4b5
|
Allow addFeaturesInternal to add multiple features lacking an id
|
2014-07-10 07:32:20 -04:00 |
|
Andreas Hocevar
|
1bb5705b55
|
Clean up after testing
|
2014-07-09 18:11:22 +02:00 |
|
Andreas Hocevar
|
fc3ed93080
|
Use proj4.js from node_modules/ instead of copying it to build/
|
2014-07-09 15:33:13 +02:00 |
|
Andreas Hocevar
|
90c745006d
|
Update to use the documented Proj4js 2.2.x API
|
2014-07-09 15:33:12 +02:00 |
|
Andreas Hocevar
|
8b2277cdda
|
Use proj4.defs instead of proj4.Proj, to conform with the proj4js API
|
2014-07-08 22:06:21 +02:00 |
|
Andreas Hocevar
|
b5bdd0d4bb
|
Update tests
|
2014-07-08 22:06:21 +02:00 |
|
Andreas Hocevar
|
971c1137bc
|
Download and use new proj4js
|
2014-07-08 22:06:20 +02:00 |
|
Tim Schaub
|
8e555fad5b
|
Merge pull request #2312 from tschaub/test-deps
Move test dependencies out of the repo.
|
2014-07-07 07:04:42 -06:00 |
|
Tim Schaub
|
d0301805c7
|
Doc flip
|
2014-07-06 15:26:04 -06:00 |
|
Tim Schaub
|
1f88015db0
|
Add ol.proj.transformExtent function
|
2014-07-06 13:22:47 -06:00 |
|
Tim Schaub
|
21878ebad3
|
Lint
|
2014-07-06 12:47:33 -06:00 |
|
Tim Schaub
|
7e8551a767
|
Unused extensions
|
2014-07-06 12:43:55 -06:00 |
|
Tim Schaub
|
93716fc7f0
|
Extend expect.js rather than modify the source
|
2014-07-06 12:40:03 -06:00 |
|
Tim Schaub
|
d8ca8e7341
|
Update test readme
|
2014-07-06 11:53:34 -06:00 |
|
Tim Schaub
|
264a01cfd4
|
Add jquery as a dev dependency
|
2014-07-06 11:47:58 -06:00 |
|
Tim Schaub
|
8a3f1a8f34
|
Add mocha and mocha-phantomjs as dev dependencies
|
2014-07-06 11:40:08 -06:00 |
|
Tim Schaub
|
70cb7a4a0a
|
Add sinon as a dev dependency
|
2014-07-06 11:21:01 -06:00 |
|
Éric Lemoine
|
043cd0ff41
|
Remove test/ol.html
This file was used when Plovr was used for running the tests.
|
2014-07-05 23:34:02 +02:00 |
|
Éric Lemoine
|
1626399c08
|
Use serve.js as the test server
|
2014-07-04 10:51:17 +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 |
|
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 |
|
É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 |
|
Éric Lemoine
|
ade0cd8aaf
|
Merge pull request #2265 from elemoine/setproperties
Change setValues to setProperties
|
2014-06-29 11:56:17 +02: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
|
e802902f9b
|
Rename ol.extent.getForView2DAndSize to ol.extent.getForViewAndSize
|
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 |
|
Andreas Hocevar
|
efc3e3244a
|
Merge pull request #2254 from elemoine/replaygroup
Use replay groups for feature overlays
|
2014-06-27 12:59:06 +02:00 |
|
Andreas Hocevar
|
2171c92b5c
|
Add new tests for FeatureOverlay
In the process of creating these tests, a bug with setting this._style
was also fixed.
|
2014-06-27 11:46:47 +02:00 |
|
Éric Lemoine
|
be69f5bdac
|
Merge pull request #2244 from elemoine/kmlwrite
KML write support
|
2014-06-27 11:23:16 +02:00 |
|
Bart van den Eijnden
|
2517c712db
|
Merge pull request #2263 from bartvde/transformflatgeom-test
Add some test coverage for ol.geom.transformSimpleGeometry2D
|
2014-06-27 10:36:49 +02:00 |
|
Éric Lemoine
|
b67e71828d
|
Add a test for ol.Object
|
2014-06-27 10:17:13 +02:00 |
|
Bart van den Eijnden
|
e3cbece91b
|
Add some test coverage for ol.geom.transformSimpleGeometry2D
|
2014-06-27 10:07:47 +02:00 |
|
Frederic Junod
|
a172eda242
|
Remove uniqueness constraint check
|
2014-06-26 17:55:38 +02:00 |
|
oterral
|
02b8ef1bb6
|
Fix nodes order in Placemark and IconStyle
|
2014-06-26 09:24:08 +02:00 |
|
Éric Lemoine
|
384f2a0ecf
|
Create valid KML documents
Thanks @bartvde.
|
2014-06-25 15:58:56 +02:00 |
|
Éric Lemoine
|
a4e95eb513
|
Add write support to KML format
|
2014-06-25 12:17:32 +02:00 |
|
Éric Lemoine
|
ec6a0548d1
|
Add ol.Feature#clone
|
2014-06-25 09:31:15 +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 |
|
Éric Lemoine
|
4f23ef66d0
|
Make ol.FeatureOverlay use replay group
|
2014-06-14 14:22:10 +02:00 |
|
Frederic Junod
|
23383c9979
|
Add more tests for ol.structs.RBush#forEach
|
2014-06-11 13:45:18 +02:00 |
|
tsauerwein
|
d0e818e8ce
|
Add condition to draw interaction
|
2014-06-06 15:54:38 +02:00 |
|