bellingcat / osm-search

A user friendly way to search OpenStreetMap data for features in proximity to each other.
https://osm-search.bellingcat.com/
MIT License
153 stars 6 forks source link

feat(backend)!: pagination, geometries #9

Open zameji opened 3 months ago

zameji commented 3 months ago

A small frontend change is necessary since the data format changed. If the frontend can't be changed spontaneously, or current backend needs to be supported for a while for third party use, I can put the new backend on /v2/intersection and let the calls to /intersection return the existing format. In that way, you wouldn't need to deploy the frontend change.

@loganwilliams let me know if that's necessary