@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 482 B
JSON
{
"icon": "temaki-clock",
"fields": [
"name",
"support",
"visibility",
"inscription"
],
"moreFields": [
"{amenity/clock}"
],
"geometry": [
"point",
"vertex"
],
"terms": [
"gnomon",
"shadow"
],
"tags": {
"amenity": "clock",
"display": "sundial"
},
"reference": {
"key": "display",
"value": "sundial"
},
"name": "Sundial"
}