GPX files can encode LineStrings under two different tags, rte and trk, in order to differentiate between routes (a navigation plan) and tracks (a recorded path). Currently when a GPX file is converted to GeoJSON this difference is not preserved - this PR introduces a change that preserves this metadata on a _gpxType property for each feature.
GPX files can encode LineStrings under two different tags,
rte
andtrk
, in order to differentiate between routes (a navigation plan) and tracks (a recorded path). Currently when a GPX file is converted to GeoJSON this difference is not preserved - this PR introduces a change that preserves this metadata on a_gpxType
property for each feature.