Stable intersectsExtent method for geometries

This commit is contained in:
Tim Schaub
2015-04-02 14:47:07 +02:00
parent 6134a8bf7a
commit 587c06f565
7 changed files with 7 additions and 7 deletions

View File

@@ -146,7 +146,7 @@ ol.geom.MultiPoint.prototype.getType = function() {
/**
* @inheritDoc
* @api
* @api stable
*/
ol.geom.MultiPoint.prototype.intersectsExtent = function(extent) {
var flatCoordinates = this.flatCoordinates;