@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
34 lines (33 loc) • 576 B
JSON
{
"icon": "temaki-speedway_oval",
"fields": [
"name",
"oneway",
"surface",
"sport/sport_racing_motor",
"lit",
"width",
"lanes",
"structure"
],
"geometry": [
"line",
"area"
],
"tags": {
"highway": "raceway"
},
"addTags": {
"highway": "raceway",
"sport": "motor"
},
"terms": [
"formula one",
"kart",
"motocross",
"nascar",
"raceway",
"track"
],
"name": "Motorsport Racetrack"
}