You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so this is more of a question than a real issue. Is it possible to get Screen coordinates for mouse events e.g. mouseover/mousemove? The only thing that I saw that might help me was the latlng Object that contains the map coordinates of the event. Is there any map-coordinates-to-pixel-coordinates conversion available for leaflet?
Regards,
Markus
The text was updated successfully, but these errors were encountered:
Right now we don't pass through the original mouse event or any of those bits, looks like it should be easy to add if you check out the _move function, probably just add the original event in there. (Would gladly accept a PR for this)
Otherwise in leaflet there is map.latLngToLayerPoint (and many other methods) that convert a latlng into pixels.
See: http://leafletjs.com/reference.html#map-class and scroll down to "Conversion Methods"
so this is more of a question than a real issue. Is it possible to get Screen coordinates for mouse events e.g. mouseover/mousemove? The only thing that I saw that might help me was the latlng Object that contains the map coordinates of the event. Is there any map-coordinates-to-pixel-coordinates conversion available for leaflet?
Regards,
Markus
The text was updated successfully, but these errors were encountered: