increase size of marker icon
This commit is contained in:
parent
720f9975a7
commit
4d10dc5fc8
1 changed files with 4 additions and 1 deletions
|
|
@ -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'});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue