Skip to content

Commit

Permalink
changed to viewing 3 choices at once
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahz916 committed Aug 10, 2020
1 parent d85c746 commit 32ef0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/route-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const FILL_COLORS = ["#FF0000", '#F1C40F', '#3498DB', '#154360', '#D1F2EB', '#D7
'#F8F000', '#F8006D', '#AB0500', '#2DC4BB'
];
const MAX_WAYPOINTS = 25;
const CHOICE_AT_ONCE = 1;
const CHOICE_AT_ONCE = 3;

window.onload = async function setup() {
let startAddr = await getStartAddr();
Expand Down

0 comments on commit 32ef0b2

Please sign in to comment.