The gpx file that http://www.obviously.com/gis/gpx_loader.html uses is pretty similar to the gpx file that I create, it just has the following extra tags that I don't use: <ele>44.826904</ele> <time>2001-11-16T23:03:38Z</time> <desc>5096</desc> <sym>Dot</sym> <type>Dot</type>
It uses the desc tag (or name tag?) to work out the colour of the lines. But you could try it on my gpx file (http://ozcamps.net/ gpx.php) and see if it works without the additional tags. But otherwise just add those tags as well and the map should load. Here is the gpx data that the above uses: http://www.obviously.com/gis/gpx_loader.gpx Use my code in the link I did originally to create your own gpx file (i.e. use PHP and echo statements to create the gpx file similar to what the loader uses). Cheers Brett On Aug 24, 8:11 pm, simonsinus <[email protected]> wrote: > Or is there a software that converts the Garmin gpx files to the ones > that > are readable by this:http://www.obviously.com/gis/gpx_loader.html > > On 24 Aug., 11:39, simonsinus <[email protected]> wrote: > > > @Brekin This would also be interesting in a further step. > > > From my conception perspective seen it could be better to use KML > > Files instead > > of GPX anyway. Because GPX comes in a vary of many different formats. > > So my question is: Is there a kml loader for walking tours? > > KML that can be used on the map? > > > On 18 Aug., 00:55, Brekin <[email protected]> wrote: > > > > Sorry, my above post was the opposite; taking info from Google Maps > > > and making a .gpx file. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
