Difference between revisions of "Template:Tracklog"
From Geohashing
Line 1: | Line 1: | ||
− | <noinclude> | + | <noinclude> |
+ | == Tracklog embedding == | ||
+ | If your GPSr records a tracklog in GPX format, you can embed it on your expedition page. It looks like this: | ||
+ | {{tracklog | 2019-08-01_51_-1_Geohashing_expedition.gpx}} | ||
+ | == How to use == | ||
+ | # [[Special:Upload|Upload your GPX file]]. Give it a suitable name e.g. <code>2020-02-24 51 -1 Dan's expedition.gpx</code> | ||
+ | # On your expedition page, enter <code><nowiki>{{tracklog | 2020-02-24 51 -1 Dan's expedition.gpx}}</nowiki></code> (substitute your own filename) | ||
+ | |||
+ | Note that this only works with GPX files uploaded to the wiki; you can't use GPX files you've hosted elsewhere in this way. | ||
+ | |||
+ | </noinclude><includeonly><tracklog src="{{filepath:{{{1}}}}}"></tracklog></includeonly> |
Revision as of 08:35, 24 February 2020
Tracklog embedding
If your GPSr records a tracklog in GPX format, you can embed it on your expedition page. It looks like this:
How to use
- Upload your GPX file. Give it a suitable name e.g.
2020-02-24 51 -1 Dan's expedition.gpx
- On your expedition page, enter
{{tracklog | 2020-02-24 51 -1 Dan's expedition.gpx}}
(substitute your own filename)
Note that this only works with GPX files uploaded to the wiki; you can't use GPX files you've hosted elsewhere in this way.