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(frontend): pagination, geometries #8

Open zameji opened 3 months ago

zameji commented 3 months ago

AFAIK this is backward-compatible with current backend. You wouldn't be able to use pagination and display the geometries (actually the search result list would not show any marker at all), but it should still work.

loganwilliams commented 2 months ago

@zameji I've (finally) started to look into this, but it seems like this PR still contains lots of backend commits. Can you take a look and cherry pick the front-end ones so that I can move this forward?

zameji commented 2 months ago

@loganwilliams I'll look into it. I hope I separated the commits by frontend / backend, otherwise this will be a real headache.

zameji commented 2 months ago

@loganwilliams Alright, I went through the commit history and cleaned it up - both here and in the backend PR #9 . Luckily, only a couple of commits had a mix of backend/frontend files.