@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 492 B
JSON
{
"icon": "fas-person-booth",
"fields": [
"name",
"operator",
"payment_multi",
"wheelchair"
],
"moreFields": [
"branch_brand",
"brand",
"indoor",
"level"
],
"geometry": [
"point",
"area"
],
"terms": [
"photobooth",
"photo",
"booth",
"kiosk",
"camera"
],
"tags": {
"amenity": "photo_booth"
},
"name": "Photo Booth"
}