mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 13:08:00 +02:00
add "layby" as value for parking field (closes #287)
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"garage_boxes": "Garage Boxes",
|
||||
"rooftop": "Rooftop",
|
||||
"sheds": "Sheds",
|
||||
"street_side": "Street-side"
|
||||
"street_side": "Street-side",
|
||||
"layby": "Turnout"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
|
||||
@@ -1959,6 +1959,8 @@ en:
|
||||
garage_boxes: Garage Boxes
|
||||
# parking=lane
|
||||
lane: Roadside Lane
|
||||
# parking=layby
|
||||
layby: Turnout
|
||||
# parking=multi-storey
|
||||
multi-storey: Multilevel
|
||||
# parking=rooftop
|
||||
@@ -6765,7 +6767,7 @@ en:
|
||||
leisure/pitch/pickleball:
|
||||
# 'leisure=pitch + sport=pickleball\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
|
||||
name: Pickleball Court
|
||||
# 'terms: tennis'
|
||||
# 'terms: tennis,paddleball'
|
||||
terms: '<translate with synonyms or related terms for ''Pickleball Court'', separated by commas>'
|
||||
leisure/pitch/rugby_league:
|
||||
# 'leisure=pitch + sport=rugby_league\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