Difference between revisions of "Develop auto tables"

From geofiction
Jump to navigation Jump to search
m
Line 7: Line 7:
 
*[[Template:Opq_data]]
 
*[[Template:Opq_data]]
 
*[[Template:Table_fill]]
 
*[[Template:Table_fill]]
 +
*[[List of autotables]]
  
 
==Workin overpass examples==
 
==Workin overpass examples==
 +
*[[Autotables_working]]
 +
*[[Autotables_test_simple]]
 +
*[[Autotables_modular]]
  
 
correct link:https://overpass.ogf.rent-a-planet.com/api/interpreter?data
 
correct link:https://overpass.ogf.rent-a-planet.com/api/interpreter?data
  
<div class="mw-collapsible mw-collapsed">
 
list of airports
 
<div class="mw-collapsible-content">
 
{{#clear_external_data:}}
 
{{#get_web_data:url=https://overpass.ogf.rent-a-planet.com/api/interpreter?data=(area%5Bname%3D%22Guai%22%5D%5B%22admin_level%22%3D%222%22%5D%3B%20)-%3E.a%3B%20relation%5B%22type%22%3D%22waterway%22%5D%5B%22water%22%3D%22river%22%5D%5Bname%5D(area.a)%3Bout%3B
 
|format=xml
 
|order by=/osm/relation/tag[@k='name']/@v DESC
 
|data=
 
relation_id=/osm/relation/@id
 
,name=/osm/relation/tag[@k='name']/@v
 
,distance=/osm/relation/tag[@k='distance']/@v
 
,destination=/osm/relation/tag[@k='destination']/@v
 
,ref=/osm/relation/tag[@k='ref']/@v
 
|use xpath
 
}}
 
{| class="wikitable sortable"
 
! Name
 
! Length<br/>(km)<br>
 
! Drains into
 
{{#for_external_table:<nowiki/>
 
{{!}}-
 
{{!}}[http://opengeofiction.net/relation/{{{relation_id}}} {{{name}}}]
 
{{!}}{{{distance}}}
 
{{!}}[[{{{destination}}}]]
 
}}
 
|}
 
{{#clear_external_data:}}
 
</div></div>{{clear}}
 
 
 
<div class="mw-collapsible mw-collapsed">
 
list of rivers
 
<div class="mw-collapsible-content">
 
{{#clear_external_data:}}
 
{{#get_web_data:url=https://overpass.ogf.rent-a-planet.com/api/interpreter?data=(area%5Bname%3D%22Guai%22%5D%5B%22admin_level%22%3D%222%22%5D%3B%20)-%3E.a%3B%20relation%5B%22type%22%3D%22waterway%22%5D%5B%22water%22%3D%22river%22%5D%5Bname%5D(area.a)%3Bout%3B
 
|format=xml
 
|order by=/osm/relation/tag[@k='name']/@v DESC
 
|data=
 
relation_id=/osm/relation/@id
 
,name=/osm/relation/tag[@k='name']/@v
 
,distance=/osm/relation/tag[@k='distance']/@v
 
,destination=/osm/relation/tag[@k='destination']/@v
 
,ref=/osm/relation/tag[@k='ref']/@v
 
|use xpath
 
}}
 
{| class="wikitable sortable"
 
! Name
 
! Length<br/>(km)<br>
 
! Drains into
 
{{#for_external_table:<nowiki/>
 
{{!}}-
 
{{!}}[http://opengeofiction.net/relation/{{{relation_id}}} {{{name}}}]
 
{{!}}{{{distance}}}
 
{{!}}[[{{{destination}}}]]
 
}}
 
|}
 
{{#clear_external_data:}}
 
</div></div>{{clear}}
 
 
 
<div class="mw-collapsible mw-collapsed">
 
last edits
 
<div class="mw-collapsible-content">
 
::::::::<span class="mw-ui-button" role="button" aria-disabled="false">{{{1|[https://wiki.opengeofiction.net/index.php/OpenGeofiction:Recent_changesets?action=purge&titles=OpenGeofiction:Recent_changesets Refresh]}}}</span>{{#clear_external_data:}}
 
{{#get_web_data:url=https://opengeofiction.net/api/0.6/changesets
 
|format=xml
 
|data=
 
  changeset_id=/osm/changeset/@id
 
,uid=/osm/changeset/@uid
 
,user=/osm/changeset/@user
 
,created_date=/osm/changeset/@created_at
 
<!-- ,comment=/osm/changeset/tag[@k="comment"]/@v -->
 
|use xpath
 
}}
 
{| class="wikitable sortable"
 
! Changeset ID
 
! User ID
 
! User Name
 
! Date and Time
 
{{#display_external_table:template=ExternalDataTest01
 
|data=changeset_id=
 
  changeset_id
 
,uid=uid
 
,user=user
 
,created_date=created_date
 
}}
 
|}
 
</div></div>{{clear}}
 
 
==Simple tables==
 
{| class="wikitable"
 
! A
 
! B
 
! C
 
{{!}}-
 
{{!}}aaaaaaa
 
{{!}}bbbbbbbbbbbbbbb
 
{{!}}ccccccccccc
 
|}
 
 
{| class="wikitable sortable"
 
! A
 
! B
 
! C
 
{{!}}-
 
{{!}}aaaaaaa
 
{{!}}bbbbbbbbbbbbbbb
 
{{!}}ccccccccccc
 
|}
 
 
 
 
 
{{ #If:{{{collapsible|}}} |
 
{{ #If:{{{collapsed|}}} |
 
{{{!}} class="wikitable sortable mw-collapsible mw-collapsed;" |
 
{{{!}} class="wikitable sortable mw-collapsible" }} |
 
{{{!}} class="wikitable sortable" }} style="text-align:left; width:{{{width|500}}}px;"
 
|-
 
! class="unsortable" style="background:#{{{bgcolor|CCCCFF}}};" {{ #If:{{{column9tag|}}} |
 
colspan="9" | {{ #If:{{{column8tag|}}} |
 
colspan="8" | {{ #If:{{{column7tag|}}} |
 
colspan="7" | {{ #If:{{{column6tag|}}} |
 
colspan="6" | {{ #If:{{{column5tag|}}} |
 
colspan="5" | {{ #If:{{{column4tag|}}} |
 
colspan="4" | {{ #If:{{{column3tag|}}} |
 
colspan="3" | {{ #If:{{{column2tag|}}} |
 
colspan="2" | {{ #If:{{{column1tag|}}} |
 
colspan="1" }} }} }} }} }} }} }} }} }} | {{{topic|Table}}}
 
! class="unsortable" style="background:#{{{bgcolor|CCCCFF}}}; text-align:right; width:50px;" | {{Refresh}}
 
|-
 
{{ #If:{{{column1tag|}}} |
 
{{ #If:{{{column1sort|}}}{{{column1width|}}} |
 
! {{ #If:{{{column1sort|}}} |
 
class="unsortable" }} {{ #If:{{{column1width|}}} |
 
style="width:{{{column1width}}}px;" }} {{!}} | ! }} {{{column1name}}}
 
{{ #If:{{{column2tag|}}} |
 
{{ #If:{{{column2sort|}}}{{{column2width|}}} |
 
! {{ #If:{{{column2sort|}}} |
 
class="unsortable" }} {{ #If:{{{column2width|}}} |
 
style="width:{{{column2width}}}px;" }} {{!}} | ! }} {{{column2name}}}
 
{{ #If:{{{column3tag|}}} |
 
{{ #If:{{{column3sort|}}}{{{column3width|}}} |
 
! {{ #If:{{{column3sort|}}} |
 
class="unsortable" }} {{ #If:{{{column3width|}}} |
 
style="width:{{{column3width}}}px;" }} {{!}} | ! }} {{{column3name}}}
 
{{ #If:{{{column4tag|}}} |
 
{{ #If:{{{column4sort|}}}{{{column4width|}}} |
 
! {{ #If:{{{column4sort|}}} |
 
class="unsortable" }} {{ #If:{{{column4width|}}} |
 
style="width:{{{column4width}}}px;" }} {{!}} | ! }} {{{column4name}}}
 
{{ #If:{{{column5tag|}}} |
 
{{ #If:{{{column5sort|}}}{{{column5width|}}} |
 
! {{ #If:{{{column5sort|}}} |
 
class="unsortable" }} {{ #If:{{{column5width|}}} |
 
style="width:{{{column5width}}}px;" }} {{!}} | ! }} {{{column5name}}}
 
{{ #If:{{{column6tag|}}} |
 
{{ #If:{{{column6sort|}}}{{{column6width|}}} |
 
! {{ #If:{{{column6sort|}}} |
 
class="unsortable" }} {{ #If:{{{column6width|}}} |
 
style="width:{{{column6width}}}px;" }} {{!}} | ! }} {{{column6name}}}
 
{{ #If:{{{column7tag|}}} |
 
{{ #If:{{{column7sort|}}}{{{column7width|}}} |
 
! {{ #If:{{{column7sort|}}} |
 
class="unsortable" }} {{ #If:{{{column7width|}}} |
 
style="width:{{{column7width}}}px;" }} {{!}} | ! }} {{{column7name}}}
 
{{ #If:{{{column8tag|}}} |
 
{{ #If:{{{column8sort|}}}{{{column8width|}}} |
 
! {{ #If:{{{column8sort|}}} |
 
class="unsortable" }} {{ #If:{{{column8width|}}} |
 
style="width:{{{column8width}}}px;" }} {{!}} | ! }} {{{column8name}}}
 
{{ #If:{{{column9tag|}}} |
 
{{ #If:{{{column9sort|}}}{{{column9width|}}} |
 
! {{ #If:{{{column9sort|}}} |
 
class="unsortable" }} {{ #If:{{{column9width|}}} |
 
style="width:{{{column9width}}}px;" }} {{!}} | ! }} {{{column9name}}} }} }} }} }} }} }} }} }} }}
 
! class="unsortable" | Map
 
|-
 
{{#for_external_table:<nowiki/>
 
{{ #If:{{{column1tag|}}} |
 
{{!}} {{ #If:{{{column1link|}}} |
 
[[{{{{{{column1tag|}}}}}}]] | {{{{{{column1tag|}}}}}}
 
}}
 
{{ #If:{{{column2tag|}}} |
 
{{!}} {{ #If:{{{column2link|}}} |
 
[[{{{{{{column2tag|}}}}}}]] | {{{{{{column2tag|}}}}}}
 
}}
 
{{ #If:{{{column3tag|}}} |
 
{{!}} {{ #If:{{{column3link|}}} |
 
[[{{{{{{column3tag|}}}}}}]] | {{{{{{column3tag|}}}}}}
 
}}
 
{{ #If:{{{column4tag|}}} |
 
{{!}} {{ #If:{{{column4link|}}} |
 
[[{{{{{{column4tag|}}}}}}]] | {{{{{{column4tag|}}}}}}
 
}}
 
{{ #If:{{{column5tag|}}} |
 
{{!}} {{ #If:{{{column5link|}}} |
 
[[{{{{{{column5tag|}}}}}}]] | {{{{{{column5tag|}}}}}}
 
}}
 
{{ #If:{{{column6tag|}}} |
 
{{!}} {{ #If:{{{column6link|}}} |
 
[[{{{{{{column6tag|}}}}}}]] | {{{{{{column6tag|}}}}}}
 
}}
 
{{ #If:{{{column7tag|}}} |
 
{{!}} {{ #If:{{{column7link|}}} |
 
[[{{{{{{column7tag|}}}}}}]] | {{{{{{column7tag|}}}}}}
 
}}
 
{{ #If:{{{column8tag|}}} |
 
{{!}} {{ #If:{{{column8link|}}} |
 
[[{{{{{{column8tag|}}}}}}]] | {{{{{{column8tag|}}}}}}
 
}}
 
{{ #If:{{{column9tag|}}} |
 
{{!}} {{ #If:{{{column9link|}}} |
 
[[{{{{{{column9tag|}}}}}}]] | {{{{{{column9tag|}}}}}}
 
}} }} }} }} }} }} }} }} }} }}
 
{{!}} [[File:OGFmapicon.png|18px|link=]] <span class="plainlinks">[https://opengeofiction.net/{{{type}}}/{{{{{{type}}}_id}}} map]</span>
 
{{!}}-
 
}} |}
 
{{#clear_external_data:}}
 
|}
 
 
==Requesting data==
 
===Minimal example 1: use a relation===
 
<pre>
 
{{#clear_external_data:}}{{#get_web_data:url=https://opengeofiction.net/api/0.6/relation/312195/full
 
|format=xml
 
|data=
 
way_id=/osm/way/@id
 
,name=/osm/way/tag[@k='name']/@v
 
|use xpath
 
}}
 
{| class="wikitable"
 
! Nane
 
! Link
 
{{!}}-
 
{{#for_external_table:<nowiki/>
 
{{!}}{{{name}}}
 
{{!}}[http://opengeofiction.net/way/{{{way_id}}} click here]
 
{{!}}-
 
}} |}
 
{{#clear_external_data:}}
 
</pre>
 
 
{| {{#clear_external_data:}}{{#get_web_data:url=https://opengeofiction.net/api/0.6/relation/312195/full
 
|format=xml
 
|data=
 
way_id=/osm/way/@id
 
,name=/osm/way/tag[@k='name']/@v
 
|use xpath
 
}}
 
{| class="wikitable"
 
! Name
 
! Link
 
{{!}}-
 
{{#for_external_table:<nowiki/>
 
{{!}}{{{name}}}
 
{{!}}[http://opengeofiction.net/way/{{{way_id}}} click here]
 
{{!}}-
 
}} |}
 
{{#clear_external_data:}} |}
 
 
===Minimal example 2: use an overpass querry===
 
<pre>
 
{| {{#clear_external_data:}}
 
{{#get_web_data:url=https://overpass.ogf.rent-a-planet.com/api/interpreter?data=%28node%5B%22specialtag%22%3D%22Teststrassexyz%22%5D%3Bway%5B%22specialtag%22%3D%22Teststrassexyz%22%5D%3Brelation%5B%22specialtag%22%3D%22Teststrassexyz%22%5D%3B%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B
 
|format=xml
 
|data=
 
way_id=/osm/way/@id
 
,name=/osm/way/tag[@k='name']/@v
 
|use xpath
 
}}
 
{| class="wikitable"
 
! Nane
 
! Link
 
{{!}}-
 
{{#for_external_table:<nowiki/>
 
{{!}}{{{name}}}
 
{{!}}[http://opengeofiction.net/way/{{{way_id}}} click here]
 
{{!}}-
 
}} |}
 
{{#clear_external_data:}} |}
 
</pre>
 
 
{| {{#clear_external_data:}}
 
{{#get_web_data:url=https://overpass.ogf.rent-a-planet.com/api/interpreter?data=%28node%5B%22specialtag%22%3D%22Teststrassexyz%22%5D%3Bway%5B%22specialtag%22%3D%22Teststrassexyz%22%5D%3Brelation%5B%22specialtag%22%3D%22Teststrassexyz%22%5D%3B%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B
 
|format=xml
 
|data=
 
way_id=/osm/way/@id
 
,name=/osm/way/tag[@k='name']/@v
 
|use xpath
 
}}
 
{| class="wikitable"
 
! Nane
 
! Link
 
{{!}}-
 
{{#for_external_table:<nowiki/>
 
{{!}}{{{name}}}
 
{{!}}[http://opengeofiction.net/way/{{{way_id}}} click here]
 
{{!}}-
 
}} |}
 
{{#clear_external_data:}} |}
 
 
===Test subtemplates===
 
{| <!--{{#clear_external_data:}}{{#get_web_data:url=https://opengeofiction.net/api/0.6/relation/312195/full
 
|format=xml
 
|data=
 
way_id=/osm/way/@id
 
,name=/osm/way/tag[@k='name']/@v
 
|use xpath
 
}}-->{{Requestdata test|relation=312195|type=way|column1tag=name}}
 
{| class="wikitable"
 
! Name
 
! Link
 
{{!}}-
 
{{#for_external_table:<nowiki/>
 
{{!}}{{{name}}}
 
{{!}}[http://opengeofiction.net/way/{{{way_id}}} click here]
 
{{!}}-
 
}} |}
 
{{#clear_external_data:}} |}
 
 
===Test subtemplates===
 
{| {{Requestdata test|relation=312195|type=way|column1tag=name}}
 
{| class="wikitable"
 
! Name
 
! Link
 
{{!}}-
 
{{#for_external_table:<nowiki/>
 
{{!}}{{{name}}}
 
{{!}}[http://opengeofiction.net/way/{{{way_id}}} click here]
 
{{!}}-
 
}} |}
 
{{#clear_external_data:}} |}
 
 
==Table==
 
 
{| {{Template:Rel data | {{{relation}}} | {{{type}}} | {{{column1tag}}} | {{{column2tag}}} | {{{column3tag}}} | {{{column4tag}}} | {{{column5tag}}} | {{{column6tag}}} | {{{column7tag}}} | {{{column8tag}}} | {{{column9tag}}} }}
 
{{ #if:{{{collapsible|}}} |
 
{{ #if:{{{collapsed|}}} |
 
{{{!}} class=&quot;wikitable sortable mw-collapsible mw-collapsed;&quot; |
 
{{{!}} class=&quot;wikitable sortable mw-collapsible&quot; }} |
 
{{{!}} class=&quot;wikitable sortable&quot; }} style=&quot;text-align:left; width:{{{width|500}}}px;&quot;
 
|-
 
! class=&quot;unsortable&quot; style=&quot;background:#{{{bgcolor|CCCCFF}}};&quot; {{ #if:{{{column9tag|}}} |
 
colspan=&quot;9&quot; | {{ #if:{{{column8tag|}}} |
 
colspan=&quot;8&quot; | {{ #if:{{{column7tag|}}} |
 
colspan=&quot;7&quot; | {{ #if:{{{column6tag|}}} |
 
colspan=&quot;6&quot; | {{ #if:{{{column5tag|}}} |
 
colspan=&quot;5&quot; | {{ #if:{{{column4tag|}}} |
 
colspan=&quot;4&quot; | {{ #if:{{{column3tag|}}} |
 
colspan=&quot;3&quot; | {{ #if:{{{column2tag|}}} |
 
colspan=&quot;2&quot; | {{ #if:{{{column1tag|}}} |
 
colspan=&quot;1&quot; }} }} }} }} }} }} }} }} }} | {{{topic|Table}}}
 
! class=&quot;unsortable&quot; style=&quot;background:#{{{bgcolor|CCCCFF}}}; text-align:right; width:50px;&quot; | {{Refresh}}
 
|-
 
{{ #if:{{{column1tag|}}} |
 
{{ #if:{{{column1sort|}}}{{{column1width|}}} |
 
! {{ #if:{{{column1sort|}}} |
 
class=&quot;unsortable&quot; }} {{ #if:{{{column1width|}}} |
 
style=&quot;width:{{{column1width}}}px;&quot; }} {{!}} | ! }} {{{column1name}}}
 
{{ #if:{{{column2tag|}}} |
 
{{ #if:{{{column2sort|}}}{{{column2width|}}} |
 
! {{ #if:{{{column2sort|}}} |
 
class=&quot;unsortable&quot; }} {{ #if:{{{column2width|}}} |
 
style=&quot;width:{{{column2width}}}px;&quot; }} {{!}} | ! }} {{{column2name}}}
 
{{ #if:{{{column3tag|}}} |
 
{{ #if:{{{column3sort|}}}{{{column3width|}}} |
 
! {{ #if:{{{column3sort|}}} |
 
class=&quot;unsortable&quot; }} {{ #if:{{{column3width|}}} |
 
style=&quot;width:{{{column3width}}}px;&quot; }} {{!}} | ! }} {{{column3name}}}
 
{{ #if:{{{column4tag|}}} |
 
{{ #if:{{{column4sort|}}}{{{column4width|}}} |
 
! {{ #if:{{{column4sort|}}} |
 
class=&quot;unsortable&quot; }} {{ #if:{{{column4width|}}} |
 
style=&quot;width:{{{column4width}}}px;&quot; }} {{!}} | ! }} {{{column4name}}}
 
{{ #if:{{{column5tag|}}} |
 
{{ #if:{{{column5sort|}}}{{{column5width|}}} |
 
! {{ #if:{{{column5sort|}}} |
 
class=&quot;unsortable&quot; }} {{ #if:{{{column5width|}}} |
 
style=&quot;width:{{{column5width}}}px;&quot; }} {{!}} | ! }} {{{column5name}}}
 
{{ #if:{{{column6tag|}}} |
 
{{ #if:{{{column6sort|}}}{{{column6width|}}} |
 
! {{ #if:{{{column6sort|}}} |
 
class=&quot;unsortable&quot; }} {{ #if:{{{column6width|}}} |
 
style=&quot;width:{{{column6width}}}px;&quot; }} {{!}} | ! }} {{{column6name}}}
 
{{ #if:{{{column7tag|}}} |
 
{{ #if:{{{column7sort|}}}{{{column7width|}}} |
 
! {{ #if:{{{column7sort|}}} |
 
class=&quot;unsortable&quot; }} {{ #if:{{{column7width|}}} |
 
style=&quot;width:{{{column7width}}}px;&quot; }} {{!}} | ! }} {{{column7name}}}
 
{{ #if:{{{column8tag|}}} |
 
{{ #if:{{{column8sort|}}}{{{column8width|}}} |
 
! {{ #if:{{{column8sort|}}} |
 
class=&quot;unsortable&quot; }} {{ #if:{{{column8width|}}} |
 
style=&quot;width:{{{column8width}}}px;&quot; }} {{!}} | ! }} {{{column8name}}}
 
{{ #if:{{{column9tag|}}} |
 
{{ #if:{{{column9sort|}}}{{{column9width|}}} |
 
! {{ #if:{{{column9sort|}}} |
 
class=&quot;unsortable&quot; }} {{ #if:{{{column9width|}}} |
 
style=&quot;width:{{{column9width}}}px;&quot; }} {{!}} | ! }} {{{column9name}}} }} }} }} }} }} }} }} }} }}
 
! class=&quot;unsortable&quot; | Map
 
|-
 
{{#for_external_table:<nowiki/>
 
{{ #if:{{{column1tag|}}} |
 
{{!}} {{ #if:{{{column1link|}}} |
 
[[{{{{{{column1tag|}}}}}}]] | {{{{{{column1tag|}}}}}}
 
}}
 
{{ #if:{{{column2tag|}}} |
 
{{!}} {{ #if:{{{column2link|}}} |
 
[[{{{{{{column2tag|}}}}}}]] | {{{{{{column2tag|}}}}}}
 
}}
 
{{ #if:{{{column3tag|}}} |
 
{{!}} {{ #if:{{{column3link|}}} |
 
[[{{{{{{column3tag|}}}}}}]] | {{{{{{column3tag|}}}}}}
 
}}
 
{{ #if:{{{column4tag|}}} |
 
{{!}} {{ #if:{{{column4link|}}} |
 
[[{{{{{{column4tag|}}}}}}]] | {{{{{{column4tag|}}}}}}
 
}}
 
{{ #if:{{{column5tag|}}} |
 
{{!}} {{ #if:{{{column5link|}}} |
 
[[{{{{{{column5tag|}}}}}}]] | {{{{{{column5tag|}}}}}}
 
}}
 
{{ #if:{{{column6tag|}}} |
 
{{!}} {{ #if:{{{column6link|}}} |
 
[[{{{{{{column6tag|}}}}}}]] | {{{{{{column6tag|}}}}}}
 
}}
 
{{ #if:{{{column7tag|}}} |
 
{{!}} {{ #if:{{{column7link|}}} |
 
[[{{{{{{column7tag|}}}}}}]] | {{{{{{column7tag|}}}}}}
 
}}
 
{{ #if:{{{column8tag|}}} |
 
{{!}} {{ #if:{{{column8link|}}} |
 
[[{{{{{{column8tag|}}}}}}]] | {{{{{{column8tag|}}}}}}
 
}}
 
{{ #if:{{{column9tag|}}} |
 
{{!}} {{ #if:{{{column9link|}}} |
 
[[{{{{{{column9tag|}}}}}}]] | {{{{{{column9tag|}}}}}}
 
}} }} }} }} }} }} }} }} }} }}
 
{{!}} [[File:OGFmapicon.png|18px|link=]] <span class=&quot;plainlinks&quot;>[https://opengeofiction.net/{{{type}}}/{{{{{{type}}}_id}}} map]</span>
 
{{!}}-
 
}} |}
 
{{#clear_external_data:}}
 
{{#clear_external_data:}} |}
 
  
 
==x==
 
==x==

Revision as of 15:40, 28 January 2023

Useful links

Workin overpass examples

correct link:https://overpass.ogf.rent-a-planet.com/api/interpreter?data


x

Rivers in Mergania: nodes MER-refresh.png
Name Map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map


Rivers in Mergania: ways MER-refresh.png
Name Map
Farau Way OGFmapicon.png map
Farau Way OGFmapicon.png map


Rivers in Mergania: relations MER-refresh.png
Name Map
Farau Relation OGFmapicon.png map


Rivers in Mergania: relations MER-refresh.png
Name Map
Farau Relation OGFmapicon.png map
Rivers in Mergania OGFmapicon.png map


new relation

Rivers in Mergania MER-refresh.png
Name Map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map
OGFmapicon.png map


Rivers in Mergania MER-refresh.png
Name Map
Fluss z OGFmapicon.png map
Bach y OGFmapicon.png map
Fluss y OGFmapicon.png map
Bach x OGFmapicon.png map
Fluss x OGFmapicon.png map


Rivers in Mergania MER-refresh.png
Name Map
Fluss 1 OGFmapicon.png map
Fluss 2 OGFmapicon.png map
Bach 1 OGFmapicon.png map
Rivers in Mergania OGFmapicon.png map


further

Aerotheon Group MER-refresh.png
Name Country City Products Map
Aerotheon Mergania Gubenau aircraft OGFmapicon.png map
Aerotheon Mergania Lansing aircraft OGFmapicon.png map
Aerotheon Port II Mergania Lilienthal aircraft OGFmapicon.png map
Aerotheon Mergania Lilienthal aircraft OGFmapicon.png map
Aerotheon Port I Mergania Lilienthal OGFmapicon.png map
AEROTHEON Wing Technology Development Center Mergania Lillenthal OGFmapicon.png map


Test count

Error while fetching data from URL https://overpass.ogf.rent-a-planet.com/api/interpreter?data=(area%5Bname%3D%22Guai%22%5D%5B%22admin_level%22%3D%222%22%5D%3B%20)-%3E.a%3B%20relation%5B%22type%22%3D%22waterway%22%5D%5B%22water%22%3D%22river%22%5D%5Bname%5D(area.a)%3Bout%3B: $2.
Error fetching URL: Could not resolve host: overpass.ogf.rent-a-planet.com
There was a problem during the HTTP request: 0 Error
Could not get URL https://overpass.ogf.rent-a-planet.com/api/interpreter?data=(area%5Bname%3D%22Guai%22%5D%5B%22admin_level%22%3D%222%22%5D%3B%20)-%3E.a%3B%20relation%5B%22type%22%3D%22waterway%22%5D%5B%22water%22%3D%22river%22%5D%5Bname%5D(area.a)%3Bout%3B after 3 tries.

Name Length
(km)
Drains into




Could not get URL https://overpass.ogf.rent-a-planet.com/api/interpreter?data=(area%5B%22admin_level%22=2%5D%5B%22name%22=%22Merganien%22%5D;)-%3E.bndarea;%0A(node(area.bndarea)%5B%22highway%22%3D%22motorway%22%5D;way(area.bndarea)%5B%22highway%22%3D%22highway%22%5D;relation(area.bndarea)%5B%22highway%22%3D%22motorway%22%5D%3B)%3B%0Aout%20count%3B%3E%3Bout%20skel%20qt%3B after 3 tries.

Name Length
(km)
Drains into



}}ii6


uu

count=/osm/count/@total
count=/osm/count/tag[@k='total']/@v