POI: Difference between revisions
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=..." |
No edit summary |
||
(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 | ||
* | * category - category of this POI | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#Widget: | {{#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:{{{ | located in={{{province}}} | ||
}} | |||
[[Category:{{{category}}}]] | |||
</includeonly> | </includeonly> |
Latest revision as of 09:17, 19 July 2020
Parameters
- lat,lon - location of this POI
- category - category of this POI