/gps-dist

calc gps dist

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

GPS dist

Calculate distance from localisation data to GPS point.

use it

Need jQuery to work add atribute data-gps to a span or an other element.

<span data-gps="[47.3983,5.0898]" ></span>

add this line under the jQuery script and before the </body>

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

see exemple