diff --git a/Profiles/bicycle/aspects/bicycle.legal_access.json b/Profiles/bicycle/aspects/bicycle.legal_access.json index 415b5d0..4ab8e59 100644 --- a/Profiles/bicycle/aspects/bicycle.legal_access.json +++ b/Profiles/bicycle/aspects/bicycle.legal_access.json @@ -10,9 +10,6 @@ "anyways:construction", "bicycle", "access", - "cycleway:right", - "cycleway:left", - "cycleway", "service", "highway" ], @@ -25,7 +22,8 @@ "permissive": "permissive", "destination": "destination", "delivery": "destination", - "service": "destination" + "service": "destination", + "permit": "destination" }, "highway": { "cycleway": "designated", @@ -38,6 +36,7 @@ "footway": "dismount", "pedestrian": "dismount", "corridor": "dismount", + "construction": "dismount", "path": "yes", "primary": "yes", "primary_link": "yes", @@ -62,17 +61,10 @@ "permissive": "permissive", "private": "private", "official": "designated", - "dismount": "dismount" - }, - "cycleway:right": { - "$not": "no" - }, - "cycleway:left": { - "$not": "no" - }, - "cycleway": { - "$not": "no" + "dismount": "dismount", + "permit": "destination" }, + "anyways:bicycle": "$id", "anyways:access": { "no": "no", @@ -84,4 +76,4 @@ } } } -} \ No newline at end of file +}