I'm building a map using the mapview R package following
this tutorial. Adding a different image to each point using popup=popupImage(images,src = "remote")
works fine.
The issue is with iframe popups.
The example using popup = mapview:::popupIframe("https://www.youtube.com/embed/iApz08Bh53w?autoplay=1", width = 300, height = 225)
is only for a single point. If I combine several iframe video links (the same way shown with image links) adds ALL video iframes to each point.
How do I add a different iframe to each point?