My objective is to create a radius search tools using Leaflet API. It will behave like how many POIs within the radius from a given point. Any tutorial or any blog forum link will be helpful to me. Thanks
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
Here is a bounding box example, it uses Rtrees which are pretty efficient so you may have better luck filtering out the corners of the Rtree bounding box then doing a straight up radius search. |
|||
|
|