Skip to content

Commit

Permalink
Update map.js
Browse files Browse the repository at this point in the history
  • Loading branch information
janschill authored Sep 4, 2024
1 parent 26641cb commit 5da3e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/assets/js/modules/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function initializeMap() {
}

// Load full planned route
const url = '/static/gpx/Great_Divide_2024_(From_Montana).gpx'
const url = '/static/gpx/Great_Divide_2024.gpx'
new L.GPX(url, {
async: true,
markers: {
Expand Down

0 comments on commit 5da3e9b

Please sign in to comment.