increase size of marker icon

This commit is contained in:
liamcottle
2024-03-16 18:02:48 +13:00
parent 720f9975a7
commit 4d10dc5fc8

View File

@ -891,7 +891,10 @@
});
// create icons
var iconOnline = L.divIcon({ className: 'icon-online'});
var iconOnline = L.divIcon({
className: 'icon-online',
iconSize: [16, 16], // increase from 12px to 16px to make hover easier
});
// create legend
var legend = L.control({position: 'bottomleft'});