Difference between revisions of "Help:Tagging proposal"

From geofiction
Jump to navigation Jump to search
m
 
(3 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
calling_code=
 
calling_code=
  
{{MER-overpquery | name = as used here | search1 = type/boundary | search2 = boundary/administrative | search3 = calling_code}}
+
{{MER-overpquery | name = calling code | search1 = type/boundary | search2 = boundary/administrative | search3 = calling_code}}
  
==Industry==
 
  
 +
{{MER-overpquery | name = island | search1 = type/multipolygon | search2 = place/island }}
  
 +
==Industry==
 +
see [[Industry]]
  
 
==Natural ressources==
 
==Natural ressources==
Line 36: Line 38:
 
*To count population the number of inhabitants can be mapped at every building/street block--[[User:Mstr|Mstr]] ([[User talk:Mstr|talk]]) 14:16, 16 May 2020 (CEST)  
 
*To count population the number of inhabitants can be mapped at every building/street block--[[User:Mstr|Mstr]] ([[User talk:Mstr|talk]]) 14:16, 16 May 2020 (CEST)  
 
**point/way: '''"ogf_count:residents" + ''NUMBER'''''
 
**point/way: '''"ogf_count:residents" + ''NUMBER'''''
 +
 +
 +
 +
==More==
 +
 +
 +
Naming the head/leader/director of an organization?
 +
*{{MER-overpquery | search1 = director}} -> applicable to all situations
 +
*{{MER-overpquery | search1 = ambassador:name}} -> specific tag for embassies

Latest revision as of 14:10, 3 May 2025

In terms of tag usage (keys and values), OGF attempts to stick to the standards and best practices as extensively documented on the [OSM wiki]. Below, however we discuss some aspects of tagging that provide additional clarification for use in OpenGeofiction.

The tagging is documented in the OpenStreetMap-Wiki, see English|German|French, this German How to map a ... page is very useful, too.

OpenGeoFiction represents physical features on the ground using standard OSM tags attached to its basic data structures: nodes, ways and relations. However, in some cases, OGF might use its own tags to make situations more clear or to simplify maintenance. These tags can be listed/proposed here.

Borders

  • To assign territory information (only relation), Overpass-turbo.svg as used here
"type" = "boundary"
+ "boundary" = "administrative"
+ "ogf:id" = VALUE


calling_code=

Overpass-turbo.svg calling code


Overpass-turbo.svg island

Industry

see Industry

Natural ressources

Shipping lines

  • In order to distinguish international shipping lines from regional ferries I propose to use some additional tags (also to make maintanence more easily)--Mstr (talk) 17:22, 2 May 2020 (CEST)
    • train ferry (way): "route" = "ferry" + "ferry:type" = "train_ferry", Overpass-turbo.svg discover on map
    • train ferry (relation): "type" = "route" + "ferry:type" = "train_ferry", Overpass-turbo.svg discover on map
    • cruise liner (onyl relation): "route" = "ferry" + "shipping:type" = "cruise_liner" + "shipping:flag_state" = NAME OF THE COUNTRY, Overpass-turbo.svg discover on map
    • cruise liner (onyl relation): "route" = "ferry" + "shipping:type" = "cargo" + "shipping:flag_state" = NAME OF THE COUNTRY, Overpass-turbo.svg discover on map
  • To indicate an international district where everybody is allowed an embassy according to the rules--Mstr (talk) 17:59, 2 May 2020 (CEST)
    • international district (onyl closed way): "boundary" = "administrative" + "border_type" = "international_district", Overpass-turbo.svg discover on map
  • To count population the number of inhabitants can be mapped at every building/street block--Mstr (talk) 14:16, 16 May 2020 (CEST)
    • point/way: "ogf_count:residents" + NUMBER


More

Naming the head/leader/director of an organization?