/airports

Calculate the countries that overpass the geodesic route between airports.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Calculate Overpasses

Given a list of countries and airports of the world, calculate which countries overlap the geodesic route.

Uses turf.js for calculating the intersection, leaflet for the map, and Jquery for the UI, UX