@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
27 lines (26 loc) • 413 B
JSON
{
"icon": "fas-tractor",
"fields": [
"name",
"operator",
"crop",
"produce"
],
"moreFields": [
"{@templates/contact}",
"address",
"irrigation_pivot"
],
"geometry": [
"area"
],
"tags": {
"landuse": "farmland"
},
"terms": [
"crop",
"grow",
"plant"
],
"name": "Farmland"
}