flopp / coordinates-toolbox

A single page web-app providing several (geographic) coordinate calculations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coordinates-toolbox

A single page web-app providing several (geographic) coordinate calculations

The app (currently) supports:

  • fuzzy coordinate parsing
  • waypoint projection
  • distance/bearing calculation
  • coordinate format transformations
  • display of results on maps

Demo: https://coords.flopp.net/

Screenshot of Waypoint Projection

Installation

git clone https://github.com/flopp/coordinates-toolbox.git
cd coordinates-toolbox
./setup.sh

All files of the web app can then be found in the .build folder. Point your browser directly to .build/index.html or copy the content of the .build folder to a server of your choice.

Third Party Stuff

The web app uses

About

A single page web-app providing several (geographic) coordinate calculations

License:MIT License


Languages

Language:JavaScript 48.1%Language:HTML 33.8%Language:CSS 13.9%Language:Shell 4.3%