The fastest way to use this plugin: upload the file using the uploader in the first tab, than copy the shortcode from the list and paste it in the pages/posts.
You can manually set the relative path to your gpx: [sgpx gpx="< gpx file name >"].
You can also use gpx from other sites: [sgpx gpx="http://www.someone.com/somewhere/somefile.gpx"]
Full set of attributes: [sgpx
gpx="< gpx file name >"
width=100%
mheight=450px
gheight=200px
mtype=SATELLITE
waypoints=true
donotreducegpx=false
pointsoffset=10
uom=0
mlinecolor=#3366cc
glinecolor=#3366cc]
- gpx: relative path to gpx
- width: width in pixels
- mheight: map height
- gheight: graph height
- mtype: map aviable types are: HYBRID, ROADMAP, SATELLITE, TERRAIN
- waypoints: print the gpx waypoints inside the map (default is FALSE)
- donotreducegpx: Print all the point without reduce it (default is FALSE)
- pointsoffset: Skip points closer than XX metres(default is 10)
- uom: the unit of measure values are: 0, 1 (0 = metres, 1 = miles/feet)
- mlinecolor: map line color (default is #3366cc)
- glinecolor: graph line color (default is #3366cc)
Bugs, problems, thanks and anything else here!