Restore the WKT parser, example & tests

This commit is contained in:
Erik Timmers
2014-06-06 22:23:29 +02:00
parent fa5f99c716
commit 61378098e6
6 changed files with 82 additions and 79 deletions

View File

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