Reset view

Reinitialize the view of the map

Reset view control button allows visitors to go back to the very first view of their current session, or to the SEEMAP’s default settings.

On the following example, navigate and zoom through maps and click on the reset view/home button to see the difference.

<iframe src="../../seemap.html?view=45.433153642271414,6.690673828125001&zoom=7"></iframe>
<!-- DEMO ONLY -->
<style>
    iframe {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
</style>
<iframe src="../../seemap.html?viewResetGoesToFirstView=false&view=45.433153642271414,6.690673828125001&zoom=7"></iframe>
<!-- DEMO ONLY -->
<style>
    iframe {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
</style>