Steve:
Got it. Downloaded a test track I made around town today. Now to the GMAP4 doc to see how to go from there. Hope to be able to contribute an actual track here sometime. Thanks so much
code I used for the above embedded map:
<iframe
style="width:100%;height:400px"
src="http://www.mappingsupport.com/p/gmap4.php?q=http://didnt.doit.wisc.edu/outdoor/muir2009/gps/2010/filtered/20100728.gpx&t=t2" width="100%"
height="400px">
</iframe>
to get your file to open in a topo view like the above replace
http://didnt.doit.wisc.edu/outdoor/muir2009/gps/2010/filtered/20100728.gpxwith the download path to your exported file - needs to be on a server that lets you access it publicly, plus it has to support the extension (many web servers will not transfer kml or gpx files without mime type changes)