Skip to content

Web app used to generate and visualize routes between 2 points on the earth

License

Notifications You must be signed in to change notification settings

kartographia/routing-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

Using the app

  1. Start the web server (e.g. java -jar kartographia-routing.jar)
  2. Open a browser and go to http://localhost:8080
  3. Click the "Draw Line" to draw a straight line between 2 points

Maven Quickstart

git clone https://github.com/kartographia/routing-webapp.git
cd routing-webapp
mvn install
java -jar dist/kartographia-routing.jar

Screenshot

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. Screenshot

About

Web app used to generate and visualize routes between 2 points on the earth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published