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.
Revision as of 15:44, 11 January 2026 by Eloise Zomia (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

includeonly>{

 "type": "Feature",
 "properties": {
   "id": "{{{id}}}",
   "name": "{{{name}}}",
   "status": "{{{status}}}",
   "page_url": "/wiki/Template:Map/AccessionGeoJSON"
 },
 "geometry": {
   "type": "Point",
   "coordinates": [{{{lon}}}, {{{lat}}}]
 }

}</includeonly> Helper template for region map GeoJSON output. Called by SMW #ask queries.