Feature request: Location data from Geonames
Adding nearest known location using data from Geonames
The reverse geo coding could be done using nominatim server: "https://nominatim.openstreetmap.org/reverse?lat="+item.lat+"&lon="+item.lon+"&format=json";
I am not sure which exif field should be used for that purpose.
sorry, layman speak - does this mean being able to search for locations in the map interface?
https://en.wikipedia.org/wiki/Reverse_geocoding
Reverse geocoding is the process of converting a location as described by geographic coordinates to a human-readable address or place name
ok, thanks.
I guess I need to put in a request a new feature