The package has the address https://nominatim.openstreetmap.org/ hardcoded in, which doesn't allow for the ability to connect to and query a local Nominatim instance.
I'm proposing a change to the following functions:
bbox_to_poly
geo_address_lookup
geo_address_lookup_sf
geo_lite
geo_lite_sf
reverse_geo_lite
reverse_geo_lite_sf
To add a keyword argument nominatim_server which allows the user to specify a custom URL to build the API requests from.
The package has the address
https://nominatim.openstreetmap.org/
hardcoded in, which doesn't allow for the ability to connect to and query a local Nominatim instance.I'm proposing a change to the following functions:
bbox_to_poly
geo_address_lookup
geo_address_lookup_sf
geo_lite
geo_lite_sf
reverse_geo_lite
reverse_geo_lite_sf
To add a keyword argument
nominatim_server
which allows the user to specify a custom URL to build the API requests from.