Skip to content

Commit 6e07e5b

Browse files
committed
Updated color palette routes
1 parent 684569f commit 6e07e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ <h2>Contact &amp; support</h2>
699699
});
700700

701701
// Palette of colors (will cycle if more routes in a day than colors)
702-
const colors = ['blue', 'red', 'green', 'black', 'brown', 'orange', 'purple'];
702+
const colors = ['blue', 'red', 'green', 'black', 'brown', '#ff7f0e', 'purple'];
703703

704704
// Collect all polylines
705705
const fg = L.featureGroup().addTo(map);

0 commit comments

Comments
 (0)