-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I have GpxParser which crashes because some sites add extensions with prefixes.
Example
<trkpt lat="45.148454" lon="5.888473">
<ele>1205.75</ele>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:Extensions>
<reversedirection>yes</reversedirection>
<highway>path</highway>
<mtb:scale>2</mtb:scale>
</gpxtpx:Extensions>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt>
GpxParser cash on mtn:scale
Will it be possible for the developer to ignore the extensions ?
Metadata
Metadata
Assignees
Labels
No labels