Installation

How to install SEEMAP

  1. Download seemap.html
  2. Rename if needed and optionally adjust default settings
  3. Use it as src attribute of an iframe tag 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>