Add write support for gml:Point

This commit is contained in:
Bart van den Eijnden
2014-02-26 15:12:30 +01:00
parent e0d7470dac
commit 717db8b788
3 changed files with 111 additions and 3 deletions

View File

@@ -308,6 +308,7 @@
* @typedef {Object} olx.format.GMLOptions
* @property {string} featureNS Feature namespace.
* @property {string} featureType Feature type to parse.
* @property {string} srsName srsName to use when writing geometries.
*/
/**