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
There is currently the possibility to put any widget in a Control, but it is not possible to put a widget on the Map with a given (lat, long) position.
This could be achieved by adding a new Layer type (Placeholder? WidgetMarker?) that makes use of https://leafletjs.com/reference-1.7.1.html#divicon for putting the widget on the map with a given position,