@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
29 lines (28 loc) • 447 B
JSON
{
"icon": "maki-art-gallery",
"fields": [
"name",
"artwork_type",
"artist"
],
"moreFields": [
"level",
"material",
"subject/wikidata"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"tourism": "artwork"
},
"terms": [
"mural",
"sculpture",
"statue"
],
"name": "Artwork"
}