OpenGeofiction:Territories: Difference between revisions

From OpenGeofiction
Jump to navigation Jump to search
(Created page with "This is a "clickable" overview map of the OGF world, showing all the different territories, with each territory's status and owner. For a searchable and sortable overview tabl...")
 
(Testing Leaflet (note that this backlinks to OLD OGF for data - will need to be repaired before we go "live"))
Line 20: Line 20:
| zoom = 3
| zoom = 3
| maxzoom = 19
| maxzoom = 19
| layers = +Standard,TopoMap,Histor
| layers = +OGFCarto,OGFTopo
| overlays = +Territories,+Parallels,+Markers
| overlays = +Territories,+Parallels,+Markers
| overlaydef = {
| overlaydef = {
"Territories": [
"Territories": [
   {"url": "//wiki.opengeofiction.net/wiki/index.php/OGF:Territory_administration?action=raw", "key": "ogfId"},
   {"url": "//wiki.opengeofiction.net/wiki/index.php/OGF:Territory_administration?action=raw", "key": "ogfId"},
   {"url": "/data/ogf_polygons_100.json", "wrap": "polygon", "select": "rel"},
   {"url": "//wiki.opengeofiction.net/data/ogf_polygons_100.json", "wrap": "polygon", "select": "rel"},
   {"url": "/data/ogf_template.json", "select": ["status","constraints"]}
   {"url": "//wiki.opengeofiction.net/data/ogf_template.json", "select": ["status","constraints"]}
],
],
"Parallels": [
"Parallels": [
   {"url": "/data/ogf_parallels.json"}
   {"url": "//wiki.opengeofiction.net/data/ogf_parallels.json"}
],
],
"Markers": [
"Markers": [
   {"url": "/data/ogf_markers.json"},
   {"url": "//wiki.opengeofiction.net/data/ogf_markers.json"},
   {"url": "/data/ogf_template.json", "select": "icon"}
   {"url": "//wiki.opengeofiction.net/data/ogf_template.json", "select": "icon"}
] <nowiki>}</nowiki>
] <nowiki>}</nowiki>


}}<!--  {"url": "/data/ogf_template.json", "select": ["status","constraints"], "filter": {"status": "open to all"} } for only the blue -->
}}<!--  {"url": "//wiki.opengeofiction.net/data/ogf_template.json", "select": ["status","constraints"], "filter": {"status": "open to all"} } for only the blue -->
==Territory list==
==Territory list==
<htmltag tagname="style"> .status-owned { background: #ffcc99; } .status-available { background: #66cc22; } .status-reserved { background: #dddddd; } .status-collaborative { background: #cc99ff; } .status-open { background: #4488ff; } .status-marked { background: #eeff22; } </htmltag>
<htmltag tagname="style"> .status-owned { background: #ffcc99; } .status-available { background: #66cc22; } .status-reserved { background: #dddddd; } .status-collaborative { background: #cc99ff; } .status-open { background: #4488ff; } .status-marked { background: #eeff22; } </htmltag>

Revision as of 16:32, 17 August 2021

This is a "clickable" overview map of the OGF world, showing all the different territories, with each territory's status and owner. For a searchable and sortable overview table of all territories, see below the map.

Overview Map

██ free for editing by all users: new users edit here ██ available territory: new users may request these territories
██ owned territory ██ collaborative territory
██ marked for withdrawal ██ ██ reserved and archived areas: do not edit

(Click on a territory to get additional information.)

Loading map...

Territory list

{{#get_web_data:url=https://wiki.opengeofiction.net/wiki/index.php/OGF:Territory_administration?action=raw |format=JSON |data= status=status, rel=rel, ogfId=ogfId, name=name, owner=owner, comment=comment, deadline=deadline }}

status id name owner deadline - style="border:2px solid #111111; padding:1em" align="center" class="status-{{{status}}}" {{{status}}} style="padding:1em" align="center" {{{ogfId}}} style="padding:1em" [[{{{name}}}]] style="padding:1em" {{{owner}}}{{{comment}}} style="padding:1em" align="center" {{{deadline}}}

}}