Difference between revisions of "Template:LegMap"

From BITPlan E-Bike Wiki
Jump to navigation Jump to search
(pushed from fahl by wikipush)
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
Template to display leg routes on OpenStreetMap.
+
Template to display leg routes on a Map.
 +
see {{Link|target=:Template:LegMapLines}}
 
=== Usage ===
 
=== Usage ===
 
<pre>{{LegMap
 
<pre>{{LegMap
 
|center=cityName
 
|center=cityName
|zoom=12}}</pre>
+
|zoom=12
 +
|debug=false}}</pre>
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude><includeonly>
 
</noinclude><includeonly>
{{#ask:[[-Has subobject::{{FULLPAGENAME}}]] [[Leg from::+]][[Leg to::+]]
+
{{#vardefine:leg_lines|{{#ask:[[-Has subobject::{{FULLPAGENAME}}]][[IsA::Leg]]
 
|mainlabel=-
 
|mainlabel=-
|?Leg from#coordinates
+
|?Leg from=from
|?Leg to#coordinates
+
|?Leg to=to
 +
|?Leg transport=transport
 
|format=template
 
|format=template
 
|template=LegLine
 
|template=LegLine
 +
|sort=Leg wp_num
 +
|named args=yes
 
|sep=:
 
|sep=:
 +
}}}}
 +
{{#if:{{{debug|}}}|
 +
== Lines ==
 +
{{#ask:[[-Has subobject::{{FULLPAGENAME}}]][[Leg_from::+]]
 +
|mainlabel=-
 +
|?Leg wp_num=#
 +
|?Leg from=from
 +
|?Leg to=to
 +
|?Leg transport=transport
 +
|format=table
 +
|sort=Leg wp_num
 
}}
 
}}
{{#display_map:
+
{{#var:leg_lines}}
|lines={{#ask: [[-Has subobject::{{FULLPAGENAME}}]][[Leg from::+]]
+
 
|mainlabel=-
+
== LegMapLines ==
|?Leg from
+
}}
|?Leg to
+
{{LegMapLines
|format=template
+
|lines={{#var:leg_lines}}
|template=LegLine
+
|title={{{title|Legs}}}
|sep=:}}
+
|subtitle={{{subtitle|from subobjects}}}
|center={{{center|Berlin}}}
+
|color={{{color|blue}}}
 +
|center={{{center|}}}
 
|zoom={{{zoom|12}}}
 
|zoom={{{zoom|12}}}
|height=700
+
|width={{{width|800}}}
|service=leaflet}}
+
|height={{{height|600}}}
 +
|debug={{{debug|}}}
 +
}}
 
</includeonly>
 
</includeonly>

Latest revision as of 16:37, 19 January 2025

Template to display leg routes on a Map. see Template:LegMapLines

Usage

{{LegMap
|center=cityName
|zoom=12
|debug=false}}