Move readProjectionFrom* functions to the base classes

This commit is contained in:
Frederic Junod
2015-01-20 16:59:58 +01:00
parent 2970da3461
commit 077a827197
14 changed files with 65 additions and 75 deletions
-8
View File
@@ -291,14 +291,6 @@ ol.format.WKT.prototype.readGeometryFromText = function(text, opt_options) {
};
/**
* @inheritDoc
*/
ol.format.WKT.prototype.readProjectionFromText = function(text) {
return null;
};
/**
* Encode a feature as a WKT string.
*