mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
add preset for landuse=education, replace landuse=school (closes #311)
This commit is contained in:
parent
1f5018b157
commit
4c04d7ddcf
3 changed files with 35 additions and 4 deletions
|
|
@ -1978,11 +1978,11 @@ en:
|
|||
label: Orientation
|
||||
options:
|
||||
# 'parking:orientation=diagonal'
|
||||
diagonal: Diagonal in Relation to the Carriage Way
|
||||
diagonal: Diagonal in Relation to the Street
|
||||
# 'parking:orientation=parallel'
|
||||
parallel: Parallel to the Carriage Way
|
||||
parallel: Parallel to the Street
|
||||
# 'parking:orientation=perpendicular'
|
||||
perpendicular: Meets the Carriage Way at a Straight Angle
|
||||
perpendicular: Meets the Street at a Straight Angle
|
||||
parking_entrance:
|
||||
# parking=*
|
||||
label: Type
|
||||
|
|
@ -6297,6 +6297,11 @@ en:
|
|||
name: Construction Area
|
||||
# 'terms: building,bulldozer,construction site,construction zone,crane,demolition,development,infrastructure'
|
||||
terms: '<translate with synonyms or related terms for ''Construction Area'', separated by commas>'
|
||||
landuse/education:
|
||||
# 'landuse=education\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Educational Campus
|
||||
# 'terms: educational facilities,campus,school grounds,school center'
|
||||
terms: '<translate with synonyms or related terms for ''Educational Campus'', separated by commas>'
|
||||
landuse/farm:
|
||||
# 'landuse=farm\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Farmland
|
||||
|
|
@ -7588,7 +7593,7 @@ en:
|
|||
noexit/yes:
|
||||
# 'noexit=yes\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: No Exit
|
||||
# 'terms: no exit,road end,dead end'
|
||||
# 'terms: dead end,no exit,not connected,road end,unconnected'
|
||||
terms: '<translate with synonyms or related terms for ''No Exit'', separated by commas>'
|
||||
office:
|
||||
# 'office=*\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue