Add write support for gml:Curve

This commit is contained in:
Bart van den Eijnden
2014-02-27 20:55:50 +01:00
parent a6d6317d9e
commit c4c53a7ac3
3 changed files with 83 additions and 3 deletions

View File

@@ -312,6 +312,9 @@
* @property {boolean|undefined} surface Write gml:Surface instead of
* gml:Polygon elements. This also affects the elements in multi-part
* geometries. Default is `false´.
* @property {boolean|undefined} curve Write gml:Curve instead of
* gml:LineString elements. This also affects the elements in multi-part
* geometries. Default is `false´.
*/
/**