update photon link to https://photon.komoot.io
This commit is contained in:
parent
169fb28e28
commit
667cb87f36
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function performRequest(url, success_callback) {
|
||||||
request.send();
|
request.send();
|
||||||
}
|
}
|
||||||
|
|
||||||
performRequest("https://photon.komoot.de/api/?limit=1&q=<%= URI::encode_www_form_component(@location) %>", function(data) {
|
performRequest("https://photon.komoot.io/api/?limit=1&q=<%= URI::encode_www_form_component(@location) %>", function(data) {
|
||||||
var lat, lon;
|
var lat, lon;
|
||||||
if(data.features.length < 1) {
|
if(data.features.length < 1) {
|
||||||
lat = 51.0538286;
|
lat = 51.0538286;
|
||||||
|
|
Loading…
Reference in a new issue