Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/fields/parking.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"carports": "Carports",
"garage_boxes": "Garage Boxes",
"rooftop": "Rooftop",
"sheds": "Sheds"
"sheds": "Sheds",
"street_side": "Street-side"
Comment thread
jdhoek marked this conversation as resolved.
}
},
"autoSuggestions" : false,
Expand Down
12 changes: 12 additions & 0 deletions data/fields/parking/orientation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"key": "parking:orientation",
"type": "combo",
"label": "Orientation",
"strings": {
"options": {
"parallel": "Parallel to the Carriage Way",
"diagonal": "Diagonal in Relation to the Carriage Way",
"perpendicular": "Meets the Carriage Way at a Straight Angle"
}
}
}
35 changes: 35 additions & 0 deletions data/presets/amenity/parking/street-side.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"icon": "temaki-car_parked",
"fields": [
"{amenity/parking}",
"parking/orientation"
],
"geometry": [
"area",
"point",
"vertex"
],
"tags": {
"amenity": "parking",
"parking": "street_side"
},
"addTags": {
"amenity": "parking",
"parking": "street_side"
},
"reference": {
"key": "parking",
"value": "street_side"
},
"terms": [
"automobile parking",
"car parking",
"vehicle parking",
"street parking",
"street-side parking",
"streetside parking",
"road-side parking",
"roadside parking"
],
"name": "Street-side Parking"
Comment thread
jdhoek marked this conversation as resolved.
}
17 changes: 17 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1772,10 +1772,22 @@ en:
rooftop: Rooftop
# parking=sheds
sheds: Sheds
# parking=street_side
street_side: Street-side
# parking=surface
surface: Surface
# parking=underground
underground: Underground
parking/orientation:
# 'parking:orientation=*'
label: Orientation
options:
# 'parking:orientation=diagonal'
diagonal: Diagonal in Relation to the Carriage Way
# 'parking:orientation=parallel'
parallel: Parallel to the Carriage Way
# 'parking:orientation=perpendicular'
perpendicular: Meets the Carriage Way at a Straight Angle
parking_entrance:
# parking=*
label: Type
Expand Down Expand Up @@ -3734,6 +3746,11 @@ en:
name: Park & Ride Lot
# 'terms: commuter parking lot,incentive parking lot,metro parking lot,park and pool lot,park and ride lot,p+r,public transport parking lot,public transit parking lot,train parking lot'
terms: '<translate with synonyms or related terms for ''Park & Ride Lot'', separated by commas>'
amenity/parking/street-side:
# 'amenity=parking + parking=street_side\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Street-side Parking
# 'terms: automobile parking,car parking,vehicle parking,street parking,street-side parking,streetside parking,road-side parking,roadside parking'
terms: '<translate with synonyms or related terms for ''Street-side Parking'', separated by commas>'
amenity/parking/underground:
# 'amenity=parking + parking=underground\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).'
name: Underground Parking
Expand Down