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