Findings (WIP) + change some UI behaviour

This commit is contained in:
2024-11-25 12:22:35 +01:00
parent bda52fc665
commit 08711db11a
8 changed files with 131 additions and 13 deletions

View File

@@ -21,6 +21,15 @@ Icons.notConserved = L.icon(
}
);
Icons.finding = L.icon(
{
iconUrl: 'img/icons/rinvenimenti.png',
iconSize: [24, 36],
iconAnchor: [12, 32],
tooltipAnchor: [0, -26],
}
);
Icons.camera = L.divIcon({className: 'fa fa-2x fa-camera'});
export default Icons;