Skip to content

Commit

Permalink
Add amenity=motorcycle_rental preset (re: #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Dec 7, 2020
1 parent 4397a78 commit 2912dae
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
39 changes: 39 additions & 0 deletions data/presets/amenity/motorcycle_rental.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"icon": "temaki-motorcycle_rental",
"fields": [
"name",
"operator",
"address",
"opening_hours",
"opening_hours/covid19",
"payment_multi"
],
"moreFields": [
"brand",
"email",
"fax",
"phone",
"website",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"chopper",
"cruiser",
"dirt bike",
"hog",
"minibike",
"moped",
"motorbike",
"motor scooter",
"sidecar",
"sportbike"
],
"tags": {
"amenity": "motorcycle_rental"
},
"name": "Motorcycle Rental"
}
5 changes: 5 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3560,6 +3560,11 @@ en:
# amenity=motorcycle_parking
name: Motorcycle Parking
terms: '<translate with synonyms or related terms for ''Motorcycle Parking'', separated by commas>'
amenity/motorcycle_rental:
# amenity=motorcycle_rental
name: Motorcycle Rental
# 'terms: chopper,cruiser,dirt bike,hog,minibike,moped,motorbike,motor scooter,sidecar,sportbike'
terms: '<translate with synonyms or related terms for ''Motorcycle Rental'', separated by commas>'
amenity/music_school:
# amenity=music_school
name: Music School
Expand Down

0 comments on commit 2912dae

Please sign in to comment.