This repository was archived by the owner on May 27, 2024. It is now read-only.
This repository was archived by the owner on May 27, 2024. It is now read-only.
Geofencing multiple polygons for a single point #33
Open
Description
I have found it very easy to filter a list of points using a geofence with geojson
. Works great!
Unfortunately, my use case is trying to tell a user which geofence they are in. That means one point and multiple geo polygons. Best I've found so far is to search each geo polygon individually for the point using the filtering feature and see which one returns first.
Is there a better way to figure out which geofence a specific point is located in? We're seeing about a 0.8 second calculation time on a 27" iMac and we'd obviously like to bring that way down.
Is there a recommended way to achieve this with performance in mind?
Metadata
Metadata
Assignees
Labels
No labels