Show additional information from GPX file
When plotting from a GPX file show a different colour for each track segment (as defined in the GPX file).
When plotting from a GPS file show waypoint and name.
5
votes
-
Simon Davis commented
For GPX this is specified in
<extensions>
<gte:name>#2</gte:name>
<gte:color>#00ce00</gte:color>
</extensions>I'd suggest to preserve functionality it be off by default, and a new API parameter be added,
e.g. clr=on and clr=off
and wp=on or wp=off