osm with ssl

This commit is contained in:
Götz 2017-10-13 21:47:40 +02:00
parent d98177603c
commit b309669ccb

View File

@ -19,7 +19,7 @@
generateMap(JSON.parse(this.response)) generateMap(JSON.parse(this.response))
} }
}; };
xhttp.open("GET", "http://nominatim.openstreetmap.org/search/?format=json&city=Bamberg&street={{ room.address }}", true); xhttp.open("GET", "https://nominatim.openstreetmap.org/search/?format=json&city=Bamberg&street={{ room.address }}", true);
xhttp.send(); xhttp.send();
} }