Nick Hamblet
cfafe90235
Handle CDATA in attribute parsing for GML format
...
Following [3827](https://github.com/openlayers/ol3/issues/3827 ),
handle CDATA XML nodes in attribute parsing of GML data. Currently
such data will be expected to be a geometry, and will fail to parse.
Treating the CDATA node as text is the easiest way to handle such
an attribute.
2015-07-01 16:32:17 -04:00
Frederic Junod
0286564e8a
Remove unnecessary quotes around object keys
2015-06-11 11:58:11 +02:00
Frederic Junod
d8a495b639
Always write the GeoJSONFeature geometry property
2015-06-11 09:53:06 +02:00
Marc Jansen
96741e1f0b
Simplify detection of scientific notation
...
This change allows us to remove some avoidable function calls (specifically
to goog.isDef(c) and c.toLowerCase()). Additionally, the new check is simpler
to read.
2015-05-29 09:33:29 +02:00
Marc Jansen
2b76bc05a5
Add support for scientific notation to WKT format
2015-05-18 11:27:39 +02:00
Marc Jansen
52ad0bc62f
Add basic docs for wktformat
2015-04-23 13:31:50 +02:00
Marc Jansen
4fc7672089
Add basic docs for wfsformat
2015-04-23 13:31:39 +02:00
Marc Jansen
4c6289278b
Add basic docs for kmlformat
2015-04-23 13:31:26 +02:00
Bart van den Eijnden
c74293335c
Make sure ol.format.GML2 is usable for WFS 1.0 requests as well
2015-04-23 08:24:59 +02:00
Tim Schaub
f0c0c28f04
Rename ol.feature.FeatureStyleFunction to ol.FeatureStyleFunction
2015-04-20 13:47:34 -06:00
Tim Schaub
a67218bd7d
Merge pull request #3516 from tschaub/unbinary
...
Remove ol.format.BinaryFeature.
2015-04-19 10:04:53 -06:00
Frederic Junod
b1d59366dc
Remove ol.format.FormatType.BINARY
2015-04-18 17:10:15 -06:00
Tim Schaub
6a564597fb
Update types accepted when reading features
2015-04-18 17:07:34 -06:00
Tim Schaub
4260368b3b
Remove untested and unused binary feature format code
2015-04-18 17:05:23 -06:00
Bart van den Eijnden
560a45847f
No quotes needed around object keys
2015-04-17 18:36:17 +02:00
Bart van den Eijnden
6c4f2a4ce3
Document convert rings function and use GeometryType enums
2015-04-17 18:36:16 +02:00
Bart van den Eijnden
a438ffb280
Add full support for XYM and XYZM layouts
2015-04-17 18:36:16 +02:00
Bart van den Eijnden
db8c6ef1b4
Write support for Esri JSON
2015-04-17 18:36:16 +02:00
Bart van den Eijnden
93c524baa0
Esri JSON read support
2015-04-17 18:36:16 +02:00
Tim Schaub
ec4a6aab3a
Clarify comment and link to issue
2015-04-12 22:17:11 -06:00
Tim Schaub
9d8ec2c8d0
Write options allow control over GeoJSON coordinate order
...
See be0c9f3c8a .
2015-04-12 22:13:28 -06:00
Éric Lemoine
e45c44fa01
Add missing goog.provide's
2015-04-07 13:49:36 +02:00
Andreas Hocevar
d678e9e9a3
Merge pull request #3462 from ahocevar/gml-base-noapi
...
Remove ol.format.GMLBase from the API
2015-04-04 09:09:44 +02:00
Tim Schaub
419483face
Stable GeoJSON read/write methods
2015-04-02 16:23:53 +02:00
Andreas Hocevar
84b6114f02
Remove ol.format.GMLBase from the API
...
There is no need to have this exportable; the api annotation was probably
a leftover from the GML -> GMLBase renaming.
2015-04-02 10:52:58 +02:00
Guillaume Beraudo
2ba2162416
Add a readme about XML parser and format
...
The readme content is the result of the merge of two wiki pages.
2015-03-31 19:25:41 +02:00
Guillaume Beraudo
f25302f8b7
Parse KML extrude and altitudeMode from multi geometries
...
Handle MultiPoint, MultiLineString, MultiPolygon.
LinearRing properties are not handled.
An 'extrude' boolean array property is set in the geometry properties.
An 'altitudeMode' string array property is set in the geometry properties.
2015-03-31 17:21:12 +02:00
Guillaume Beraudo
5bd63f7e2c
Parse KML extrude and altitudeMode of simple geometries
...
Point, LineString and Polygon are handled.
LinearRing properties are not handled.
An 'extrude' boolean property is set in the geometry properties.
An 'altitudeMode' string property is set in the geometry properties.
2015-03-31 15:30:58 +02:00
Bart van den Eijnden
47ce127a10
Add assert messages for all assertions up until ol.renderer.vector.
2015-03-30 22:55:23 +02:00
Tim Schaub
be0c9f3c8a
Allow orienting coordinates when serializing GeoJSON
2015-03-25 18:32:31 -06:00
Frederic Junod
e669b20ed5
Add new geometry layout option for polyline format
...
To be able to choose the geometry layout of the feature geometries created by
the format reader.
Default is `ol.geom.GeometryLayout.XY`
2015-03-24 11:39:18 +01:00
Frédéric Junod
d3f246518b
Merge pull request #3354 from fredj/geojson-write-options
...
Mark ol.format.GeoJSON#writeFeature(s) option param optional
2015-03-16 11:31:59 +01:00
Frederic Junod
3a7d1ebd16
Mark ol.format.GeoJSON#writeGeometry option param optional
2015-03-16 09:25:50 +01:00
Frederic Junod
180a75d714
Mark ol.format.GeoJSON#writeFeature option param optional
2015-03-16 09:20:57 +01:00
Frederic Junod
0997a171a0
Mark ol.format.GeoJSON#writeFeatures option param optional
2015-03-16 09:18:52 +01:00
Frederic Junod
96883e0b69
Set the 'properties' member to null if the feature has not properties
2015-03-12 15:58:16 +01:00
Bart van den Eijnden
b698fe9968
Support multiple featureTypes with a different featureNS
2015-03-04 15:27:05 +01:00
Bart van den Eijnden
b05ead4056
Allow multiple featureTypes through ol.format.WFS as well
2015-03-04 10:24:42 +01:00
Bart van den Eijnden
d0180f35e0
Support multiple featureTypes as well in autoconfigure mode
2015-03-04 10:20:36 +01:00
Bart van den Eijnden
3a7905f2fd
Support multiple feature types in GML format
2015-03-04 10:16:25 +01:00
oterral
0a6a3f5d65
Add parsing of NetworkLink tag
2015-02-05 16:21:45 +01:00
Frederic Junod
a0a4369c24
Fix ol.format.GPX.TRKSEG_NODE_FACTORY_ type definition
2015-02-05 10:56:44 +01:00
Frederic Junod
65c2f7de5f
Remove unused goog.require
2015-02-05 10:56:44 +01:00
Éric Lemoine
2d3e5d2bac
Merge pull request #3026 from htulipe/wmts-getcap
...
Add support of reading WMTS Get Cap document
2015-02-04 13:32:32 +01:00
Frederic Junod
89f21f5d50
Remove square brackets from type
2015-02-03 15:52:19 +01:00
Hadrien Tulipe
87644a1a46
Add support of WMTS Get Cap read
...
This commit fixe #2721 . It still lacks the possibility to create layer from the GetCap document. It also lacks the reading of TMS limits.
2015-02-03 14:46:29 +01:00
Bart van den Eijnden
b8d44e7f91
Merge pull request #3099 from bartvde/ogr-gml2
...
Fix up parsing of OGR GML with ol.format.GML
2015-02-02 13:16:12 +01:00
Bart van den Eijnden
423c8761aa
Use ol.format.GMLBase.GMLNS and get rid of unneeded Object
2015-02-02 12:46:49 +01:00
Frédéric Junod
df32d04fdb
Merge pull request #3178 from fredj/geojson-externs
...
GeoJSON externs fixes
2015-02-02 09:11:08 +01:00
Bart van den Eijnden
5d70e61753
Make FEATURE_COLLECTION_PARSERS an instance property
2015-01-30 21:00:04 +01:00