Permalink

Share the current view

Permalink control button allows visitors to always get the direct link to the current view. Useful to share the current view.

<iframe src="../../seemap.html"></iframe>
<!-- DEMO ONLY -->
<style>
    iframe {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
</style>