Web app used to generate and visualize routes between 2 points on the earth with the following modes:
- Great Circle (shortest surface route)
- Ocean Route
- Air Route
- Land Route
- Start the web server (e.g.
java -jar kartographia-routing.jar
) - Open a browser and go to http://localhost:8080
- Click the "Draw Line" to draw a straight line between 2 points
git clone https://github.com/kartographia/routing-webapp.git
cd routing-webapp
mvn install
java -jar dist/kartographia-routing.jar
Black dotted line represents straight line between two points. Red line represents great circle path representing the shortest path between the two points on the surface of the earth.