@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 468 B
JSON
{
"fields": [
"name",
"description"
],
"moreFields": [
"{man_made}",
"wikipedia",
"wikidata"
],
"geometry": [
"point",
"line",
"area"
],
"terms": [
"earthwork",
"hill figure",
"land art"
],
"tags": {
"man_made": "geoglyph"
},
"reference": {
"key": "man_made",
"value": "geoglyph"
},
"name": "Geoglyph"
}