X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c4e72e6ca9a72a9e151ca189cb8febacae36ecfa..1e902ef60797be97f8b95cc716af01789e8be14c:/website/js/nominatim-ui.js diff --git a/website/js/nominatim-ui.js b/website/js/nominatim-ui.js index ccd403fa..64160c84 100644 --- a/website/js/nominatim-ui.js +++ b/website/js/nominatim-ui.js @@ -143,7 +143,7 @@ jQuery(document).ready(function(){ ].join(','); } function map_link_to_osm(){ - return "http://openstreetmap.org/#map=" + map.getZoom() + "/" + map.getCenter().lat + "/" + map.getCenter().lng; + return "https://openstreetmap.org/#map=" + map.getZoom() + "/" + map.getCenter().lat + "/" + map.getCenter().lng; } function get_result_element(position){