@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
32 lines (31 loc) • 571 B
JSON
{
"icon": "maki-highway-rest-area",
"fields": [
"name",
"operator",
"opening_hours"
],
"moreFields": [
"{@templates/contact}",
"{@templates/internet_access}",
"address",
"bin",
"caravans",
"drinking_water_available",
"picnic_table",
"toilets",
"wheelchair"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"highway": "rest_area"
},
"terms": [
"rest stop"
],
"name": "Rest Area"
}