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