mobile-app icon indicating copy to clipboard operation
mobile-app copied to clipboard

Use Nominatim for location tagging

Open d4f5409d opened this issue 2 years ago • 1 comments

Nominatim search for OpenStreetMap data is more reliable.

https://nominatim.org/

[Should fix #2]

d4f5409d avatar Aug 12 '23 16:08 d4f5409d

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/

realpixelcode avatar Sep 17 '23 13:09 realpixelcode