summaryrefslogtreecommitdiff
path: root/httemplate/misc/openmap.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/openmap.html')
-rw-r--r--httemplate/misc/openmap.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/openmap.html b/httemplate/misc/openmap.html
index 7cbe3db1d..88f64c1ff 100644
--- a/httemplate/misc/openmap.html
+++ b/httemplate/misc/openmap.html
@@ -18,7 +18,7 @@
<script>
- var url = 'http://nominatim.openstreetmap.org/search?format=json&limit=1&q=<%$loc%>';
+ var url = 'xmlhttp-openstreetmap.html?loc=<%$loc%>';
$.getJSON(url,function(data){
var latlong = [data[0].lat, data[0].lon];
var mymap = L.map('mapid').setView(latlong, 15);