We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46afa1e commit 3ef980cCopy full SHA for 3ef980c
README.txt
@@ -0,0 +1,10 @@
1
+This program creates a traveling route based on a list of destinations.
2
+The destinations are addresses extracted from a document that can be
3
+uploaded by the user from a local drive (by clicking a button and
4
+browsing) or by dragging and dropping it on the file-drop region (above
5
+the map.
6
+Once the file is uploaded, the program reads the addresses and allows the
7
+user to select them. The user defines the start intermediate points and
8
+final destination. The program then shows a map that covers an area
9
+large enough to show all destination point. Finally, the program
10
+highlights the route.
0 commit comments