-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add amenity=motorcycle_rental preset (re: #76)
- Loading branch information
1 parent
4397a78
commit 2912dae
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters