﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
20601	Customise GPX track drawing by Fix	pyrog	team	"Colouring a GPX track by fix type would be great feature too 😀
See [https://josm.openstreetmap.de/ticket/20600 ticket #20600]

Example track exported by JOSM from a NMEA track:
{{{#!xml
      <trkpt lat=""45.55609628"" lon=""5.951905333333333"">
        <ele>289.268</ele>
        <time>2000-01-01T16:50:25Z</time>
        <fix>rtk</fix>
        <sat>12</sat>
        <hdop>0.91</hdop>
      </trkpt>
}}}

Source: [https://www.topografix.com/GPX/1/1/gpx.xsd]
{{{#!xml
<!--  Accuracy info  -->
<xsd:element name=""fix"" type=""fixType"" minOccurs=""0"">
<xsd:annotation>
<xsd:documentation>Type of GPX fix.</xsd:documentation>
</xsd:annotation>
</xsd:element>
}}}
…
{{{#!xml
<xsd:simpleType name=""fixType"">
<xsd:annotation>
<xsd:documentation>
Type of GPS fix. none means GPS had no fix. To signify ""the fix info is unknown, leave out fixType entirely. pps = military signal used
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base=""xsd:string"">
<xsd:enumeration value=""none""/>
<xsd:enumeration value=""2d""/>
<xsd:enumeration value=""3d""/>
<xsd:enumeration value=""dgps""/>
<xsd:enumeration value=""pps""/>
</xsd:restriction>
</xsd:simpleType>
}}}"	enhancement	closed	normal		Core		duplicate	gpx color	
