Fixed incorrect documentation.

This commit is contained in:
rgvassar
2016-03-02 09:08:46 -08:00
parent 0a312175b4
commit 18df7ff3a9
+1 -2
View File
@@ -4182,8 +4182,7 @@ declare module ol {
getFeatures(): ol.Feature[];
/**
* Get the features collection associated with this source. Will be null unless the source was configured
* with useSpatialIndex set to false, or with an ol.Collection as features.
* Get all features whose geometry intersects the provided coordinate.
*/
getFeaturesAtCoordinate(coordinate: ol.Coordinate): ol.Feature[];
}