X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/7a851805cb34799585e955d61333f3ae0d7cca93..047b306f7b94f9faef31fa9da61f5e99e6c3e7ae:/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) {