mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 05:03:32 +08:00
Merge pull request #8320 from rgvassar/ol3
OpenLayers - Added source.Vector.getFeaturesAtCoordinate method.
This commit is contained in:
5
openlayers/openlayers.d.ts
vendored
5
openlayers/openlayers.d.ts
vendored
@@ -4180,6 +4180,11 @@ declare module ol {
|
||||
* Get all features on the source
|
||||
*/
|
||||
getFeatures(): ol.Feature[];
|
||||
|
||||
/**
|
||||
* Get all features whose geometry intersects the provided coordinate.
|
||||
*/
|
||||
getFeaturesAtCoordinate(coordinate: ol.Coordinate): ol.Feature[];
|
||||
}
|
||||
|
||||
class VectorEvent {
|
||||
|
||||
Reference in New Issue
Block a user