@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
27 lines (26 loc) • 493 B
JSON
{
"icon": "fas-motorcycle",
"geometry": [
"line",
"area"
],
"fields": [
"{highway/raceway}"
],
"tags": {
"highway": "raceway",
"sport": "motocross"
},
"reference": {
"key": "sport",
"value": "motocross"
},
"terms": [
"motocross circuit",
"motorcycle track",
"motorsports",
"off-road racing",
"offroad moto racing"
],
"name": "Motocross Racetrack"
}