Getting Started

To start using Gis Tools, add corresponding stylesheet and script to the html.

CSS

Copy-paste the stylesheet <link> into <head> part of the html to load CSS.

<link rel="stylesheet" href="gistools.css">

JS

Place the following <script> near the end of the pages, right before the closing </body> tag, to enable it.

<script src="gistools.js"></script>