Merge pull request #427 from ZeusWPI/update-photon-link
update photon link to https://photon.komoot.io
This commit is contained in:
commit
bad5124e76
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function performRequest(url, success_callback) {
|
|||
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;
|
||||
if(data.features.length < 1) {
|
||||
lat = 51.0538286;
|
||||
|
|
Loading…
Reference in a new issue