Difference between revisions of "Template:Show gpx"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
Parameters: | Parameters: | ||
− | * gpx: URL to GPX file (required) | + | * gpx: URL to GPX file (required, defaults to the value of Has_gpx if set) |
* zoom: Zoom level (optional, default: 11) | * zoom: Zoom level (optional, default: 11) | ||
* viewer: Which viewer to use: "gpsvisualizer" or "bitplan" (optional, default: bitplan) | * viewer: Which viewer to use: "gpsvisualizer" or "bitplan" (optional, default: bitplan) | ||
Line 18: | Line 18: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
− | * [https://www.gpsvisualizer.com/atlas/map?url={{urlencode:{{{gpx|}}}}} gpxvisualizer.com {{{gpx|}}}] | + | * [https://www.gpsvisualizer.com/atlas/map?url={{urlencode:{{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx}}}}}}} gpxvisualizer.com {{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx}}}}}] |
− | * [https://gpx.bitplan.com/?gpx={{{gpx|}}}&auth_token=39f40ac94615c72d709310ce gpx.bitplan.com {{{gpx|}}}] | + | * [https://gpx.bitplan.com/?gpx={{urlencode:{{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx}}}}}}}&auth_token=39f40ac94615c72d709310ce gpx.bitplan.com {{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx}}}}}] |
{{#ifeq:{{{viewer|bitplan}}}|gpsvisualizer | {{#ifeq:{{{viewer|bitplan}}}|gpsvisualizer | ||
Line 30: | Line 30: | ||
marginheight="0" | marginheight="0" | ||
marginwidth="0" | marginwidth="0" | ||
− | src="https://www.gpsvisualizer.com/atlas/map?url={{urlencode:{{{gpx|}}}}}&zoom={{{zoom|11}}}"> | + | src="https://www.gpsvisualizer.com/atlas/map?url={{urlencode:{{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx}}}}}}}&zoom={{{zoom|11}}}"> |
</iframe> | </iframe> | ||
}} | }} | ||
Line 41: | Line 41: | ||
marginheight="0" | marginheight="0" | ||
marginwidth="0" | marginwidth="0" | ||
− | src="https://gpx.bitplan.com/?gpx={{urlencode:{{{gpx|}}}}}&auth_token=39f40ac94615c72d709310ce&zoom={{{zoom|11}}}"> | + | src="https://gpx.bitplan.com/?gpx={{urlencode:{{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx}}}}}}}&auth_token=39f40ac94615c72d709310ce&zoom={{{zoom|11}}}"> |
</iframe> | </iframe> | ||
}} | }} | ||
}} | }} | ||
</includeonly> | </includeonly> |
Revision as of 10:55, 18 January 2025
This template embeds a GPX track viewer.
see e.g. https://www.gpsvisualizer.com/atlas/map?url=https://www.topografix.com/fells_loop.gpx
Usage:
{{Show_gpx|gpx=https://www.topografix.com/fells_loop.gpx|zoom=13|viewer=gpsvisualizer}}
Parameters:
- gpx: URL to GPX file (required, defaults to the value of Has_gpx if set)
- zoom: Zoom level (optional, default: 11)
- viewer: Which viewer to use: "gpsvisualizer" or "bitplan" (optional, default: bitplan)
Example:
- gpxvisualizer.com https://www.topografix.com/fells_loop.gpx
- gpx.bitplan.com https://www.topografix.com/fells_loop.gpx