Toggle menu
84
103
34
3.2K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Map/AccessionGeoJSON: Difference between revisions

Template page
Created page with "includeonly>{ "type": "Feature", "properties": { "id": "{{{id}}}", "name": "{{{name}}}", "status": "{{{status}}}", "page_url": "/wiki/{{FULLPAGENAME}}" }, "geometry": { "type": "Point", "coordinates": [{{{lon}}}, {{{lat}}}] } }</includeonly><noinclude> Helper template for region map GeoJSON output. Called by SMW #ask queries. Category:Map Templates </noinclude>"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
includeonly>{
<includeonly>{"type":"Feature","properties":{"id":"{{{id}}}","name":"{{{name}}}","status":"{{{status}}}","page_url":"/wiki/{{FULLPAGENAME}}"},"geometry":{"type":"Point","coordinates":[{{{lon}}},{{{lat}}}]}}</includeonly><noinclude>
  "type": "Feature",
Helper template for region maps. Outputs GeoJSON feature from SMW query.
  "properties": {
    "id": "{{{id}}}",
    "name": "{{{name}}}",
    "status": "{{{status}}}",
    "page_url": "/wiki/{{FULLPAGENAME}}"
  },
  "geometry": {
    "type": "Point",
    "coordinates": [{{{lon}}}, {{{lat}}}]
  }
}</includeonly><noinclude>
Helper template for region map GeoJSON output. Called by SMW #ask queries.
[[Category:Map Templates]]
[[Category:Map Templates]]
</noinclude>
</noinclude>

Latest revision as of 16:19, 11 January 2026

Helper template for region maps. Outputs GeoJSON feature from SMW query.