mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-24 09:04:03 +02:00
add preset for landuse=education, replace landuse=school (closes #311)
This commit is contained in:
@@ -894,6 +894,10 @@
|
||||
"old": {"landuse": "reservoir"},
|
||||
"replace": {"natural": "water", "water": "reservoir"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "school"},
|
||||
"replace": {"landuse": "education"}
|
||||
},
|
||||
{
|
||||
"old": {"landuse": "wood"},
|
||||
"replace": {"natural": "wood"}
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"icon": "temaki-school",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator"
|
||||
],
|
||||
"moreFields": [],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"educational facilities",
|
||||
"campus",
|
||||
"school grounds",
|
||||
"school center"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "education"
|
||||
},
|
||||
"matchScore": 0.9,
|
||||
"name": "Educational Campus"
|
||||
}
|
||||
@@ -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).'
|
||||
|
||||
Reference in New Issue
Block a user