Extend WKT parser from ol.format.TextFeature

This commit is contained in:
Erik Timmers
2014-06-08 18:33:46 +02:00
parent 61378098e6
commit 1e61485e11
6 changed files with 225 additions and 202 deletions

9
old/parser/parser.js Normal file
View File

@@ -0,0 +1,9 @@
goog.provide('ol.parser.Parser');
/**
* @constructor
* @todo stability experimental
*/
ol.parser.Parser = function() {};