@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
32 lines (31 loc) • 598 B
JSON
{
"icon": "temaki-car_pool",
"fields": [
"name",
"operator",
"operator/type",
"address",
"building_area",
"opening_hours"
],
"moreFields": [
"{@templates/poi}",
"license_classes"
],
"geometry": [
"point",
"area"
],
"tags": {
"education": "driving_school"
},
"addTags": {
"amenity": "driving_school",
"education": "driving_school"
},
"reference": {
"key": "amenity",
"value": "driving_school"
},
"name": "Driving School"
}