@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
31 lines (30 loc) • 501 B
JSON
{
"icon": "fas-weight",
"fields": [
"ref",
"operator",
"access_simple",
"maxweight"
],
"moreFields": [
"address",
"colour",
"lit",
"manufacturer",
"material",
"wheelchair"
],
"geometry": [
"point",
"vertex",
"line"
],
"terms": [
"weigh station",
"weighbridge"
],
"tags": {
"amenity": "weighbridge"
},
"name": "Truck Scale"
}