mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"keys": ["access", "foot", "motor_vehicle", "bicycle", "horse"],
|
|
"type": "access",
|
|
"label": "Access",
|
|
"placeholder": "Unknown",
|
|
"strings": {
|
|
"types": {
|
|
"access": "General",
|
|
"foot": "Foot",
|
|
"motor_vehicle": "Motor Vehicles",
|
|
"bicycle": "Bicycles",
|
|
"horse": "Horses"
|
|
},
|
|
"options": {
|
|
"yes": {
|
|
"title": "Allowed",
|
|
"description": "Access permitted by law; a right of way"
|
|
},
|
|
"no": {
|
|
"title": "Prohibited",
|
|
"description": "Access not permitted to the general public"
|
|
},
|
|
"permissive": {
|
|
"title": "Permissive",
|
|
"description": "Access permitted until such time as the owner revokes the permission"
|
|
},
|
|
"private": {
|
|
"title": "Private",
|
|
"description": "Access permitted only with permission of the owner on an individual basis"
|
|
},
|
|
"designated": {
|
|
"title": "Designated",
|
|
"description": "Access permitted according to signs or specific local laws"
|
|
},
|
|
"destination": {
|
|
"title": "Destination",
|
|
"description": "Access permitted only to reach a destination"
|
|
}
|
|
}
|
|
}
|
|
} |