fix line color handling, closes #21

This commit is contained in:
vcoppe
2024-07-22 18:27:53 +02:00
parent ba091d3d9d
commit b3a06ea6ae
3 changed files with 33 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ export function parseGPX(gpxData: string): GPXFile {
}
return tagName;
},
parseTagValue: false,
tagValueProcessor(tagName, tagValue, jPath, hasAttributes, isLeafNode) {
if (isLeafNode) {
if (tagName === 'ele') {