Remove getGeometry() from the API
This commit is contained in:
@@ -104,7 +104,6 @@ ol.render.Feature.prototype.getFlatCoordinates =
|
||||
/**
|
||||
* Get the feature for working with its geometry.
|
||||
* @return {ol.render.Feature} Feature.
|
||||
* @api
|
||||
*/
|
||||
ol.render.Feature.prototype.getGeometry = function() {
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user