Installation
How to install SEEMAP
- Download seemap.html
- Rename if needed and optionally adjust default settings
- Use it as src attribute of an iframetag or launch it directly from web browser.
<iframe src="../../seemap.html"></iframe>
<!-- DEMO ONLY -->
<style>
    iframe {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
</style>