adding speedlimit on a GPX file

 

How do you add speedlimit on a GPX file?

It's the same as a .csv file

append "@xx" to the name , ie

<name>name@50</name>, where name is the waypoint name.

or use any of POILoader 'magic' tricks to apply the same setting to the whole file.

(Speed alert,that is, rather than speed limit...)

--
------------------------ Phil Hornby, Stockport, England ----------------------               http://GeePeeEx.com - Garmin POI Creation made easy           »      

gpx

Hornbyp wrote:

append "@xx" to the name , ie

<name>name@50</name>, where name is the waypoint name.

or use any of POILoader 'magic' tricks to apply the same setting to the whole file.

(Speed alert,that is, rather than speed limit...)

I check the FAQ section they say the GPX needs _??. Where as on a .CSV you can add @?? at the end of the file.

Which one is correct?

either/neither

If you want to apply a speed-alert on a 'whole file basis', then just the presence of the numbers is enough:-

eg Fred56.gpx => 56 mph Speed alert

--
------------------------ Phil Hornby, Stockport, England ----------------------               http://GeePeeEx.com - Garmin POI Creation made easy           »      

thanks

I will try see what happen.