osm with ssl
This commit is contained in:
parent
d98177603c
commit
b309669ccb
@ -19,7 +19,7 @@
|
||||
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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user