Rename ol.geom.Type to ol.geom.GeometryType

This commit is contained in:
Tom Payne
2013-12-04 16:28:36 +01:00
parent c2228b1d19
commit 057cda42be
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ ol.geom.MultiLineString.prototype.getLineStrings = function() {
* @inheritDoc
*/
ol.geom.MultiLineString.prototype.getType = function() {
return ol.geom.Type.MULTI_LINE_STRING;
return ol.geom.GeometryType.MULTI_LINE_STRING;
};