Serialize polygon as surface

This commit is contained in:
Bart van den Eijnden
2014-02-27 20:15:32 +01:00
parent cbb38c10e0
commit a6d6317d9e
3 changed files with 84 additions and 5 deletions

View File

@@ -309,6 +309,9 @@
* @property {string} featureNS Feature namespace.
* @property {string} featureType Feature type to parse.
* @property {string} srsName srsName to use when writing geometries.
* @property {boolean|undefined} surface Write gml:Surface instead of
* gml:Polygon elements. This also affects the elements in multi-part
* geometries. Default is `false´.
*/
/**