increase size of marker icon
This commit is contained in:
@ -891,7 +891,10 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// create icons
|
// 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
|
// create legend
|
||||||
var legend = L.control({position: 'bottomleft'});
|
var legend = L.control({position: 'bottomleft'});
|
||||||
|
Reference in New Issue
Block a user