mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Merge pull request #5894 from danielwu830/issue5892
Create preset for amenity=photo_booth #5892
This commit is contained in:
26
data/presets/presets/amenity/photo_booth.json
Normal file
26
data/presets/presets/amenity/photo_booth.json
Normal file
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user