diff --git a/js/gis.js b/js/gis.js index c79dd6f..5231c25 100644 --- a/js/gis.js +++ b/js/gis.js @@ -108,7 +108,7 @@ GIS.initMap = async function (mapId, zoomLevel = this.INIT_ZOOM) { let sitesMarkers = []; let siteIcon = L.icon( { - iconUrl: '/img/icons/siti.png', + iconUrl: 'img/icons/siti.png', iconSize: [38, 58], iconAnchor: [22, 57], tooltipAnchor: [0, -46],