@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 462 B
JSON
{
"icon": "temaki-fountain",
"fields": [
"name",
"operator",
"fountain",
"drinking_water",
"height",
"lit"
],
"moreFields": [
"covered",
"indoor",
"level",
"manufacturer"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "fountain"
},
"terms": [
"basin",
"water"
],
"name": "Fountain"
}