Write support for ol.parser.GeoJSON

Also add some convenience with static read and write methods based on the
singleton.
This commit is contained in:
Bart van den Eijnden
2013-05-23 14:39:18 +02:00
parent 513115ea3b
commit 93b067b6bc
3 changed files with 184 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
@exportSymbol ol.parser.GeoJSON
@exportProperty ol.parser.GeoJSON.prototype.read
@exportProperty ol.parser.GeoJSON.read
@exportProperty ol.parser.GeoJSON.prototype.write
@exportProperty ol.parser.GeoJSON.write