Replace ol.geom.GeometryType with ol.geom.Type
This commit is contained in:
@@ -47,7 +47,7 @@ ol.geom.MultiLineString.prototype.getEnds = function() {
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.geom.MultiLineString.prototype.getType = function() {
|
||||
return ol.geom.GeometryType.MULTI_LINE_STRING;
|
||||
return ol.geom.Type.MULTI_LINE_STRING;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user