Actions

Template

Difference between revisions of "POI"

From Dragon Eye Atlas

(Created page with "<noinclude> === Parameters === * lat,lon - location of this POI * type - category of this POI </noinclude> <includeonly> {{#Widget:Mapbox |lat={{{lat}}} |lon={{{lon}}} |zoom=...")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
=== Parameters ===
=== Parameters ===
* lat,lon - location of this POI
* lat,lon - location of this POI
* type - category of this POI
* category - category of this POI


</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#Widget:Mapbox
{{#Widget:Map
|lat={{{lat}}}
|lat={{{lat}}}
|lon={{{lon}}}
|lon={{{lon}}}
|zoom=8
|zoom={{{zoom|8}}}
|width=300px
|width=300px
|height=300px
|height=300px
}}
}}
{{#Widget:Markers|layer=POIs}}
{{#Widget:Markers|layer=POIs}}
 
{{#set:
[[Category:{{{type}}}]]
located in={{{province}}}
}}
[[Category:{{{category}}}]]
</includeonly>
</includeonly>

Latest revision as of 10:17, 19 July 2020

Parameters

  • lat,lon - location of this POI
  • category - category of this POI