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
I'd like to be able to set up interaction events where a mouse click outputs the coordinates of the click position. The leaflet documentation here indicates this is possible on their side, as is the case for vue-leaflet (e.g., tip in the docs here and example here). However, I've been unable to get this working in trame-leaflet. What is required to set this up (e.g., how do I pass the function corresponding to the event click, for say, LMap)?
The text was updated successfully, but these errors were encountered:
Hey folks!
I'd like to be able to set up interaction events where a mouse click outputs the coordinates of the click position. The
leaflet
documentation here indicates this is possible on their side, as is the case forvue-leaflet
(e.g., tip in the docs here and example here). However, I've been unable to get this working intrame-leaflet
. What is required to set this up (e.g., how do I pass the function corresponding to the eventclick
, for say,LMap
)?The text was updated successfully, but these errors were encountered: