@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 418 B
JSON
{
"icon": "maki-industry",
"fields": [
"name",
"industrial"
],
"moreFields": [
"{@templates/contact}",
"address",
"operator"
],
"geometry": [
"area"
],
"tags": {
"landuse": "industrial"
},
"terms": [
"depot",
"factory",
"manufacturing"
],
"matchScore": 0.9,
"name": "Industrial Area"
}