Skip to main content

Open iFrame within a map

Comments

1 comment

  • Berend Veldkamp
    If the videos can somehow be linked to features on the map, the easiest way would be to add an iframe to the feature's description.

     

     

    Example:

     

     

    <iframe width="200" height="200" src="/Videos/{video_id}.mp4"> </iframe>

     

     

    Note that if the videos come from the same domain as the viewer, you might just as well use a video tag.
    0

Please sign in to leave a comment.