Skip to content

Commit

Permalink
Merge pull request #5894 from danielwu830/issue5892
Browse files Browse the repository at this point in the history
Create preset for amenity=photo_booth #5892
  • Loading branch information
quincylvania authored Feb 18, 2019
2 parents 64a67c0 + 876f403 commit 91bccda
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/presets/presets/amenity/photo_booth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "camera",
"fields": [
"payment_types",
"operator",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"photobooth",
"photo",
"booth",
"kiosk",
"camera"
],
"tags": {
"amenity": "photo_booth"
},
"name": "Photo Booth"
}



0 comments on commit 91bccda

Please sign in to comment.