pixelfed / mobile-app

Placeholder app repo for issues
https://github.com/pixelfed/pixelfed-rn
92 stars 3 forks source link

Use Nominatim for location tagging #129

Open d4f5409d opened 1 year ago

d4f5409d commented 1 year ago

Nominatim search for OpenStreetMap data is more reliable.

https://nominatim.org/

[Should fix #2]

realpixelcode commented 1 year ago

That's not a good idea, because Nominatim's usage policy explicitly forbids auto-complete search. Also, there's a maximum of 1 request per second per app. That means globally, only one Pixelfed user could make use of the Nominatim integration per second.

https://operations.osmfoundation.org/policies/nominatim/