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
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
Tom Payne
cbbcab926e
Export ol.format.OSMXML
2014-04-03 15:08:03 +02:00
Frederic Junod
0062759f75
Use native JSON.parse function
2014-03-26 16:40:13 +01:00
Tom Payne
9e6f35c62e
Fix TopoJSON return type and line string parsing
2014-03-26 14:59:08 +01:00
Frederic Junod
429a256fff
Fix 'scale' and 'translate' tests
2014-03-26 14:59:08 +01:00
Tom Payne
901164df38
Merge pull request #1893 from twpayne/jshint-clean-ups
...
Check with JSHint
2014-03-25 17:04:14 +01:00
Tom Payne
369c20388e
Use ol.array.safeExtend in ol.format.KML
2014-03-24 11:56:53 +01:00
Tom Payne
82b703f3f0
Use ol.array.safeExtend in ol.format.GML
2014-03-24 11:56:53 +01:00
Tom Payne
06dc1aa4f2
Suppress warning about fall-through in switch statement
2014-03-23 19:59:49 +01:00
Tom Payne
a54f3c6644
Move nodeName into correct scope
2014-03-23 18:30:03 +01:00
Tom Payne
b3ac959d6a
Parse coordinates in GML in a single pass
2014-03-18 16:18:54 +01:00
Tom Payne
84cb3c88ef
Fix fixing of OGC stupidity
2014-03-18 16:18:49 +01:00
Tom Payne
1b2e9aa13d
Fix return types
2014-03-18 16:18:44 +01:00
Hadrien Tulipe
f325cc3d7a
More syntax fix for OWS format
2014-03-17 21:15:03 +01:00
Hadrien Tulipe
58e74229d2
Rename ol.format.OWSCapabilities to ol.format.OWS
2014-03-17 21:10:47 +01:00
Hadrien Tulipe
149e5c9068
Fix syntax and private functions return values for OWS format
2014-03-17 21:03:41 +01:00
Hadrien Tulipe
00da1405b6
Remove commented code
2014-03-16 20:18:14 +01:00
Hadrien Tulipe
fe2bee1577
Add basic reading support for OWS Capabilities document.
2014-03-16 19:47:13 +01:00