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
Éric Lemoine
afecbb7ea0
Merge pull request #2164 from oterral/sprite
...
Allow the use of sprite image in KML
2014-06-05 14:23:56 +02:00
Bart van den Eijnden
87ea5fabdd
Make sure WFS format writing works correctly in IE9+
2014-06-04 12:29:24 +02:00
oterral
0b17d9aeb5
Add parsing of gx:x, gx:y, gx:w and gx:h tags in KML format
2014-06-04 11:15:13 +02:00
Frédéric Junod
3bf1b36a72
Merge pull request #2119 from fredj/apidoc
...
Mark ol.format.GPX#readProjection as a function
2014-05-28 18:22:42 +02:00
Bart van den Eijnden
409ef2d19a
Export ol.format.GML#writeFeatures
2014-05-28 16:28:06 +02:00
Bart van den Eijnden
0989f75e34
Merge pull request #2124 from bartvde/gmlwfs
...
readFeatures on ol.format.WFS is not exported (r=@fredj)
2014-05-27 15:42:31 +02:00
Bart van den Eijnden
86b9a8869b
Exports for ol.format.GML and ol.format.WFS
2014-05-27 15:30:46 +02:00
Frederic Junod
2bd1234359
Export ol.format.OSMXML#readProjection
2014-05-27 14:31:27 +02:00
Frederic Junod
4c9463cdcc
Export ol.format.OSMXML#readFeatures
2014-05-27 14:31:27 +02:00
Frederic Junod
47f99f64ef
Mark ol.format.GPX#readProjection as a function
2014-05-27 08:30:48 +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
Frédéric Junod
9e7bfda9f7
Merge pull request #2096 from fredj/unused-require
...
Remove unused goog.require
2014-05-21 17:36:29 +02:00
Bart van den Eijnden
8eef633abc
Ability to specify geometryName on ol.format.GeoJSON
2014-05-21 16:44:18 +02:00
Frederic Junod
2f918ea2a4
Remove unused goog.require
2014-05-21 16:06:32 +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
Andreas Hocevar
fbdbbfb7a7
Get rid of stability annotations and document stability with api
...
This change adds a stability value to the api annotation, with
'experimental' as default value.
enum, typedef and event annotations are never exportable, but
api annotations are needed there to make them appear in the
docs.
Nested typedefs are no longer inlined recursively, because the
resulting tables get too wide with the current template.
2014-04-29 09:53:07 -06:00
Andreas Hocevar
c17ac0cae3
Greatly simplify and document the usage of JSDoc
...
This commit simplifies the exports.js plugin so it only relies
on the stability notes to generate the documentation, which
completely decouples it from the exportable API.
As a rule of thumb, whenever something has an 'api' annotation,
it should also have a 'stability' annotation. A more verbose
documentation of ol3 specific annotation usage is available in
the new 'apidoc/readme.md' file.
This commit also modifies all source files to implement these
usage suggestions.
2014-04-29 09:53:06 -06:00
Tim Schaub
fb497f5288
Annotations for exports
2014-04-29 09:53:05 -06: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
77dfc29b5c
Merge pull request #2013 from bartvde/wfsdata
...
parsing issues with ol.format.WFS (=r@fredj)
2014-04-28 09:38:54 +02:00
Frederic Junod
68773941d3
Use goog.array.contains instead of goog.array.indexOf
2014-04-26 08:31:40 +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
962ddff1c2
Implement readProjection on ol.format.WFS and add WFS JSONP example
2014-04-24 20:58:32 +02:00