diff --git a/data/presets/amenity/motorcycle_rental.json b/data/presets/amenity/motorcycle_rental.json new file mode 100644 index 00000000..ed5a86af --- /dev/null +++ b/data/presets/amenity/motorcycle_rental.json @@ -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" +} diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 37002121..b312d5f9 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -3560,6 +3560,11 @@ en: # amenity=motorcycle_parking name: Motorcycle Parking terms: '' + amenity/motorcycle_rental: + # amenity=motorcycle_rental + name: Motorcycle Rental + # 'terms: chopper,cruiser,dirt bike,hog,minibike,moped,motorbike,motor scooter,sidecar,sportbike' + terms: '' amenity/music_school: # amenity=music_school name: Music School