Skip to content

Commit

Permalink
FIX: gpxFolder incorrect gpx collection (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalSla authored Apr 9, 2023
1 parent a984d3a commit 255d46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ export class LeafletRenderer extends MarkdownRenderChild {
(file.extension === "gpx" ||
file.path.endsWith(".gpx.gz"))
)
gpxSet.set(path, { path: file.path });
gpxSet.set(file.path, { path: file.path });
});
}
}
Expand Down

0 comments on commit 255d46f

Please sign in to comment.