Template:Create Profile Link: Difference between revisions
Jump to navigation
Jump to search
(created to simplify park and trail map templates) |
(add title) |
||
Line 3: | Line 3: | ||
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
{{Create Profile Link|KML= }} | {{Create Profile Link|KML= |Title=<Optional>}} | ||
</pre> | </pre> | ||
The parameter KML is required for output. | The parameter KML is required for output. | ||
Line 10: | Line 10: | ||
[[Category:Trail Class Items]] | [[Category:Trail Class Items]] | ||
</noinclude><includeonly>https://www.gpsvisualizer.com/profile_input?format=svg&height=500&profile_gradients=1&trk_colorize=slope_degrees&trk_elevation_gain=1&trk_elevation_threshold=10&units=us&width=1000&form:remote_data={{{KML|}}}&add_elevation=auto&trk_distance_threshold=5</includeonly> | </noinclude><includeonly>https://www.gpsvisualizer.com/profile_input?drawing_title={{#if|{{Title|}}|{{Title|}}}}&format=svg&height=500&profile_gradients=1&trk_colorize=slope_degrees&trk_elevation_gain=1&trk_elevation_threshold=10&units=us&width=1000&form:remote_data={{{KML|}}}&add_elevation=auto&trk_distance_threshold=5</includeonly> |
Revision as of 09:25, 14 December 2019
This creates the link to http://gpsvisualizer.com with the desired settings for generating a profile chart of a provided KML. The chart can be saved for the page but is also the source of information of distance and elevations.
It should be called in the following format:
{{Create Profile Link|KML= |Title=<Optional>}}
The parameter KML is required for output.
Edit the page to see the template text.