i would like to present users a list of shops, but also corresponding markers in a map. Whenever a user clicks on a shop in the list, the .popupopen() from the marker in the map should be triggered.
I'm not sure, how to implement it properly with this plugin. In Leaflet.js i would add a Marker reference in the shop-Array and trigger something like shop.marker.popupopen(). Is there a better way here?
Hello,
i would like to present users a list of shops, but also corresponding markers in a map. Whenever a user clicks on a shop in the list, the .popupopen() from the marker in the map should be triggered.
I'm not sure, how to implement it properly with this plugin. In Leaflet.js i would add a Marker reference in the shop-Array and trigger something like shop.marker.popupopen(). Is there a better way here?
Kind regards Ralph