Findings (WIP) + change some UI behaviour
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user