X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/20f270fe814e54e9322f65b58d93bbe24989a18e..7ec9e882af170fec837f606720e4a5fdfd64be94:/src/assets/js/detailpage.js diff --git a/src/assets/js/detailpage.js b/src/assets/js/detailpage.js index 301b725..49ec981 100644 --- a/src/assets/js/detailpage.js +++ b/src/assets/js/detailpage.js @@ -15,7 +15,7 @@ function init_map_on_detail_page(lat, lon, geojson) { L.tileLayer(get_config_value('Map_Tile_URL'), { // moved to footer - attribution: (get_config_value('Map_Tile_Attribution') || null ) //'© OpenStreetMap contributors' + attribution: (get_config_value('Map_Tile_Attribution') || null ) //'© OpenStreetMap contributors' }).addTo(map); var layerGroup = new L.layerGroup().addTo(map); @@ -25,7 +25,7 @@ function init_map_on_detail_page(lat, lon, geojson) { if (geojson) { var geojson_layer = L.geoJson( - // http://leafletjs.com/reference-1.0.3.html#path-option + // https://leafletjs.com/reference-1.0.3.html#path-option parse_and_normalize_geojson_string(geojson), { style: function(feature) {