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