You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a database as a source and would need a record lookup (REST API) to query some additional data not in a database.
I'm using Nominatim and OSM as source for reverse Geo search, to get exact location that was saved in the database. I would like to parse the data and merge it with the DB input. Currently using native Python for it.
I have a database as a source and would need a record lookup (REST API) to query some additional data not in a database.
I'm using Nominatim and OSM as source for reverse Geo search, to get exact location that was saved in the database. I would like to parse the data and merge it with the DB input. Currently using native Python for it.
http://mygeogis:8080/reverse?lat=48.1788415&lon=13.7443096&format=json
Currently, result is returned as JSON
Thanks,
Bruno
The text was updated successfully, but these errors were encountered: