Difference between revisions of "Template:Show gpx"

From BITPlan E-Bike Wiki
Jump to navigation Jump to search
(Created page with "<noinclude> This template embeds a GPX track viewer. Usage: * {{Show_gpx|gpx=File:Example.gpx}} Parameters: * gpx: URL or path to GPX file (required) Example: {{Show_gpx|gp...")
 
 
(30 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
This template embeds a GPX track viewer.
 
This template embeds a GPX track viewer.
  
Usage:
+
see e.g. https://www.gpsvisualizer.com/atlas/map?url=https://www.topografix.com/fells_loop.gpx
* {{Show_gpx|gpx=File:Example.gpx}}
 
  
Parameters:
+
= Usage =
* gpx: URL or path to GPX file (required)
+
<pre>
 +
{{Show_gpx|gpx=https://www.topografix.com/fells_loop.gpx|zoom=13|viewer=gpsvisualizer|debug=true}}
 +
{{Show_gpx|gpx=https://www.topografix.com/fells_loop.gpx|zoom=13|viewer=bitplan}}
 +
</pre>
  
Example:
+
== Parameters ==
{{Show_gpx|gpx=File:Example.gpx}}
+
* 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)
 +
* debug: Show debug links (optional, default: false)
 +
 
 +
= Examples =
 +
== gpsvisualizer.com ==
 +
{{Show_gpx|gpx=https://www.topografix.com/fells_loop.gpx|zoom=13|viewer=gpsvisualizer|debug=true}}
 +
== gpx.bitplan.com ==
 +
{{Show_gpx|gpx=https://www.topografix.com/fells_loop.gpx|zoom=13|viewer=bitplan}}
 
</noinclude>
 
</noinclude>
<includeonly><html>
+
<includeonly>{{#if:{{{debug|}}}|* [https://www.gpsvisualizer.com/atlas/map?url={{urlencode:{{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx}}}}}}} gpsvisualizer.com {{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx|link=none}}}}}]
 +
* [https://gpx.bitplan.com/?gpx={{urlencode:{{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx|link=none}}}}}}}&auth_token=39f40ac94615c72d709310ce gpx.bitplan.com {{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx|link=none}}}}}]
 +
}}{{#ifeq:{{{viewer|bitplan}}}|gpsvisualizer
 +
|{{#tag:html|
 +
<iframe
 +
    width="800"
 +
    height="500"
 +
    frameborder="0"
 +
    scrolling="no"
 +
    marginheight="0"
 +
    marginwidth="0"
 +
    src="https://www.gpsvisualizer.com/atlas/map?url={{urlencode:{{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx|link=none}}}}}}}&zoom={{{zoom|11}}}">
 +
</iframe>}}
 +
|{{#tag:html|
 
<iframe  
 
<iframe  
 
     width="800"  
 
     width="800"  
Line 19: Line 43:
 
     marginheight="0"  
 
     marginheight="0"  
 
     marginwidth="0"  
 
     marginwidth="0"  
     src="https://www.j-berkemeier.de/ShowGPX.html?gpx={{{gpx|}}}">
+
     src="https://gpx.bitplan.com/gpx/?gpx={{urlencode:{{{gpx|{{#show:{{FULLPAGENAME}}|?Has_gpx|link=none}}}}}}}&auth_token=39f40ac94615c72d709310ce&zoom={{{zoom|11}}}">
</iframe>
+
</iframe>}}}}</includeonly>
</html></includeonly>
 

Latest revision as of 16:26, 1 February 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|debug=true}}
{{Show_gpx|gpx=https://www.topografix.com/fells_loop.gpx|zoom=13|viewer=bitplan}}

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)
  • debug: Show debug links (optional, default: false)

Examples

gpsvisualizer.com

gpx.bitplan.com