severak/wanderlust

some leaflet/javascript tricks

Closed this issue · 0 comments

// from https://css-tricks.com/snippets/javascript/random-hex-color/
var randomColor = Math.floor(Math.random()*16777215).toString(16);


.leaflet-tile { border: solid black 5px; }