X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2d3ea552c4fdff9675f064b80fa0a1ac9b2c7d4c..14c25717abd8a980087ea832b4c012665f22c367:/website/js/nominatim-ui.js?ds=inline 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){