osm-common
osm-common copied to clipboard
Use https for nominatim.openstreetmap.org
The nominatim geocoding service at nominatim.openstreetmap.org is available over https, and will soon start redirecting all http requests to https.
Some java http libraries don't follow redirects by default.
Would it please be possible to make all nominatim requests over https? I believe the relevant line is NominatimQueryBuilder.java#L15