getFeaturesAtCoordinateAtResolution is not stable yet

This commit is contained in:
Pierre GIRAUD
2014-12-01 09:49:02 +01:00
parent 4734530ce2
commit ce4ecb711b

View File

@@ -203,7 +203,7 @@ ol.source.TileVector.prototype.getFeatures = function() {
* @param {ol.Coordinate} coordinate Coordinate.
* @param {number} resolution Resolution.
* @return {Array.<ol.Feature>} Features.
* @api stable
* @api
*/
ol.source.TileVector.prototype.getFeaturesAtCoordinateAtResolution =
function(coordinate, resolution) {