- This project calculates shortest distance between two points for air travel destinations.
- Written in JavaScript.
- Script that makes arc path - arc.js
- Airport data - geojson.js
- Uses Leaflet.js for maps
- Init script is inline at geo_arc.html
Open geo_arc.html
- User interface consists of two points, which are airpot locations.
- Click on point shows airport name from GeoJSON file
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO
- Written in arc.js as comments before every external code block