landru29 / leaflet-velocity-ts

0 stars 4 forks source link

Display wind speed values on the map when the mouse is over a region. #2

Closed 0nza1101 closed 6 years ago

0nza1101 commented 6 years ago

-Created L.ControlVelocity.ts wich is used to see the wind speed. -Added leaflet-velocity.css to src (need a better implementation). -Added interpolate and bilinearInterpolateVector and also isValue, floorMod to windy.ts. -Added initMouseHandler to L.VelocityLayer.ts used to listen mouseEvent and display wind speed value.

0nza1101 commented 6 years ago

It should be good now let me know if it's ok.