mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #8320 from rgvassar/ol3
OpenLayers - Added source.Vector.getFeaturesAtCoordinate method.
This commit is contained in:
Vendored
+5
@@ -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