19 lines
466 B
JSON
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"
|
|
}
|
|
}
|
|
}
|