Static read and write functions on WKT parser

Use a singleton to implement static read and write methods on ol.parser.WKT.
This commit is contained in:
Bart van den Eijnden
2013-05-22 16:43:11 +02:00
parent 783e6d33d5
commit 6e80a35960
2 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
@exportSymbol ol.parser.WKT
@exportProperty ol.parser.WKT.prototype.read
@exportProperty ol.parser.WKT.prototype.write
@exportProperty ol.parser.WKT.read
@exportProperty ol.parser.WKT.write