Move some UI to Stimulus + Lo Pozzo geojson

This commit is contained in:
2024-11-27 11:48:03 +01:00
parent 8ef3331b25
commit 211379b986
9 changed files with 107 additions and 64 deletions

View File

@@ -30,6 +30,6 @@ Icons.finding = L.icon(
}
);
Icons.camera = L.divIcon({className: 'fa fa-2x fa-camera'});
Icons.camera = L.divIcon({className: 'fa fa-camera'});
export default Icons;