AspectedRouting/Profiles/rollerskate/aspects/rollerskate.can_access.json
2020-05-11 13:40:14 +02:00

19 lines
466 B
JSON

{
"name": "rollerskate.can_access",
"description": "Determines if it is possible to skate (or at least pass) over a certain way",
"$default": "no",
"value": {
"highway": {
"residential": "yes",
"service": "yes",
"tertiary": "yes",
"tertiary_link": "yes",
"secondary": "yes",
"secondary_link": "yes",
"cycleway": "yes",
"footway": "yes",
"unclassified": "yes",
"living_street":"yes"
}
}
}