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