Skip to content

Commit

Permalink
Update map-script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicks57 authored Mar 29, 2024
1 parent 149e818 commit 4ff2633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function dragEndHandler(e) {
var gpx = GPXDebug; // GPX as string used for debugging

var fileArray = [
["tracks/db/Validated-Anytime.gpx", "red", "Rouge"]
["tracks/db/Validated-Anytime.gpx", "#159917", "Vert"]
];

for (const file of fileArray) {
Expand Down

0 comments on commit 4ff2633

Please sign in to comment.