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 would like to be able to add a variable amount of markers over time. I currently use:
<l-markerv-for="(params, user) in points"
:key="user"
:position="params.pos"
:title="title"
:opacity="opacity"><l-tooltip:content="user"></l-tooltip></l-marker>
but no points are shown (points is initially empty). I can see they are present with the Vuex debug console. It seems vueleaflet doesn't handle dynamic marker creation in a map?
The text was updated successfully, but these errors were encountered:
I would like to be able to add a variable amount of markers over time. I currently use:
but no points are shown (
points
is initially empty). I can see they are present with the Vuex debug console. It seems vueleaflet doesn't handle dynamic marker creation in a map?The text was updated successfully, but these errors were encountered: