Merge pull request #1294 from bartvde/gmlgeom

GML parser should write out all geometry attributes and respect their names (r=@ahocevar)
This commit is contained in:
Bart van den Eijnden
2013-11-25 00:36:51 -08:00
8 changed files with 100 additions and 42 deletions

View File

@@ -538,9 +538,6 @@
* will be automatically configured from the GML.
* @property {Array.<string>|string|undefined} featureType The local
* (without prefix) feature typeName(s).
* @property {string|undefined} geometryName Name of geometry element.
* Defaults to `geometry`. If null, it will be set on <read> when the
* first geometry is parsed.
* @property {boolean|undefined} multiCurve Write gml:MultiCurve instead of
* gml:MultiLineString. Since the latter is deprecated in GML 3, the
* default is `true`. This only applies to GML version 3.