Add prehistoric sites

This commit is contained in:
2024-12-02 16:48:40 +01:00
parent 5dd1f3c77d
commit c16c2763e0
4 changed files with 61 additions and 0 deletions

View File

@@ -30,6 +30,15 @@ Icons.finding = L.icon(
}
);
Icons.prehistoric = L.icon(
{
iconUrl: 'img/icons/preistorici.png',
iconSize: [18, 27],
iconAnchor: [10, 24],
tooltipAnchor: [0, -22],
}
);
Icons.camera = L.divIcon({className: 'fa fa-camera'});
export default Icons;