We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719c68e commit 7edc021Copy full SHA for 7edc021
src/main/java/org/microg/nlp/backend/nominatim/BackendService.java
@@ -30,8 +30,8 @@
30
public class BackendService extends GeocoderBackendService {
31
private static final String TAG = "NominatimGeocoder";
32
33
- private static final String SERVICE_URL_MAPQUEST = "https://open.mapquestapi.com/nominatim/v1/";
34
- private static final String SERVICE_URL_OSM = "https://nominatim.openstreetmap.org/";
+ private static final String SERVICE_URL_MAPQUEST = "https://open.mapquestapi.com/nominatim/v1";
+ private static final String SERVICE_URL_OSM = "https://nominatim.openstreetmap.org";
35
36
private static final String REVERSE_GEOCODE_URL =
37
"%s/reverse?%sformat=json&accept-language=%s&lat=%f&lon=%f";
0 commit comments