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
|
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
|
da0988f5f4
|
Add ReadOptions and WriteOptions for XML formats
|
2014-07-31 17:54:41 +02:00 |
|
Andreas Hocevar
|
46bba1fa3c
|
Get projection from data if dataProjection is not specified
|
2014-07-31 17:54:41 +02:00 |
|
Andreas Hocevar
|
ee5f85df9f
|
Add transformGeometry function to avoid repeated code
|
2014-07-31 17:54:41 +02:00 |
|
Andreas Hocevar
|
464eb3ccf5
|
Make projection retrieval consistent
|
2014-07-31 17:54:41 +02:00 |
|
Andreas Hocevar
|
4c4a335448
|
Implement write transforms for ol.format.GeoJSON
|
2014-07-31 17:54:41 +02:00 |
|
Andreas Hocevar
|
8aa799850d
|
Add write transform capability to ol.format.JSONFeature
|
2014-07-31 17:51:25 +02:00 |
|
Andreas Hocevar
|
b0d95b326a
|
Introduce WriteOptions for feature formats
|
2014-07-31 17:51:25 +02:00 |
|
Andreas Hocevar
|
3245b8c6af
|
Update read* signatures in ol.format.JSONFeature to use options
|
2014-07-31 17:51:25 +02:00 |
|
Andreas Hocevar
|
0ea55b7f27
|
Use a ReadFeatures object instead of sourceProjection/targetProjection
|
2014-07-31 17:51:25 +02:00 |
|
Éric Lemoine
|
225791c969
|
Add target/sourceProjection to ol.format.GeoJSON#read*
|
2014-07-31 17:51:24 +02:00 |
|
Éric Lemoine
|
d13261a21a
|
Add target/sourceProjection to ol.format.JSONFeature#read*
|
2014-07-31 17:51:24 +02:00 |
|
Éric Lemoine
|
534a178a49
|
Add target/sourceProjection to ol.format.Feature#read*
|
2014-07-31 17:51:24 +02:00 |
|
Frederic Junod
|
7a86bf58bf
|
Improve type annotation
|
2014-07-31 09:44:52 +02:00 |
|
Frederic Junod
|
051da752f3
|
Improve type annotation in ol.format.GeoJSON
|
2014-07-31 09:43:06 +02:00 |
|
Tim Schaub
|
77674c6728
|
Merge pull request #2448 from gingerik/wkt-docs
Fix WKT writers output type.
|
2014-07-28 17:47:10 -06:00 |
|
Erik Timmers
|
76c883ea89
|
Fix WKT writers output type
|
2014-07-26 11:47:35 +02:00 |
|
Bart van den Eijnden
|
2814abc59d
|
Merge pull request #2420 from gingerik/gpx-extensions
PR for GPX: read extensions tags
|
2014-07-25 20:15:43 +02:00 |
|
Frederic Junod
|
a8961877e8
|
Add link to the OSM XML documentation
|
2014-07-22 15:21:27 +02:00 |
|
Erik Timmers
|
0309a620ea
|
Add option to process GPX extensions nodes
Fixes #1791.
|
2014-07-22 13:02:53 +02:00 |
|
Bart van den Eijnden
|
8e106a2c98
|
Merge pull request #2403 from bartvde/gpx-write
ol.format.GPX writeFeatures is not working
|
2014-07-22 10:51:05 +02:00 |
|
Erik Timmers
|
71b2bf73de
|
Fix apidoc for WKT format
|
2014-07-18 22:01:17 +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
|
4abc887f5d
|
Encode empty geometries as WKT strings
|
2014-07-15 13:20:58 +02:00 |
|
Erik Timmers
|
fe8a72dce5
|
Allow for empty Point & GeometryCollection
|
2014-07-15 13:20:58 +02:00 |
|
Erik Timmers
|
4c03b3b35c
|
Parse WKT strings using a lexer/parser
|
2014-07-13 23:09:38 +02:00 |
|
Erik Timmers
|
621aafbdde
|
Encode WKT strings statically
|
2014-07-13 22:36:12 +02:00 |
|
Tim Schaub
|
fd659d63e9
|
Remove @todo stability annotation (this has no effect)
|
2014-07-05 16:16:34 -04:00 |
|
Tim Schaub
|
4cf5ab4620
|
Use @api annotation instead of @todo api
|
2014-07-05 15:41:14 -04:00 |
|
Éric Lemoine
|
0666dee697
|
GeoJSON format needs to implement readProjectionFromObject
|
2014-07-04 13:51:27 +02:00 |
|
tsauerwein
|
97e59f0976
|
Export ol.format.GeoJSON.writeGeometry()
|
2014-07-02 13:48:51 +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 |
|
Éric Lemoine
|
eafc2ac371
|
Change setValues to setProperties
|
2014-06-27 17:26:51 +02:00 |
|
Éric Lemoine
|
1ec25f3992
|
Remove the unused ol.format.KML.DOCUMENT_SEQUENCE_
|
2014-06-27 10:59:31 +02:00 |
|
Éric Lemoine
|
ccd01fb874
|
Add ol.format.XSD.writeBooleanTextNode
|
2014-06-27 10:56:04 +02:00 |
|
Éric Lemoine
|
177188d732
|
Add ol.format.KML.SCHEMA_LOCATION_
|
2014-06-26 15:13:04 +02:00 |
|
oterral
|
02b8ef1bb6
|
Fix nodes order in Placemark and IconStyle
|
2014-06-26 09:24:08 +02:00 |
|
oterral
|
5d8d936216
|
Use ol.xml.setAttributeNS for xmlns attributes
|
2014-06-26 09:07:22 +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 |
|
oterral
|
67bd397c37
|
Make ol.format.KML#readName method exportable
|
2014-06-25 08:31:45 +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 |
|
Peter Robins
|
75be215497
|
Add standard docs text to abstract base classes
|
2014-06-14 07:20:33 -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 |
|