-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test out full modified copy of access fields for bicycle_road|s
This requires to remove the "copy fields from parent" in order to remove the original `access` field
- Loading branch information
Showing
6 changed files
with
94 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"keys": [ | ||
"access", | ||
"foot", | ||
"vehicle", | ||
"motor_vehicle", | ||
"bicycle" | ||
], | ||
"reference": { | ||
"key": "access" | ||
}, | ||
"type": "access", | ||
"label": "Allowed Access", | ||
"placeholder": "Not Specified", | ||
"strings": { | ||
"types": { | ||
"access": "All", | ||
"foot": "Foot", | ||
"vehicle": "All Vehicles", | ||
"motor_vehicle": "Motor Vehicles", | ||
"bicycle": "Bicycles" | ||
}, | ||
"options": { | ||
"yes": { | ||
"title": "Allowed", | ||
"description": "Access allowed by law; a right of way" | ||
}, | ||
"no": { | ||
"title": "Prohibited", | ||
"description": "Access not allowed to the general public" | ||
}, | ||
"permissive": { | ||
"title": "Permissive", | ||
"description": "Access allowed until such time as the owner revokes the permission" | ||
}, | ||
"private": { | ||
"title": "Private", | ||
"description": "Access allowed only with permission of the owner on an individual basis" | ||
}, | ||
"designated": { | ||
"title": "Designated", | ||
"description": "Access allowed according to signs or specific local laws" | ||
}, | ||
"destination": { | ||
"title": "Destination", | ||
"description": "Access allowed only to reach a destination" | ||
}, | ||
"customers": { | ||
"title": "Customers", | ||
"description": "Restricted to customers at the destination" | ||
}, | ||
"dismount": { | ||
"title": "Dismount", | ||
"description": "Access allowed but rider must dismount" | ||
}, | ||
"permit": { | ||
"title": "Permit", | ||
"description": "Access allowed only with a valid permit or license" | ||
}, | ||
"unknown": { | ||
"title": "Unknown", | ||
"description": "Access conditions are unknown or unclear" | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters