@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
25 lines (24 loc) • 421 B
JSON
{
"icon": "temaki-car_wash",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"payment_multi",
"self_service",
"automated"
],
"moreFields": [
"{@templates/poi}"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "car_wash"
},
"name": "Car Wash"
}