@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 399 B
JSON
{
"icon": "fas-seedling",
"fields": [
"name",
"operator",
"plant"
],
"moreFields": [
"{@templates/contact}",
"address"
],
"geometry": [
"area"
],
"tags": {
"landuse": "plant_nursery"
},
"terms": [
"flower",
"garden",
"grow",
"vivero"
],
"name": "Plant Nursery"
}