Bart van den Eijnden
|
19319356d7
|
Auto configure ol.format.GML if not configured with a featureNS/featureType
|
2014-09-11 20:03:02 +02:00 |
|
tsauerwein
|
539e4a23b9
|
Introduce defaultDataProjection for formats
|
2014-08-18 15:31:06 +02:00 |
|
tsauerwein
|
3ff180b224
|
Implement read transforms for ol.format.WFS
|
2014-08-11 12:22:29 +02:00 |
|
tsauerwein
|
48ed2e861e
|
Implement read/write transforms for ol.format.Polyline
|
2014-08-11 11:59:27 +02:00 |
|
tsauerwein
|
f8560df793
|
Implement read transforms for ol.format.IGC
|
2014-08-11 10:51:34 +02:00 |
|
tsauerwein
|
9bc70f3459
|
Implement read/write transforms for ol.format.WKT
|
2014-08-11 10:17:31 +02:00 |
|
tsauerwein
|
bfb6c2e3b8
|
Implement read transforms for ol.format.OSMXML
|
2014-08-08 17:25:05 +02:00 |
|
tsauerwein
|
b05f880f7c
|
Implement read/write transforms for ol.format.KML
|
2014-08-08 17:10:11 +02:00 |
|
tsauerwein
|
31dbbc6a8c
|
Implement read/write transforms for ol.format.GPX
|
2014-08-08 15:50:55 +02:00 |
|
tsauerwein
|
e446738491
|
Implement read transforms for ol.format.TopoJSON
|
2014-08-08 11:43:53 +02:00 |
|
tsauerwein
|
3090a0af37
|
Fix GeoJSON.readFeaturesFromObject
Only feature collections worked properly.
|
2014-08-08 11:14:03 +02:00 |
|
tsauerwein
|
281fd3c6a9
|
Implement GML.readProjectionFromNode()
|
2014-08-08 10:54:40 +02:00 |
|
Andreas Hocevar
|
65346d716d
|
Add GeoJSON tests for write transforms
|
2014-07-31 17:55:43 +02:00 |
|
Andreas Hocevar
|
c4fdbacc12
|
Make options complete in ol.format.Feature already
|
2014-07-31 17:55:43 +02:00 |
|
Andreas Hocevar
|
4825cba48a
|
Implement ReadOptions and WriteOptions for ol.format.GML
|
2014-07-31 17:55:43 +02:00 |
|
Andreas Hocevar
|
b8a834b437
|
Add transform tests for GeoJSON readFeatures
|
2014-07-31 17:54:41 +02:00 |
|
Erik Timmers
|
2f9918f774
|
Add tests for GPX extensions
|
2014-07-22 13:20:09 +02:00 |
|
Bart van den Eijnden
|
dbb72f5080
|
Conflate ol.format.GPX.V1_1 and ol.format.GXP into ol.format.GXP
|
2014-07-18 15:11:45 +02:00 |
|
Erik Timmers
|
1e7dc5cd32
|
Add tests for empty & invalid WKT strings
|
2014-07-15 14:28:05 +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 |
|
Erik Timmers
|
1e61485e11
|
Extend WKT parser from ol.format.TextFeature
|
2014-06-27 23:35:36 +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 |
|
Frederic Junod
|
a283977cb9
|
Make the scale factor of ol.format.Polyline configurable
And export the class
|
2014-06-17 16:58:40 +02:00 |
|
oterral
|
b4851e7927
|
Add ol.format.KML test for complex IconStyle
|
2014-06-05 08:40:08 +02:00 |
|
Bart van den Eijnden
|
28d122e21e
|
Write out valid WFS Transaction XML and ability to specify srsName
|
2014-05-21 17:58:53 +02:00 |
|
Bart van den Eijnden
|
8eef633abc
|
Ability to specify geometryName on ol.format.GeoJSON
|
2014-05-21 16:44:18 +02:00 |
|
Bart van den Eijnden
|
0a3031a165
|
Ability to specify gmlOptions (e.g. srsName) in WFS transactions
|
2014-05-13 13:10:18 +02:00 |
|
Tom Payne
|
b64c63ea24
|
Don't return a feature if there are no coordinates
|
2014-04-29 15:05:30 +02:00 |
|
Bart van den Eijnden
|
635dd5f380
|
Make sure we can parse WFS 1.1 responses from MapServer
|
2014-04-25 11:29:27 +02:00 |
|
Bart van den Eijnden
|
6a3d349409
|
Merge pull request #1863 from htulipe/ows-capabilities
Add basic reading support for OWS Capabilities documents.
|
2014-04-03 19:57:27 +02:00 |
|
Frederic Junod
|
5c4adebb7d
|
Add more topojson tests
|
2014-03-26 14:59:08 +01:00 |
|
Tom Payne
|
f41a4dc543
|
Add EPSG:4326 tests
|
2014-03-18 19:12:27 +01:00 |
|
Hadrien Tulipe
|
58e74229d2
|
Rename ol.format.OWSCapabilities to ol.format.OWS
|
2014-03-17 21:10:47 +01:00 |
|
Hadrien Tulipe
|
fe2bee1577
|
Add basic reading support for OWS Capabilities document.
|
2014-03-16 19:47:13 +01:00 |
|
Bart van den Eijnden
|
ac2840721c
|
Merge pull request #1829 from bartvde/wfs2
WFS 1.1.0 format (read/write) (r=@twpayne,@ahocevar)
|
2014-03-11 22:14:25 +01:00 |
|
Frederic Junod
|
1c13d6ed69
|
Add ol.format.WMSCapabilities
|
2014-03-10 17:06:48 +01:00 |
|
Bart van den Eijnden
|
6800a3290b
|
Port over test case for multiple Query elements
|
2014-03-10 15:37:29 +01:00 |
|
Bart van den Eijnden
|
33abbfced1
|
Add support for writing Native
|
2014-03-10 15:24:00 +01:00 |
|
Bart van den Eijnden
|
4e5e75f525
|
Add write support for Transaction
|
2014-03-10 14:58:03 +01:00 |
|
Bart van den Eijnden
|
2ce92ac6a2
|
Add write support for BBOX filter
|
2014-03-07 16:44:24 +01:00 |
|
Bart van den Eijnden
|
c05e8d0292
|
Read the metadata of a FeatureCollection
|
2014-03-07 10:32:17 +01:00 |
|
Bart van den Eijnden
|
2310ccdb91
|
Add reading of TransactionResponse
|
2014-03-06 19:04:23 +01:00 |
|
Bart van den Eijnden
|
7ebf97406d
|
Add support for writing WFS GetFeature
|
2014-03-06 09:24:39 +01:00 |
|
Bart van den Eijnden
|
d7f40c11e8
|
Do not use ol.xml.pushSerializeAndPop for single items
|
2014-03-05 16:44:01 +01:00 |
|
Bart van den Eijnden
|
9b4fc06a5b
|
Finish write support for features
|
2014-03-05 16:44:00 +01:00 |
|
Bart van den Eijnden
|
8dce3249d6
|
Implement writeFeatures
|
2014-03-05 16:44:00 +01:00 |
|