@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
45 lines (44 loc) • 818 B
JSON
{
"icon": "maki-slaughterhouse",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{landuse/industrial}"
],
"geometry": [
"point",
"area"
],
"tags": {
"industrial": "slaughterhouse"
},
"addTags": {
"landuse": "industrial",
"industrial": "slaughterhouse"
},
"reference": {
"key": "industrial",
"value": "slaughterhouse"
},
"terms": [
"abattoir",
"beef",
"butchery",
"calf",
"chicken",
"cow",
"killing house",
"meat",
"pig",
"pork",
"poultry",
"shambles",
"stockyard"
],
"name": "Slaughterhouse"
}