Steve Mitchell
Results
1
issues of
Steve Mitchell
I'm not having any luck adding a mouseover event to L.hotline: ``` javascript this.hotlineLayer = L.hotline(data, options).addTo(this.map); this.hotlineLayer.on('mouseover', function (event) { var layer = event.target; console.log(layer.style.color); // just testing the...