mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			66 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "keys": [
 | 
						|
        "access",
 | 
						|
        "foot",
 | 
						|
        "motor_vehicle",
 | 
						|
        "bicycle",
 | 
						|
        "horse"
 | 
						|
    ],
 | 
						|
    "reference": {
 | 
						|
        "key": "access"
 | 
						|
    },
 | 
						|
    "type": "access",
 | 
						|
    "label": "Allowed Access",
 | 
						|
    "placeholder": "Not Specified",
 | 
						|
    "strings": {
 | 
						|
        "types": {
 | 
						|
            "access": "All",
 | 
						|
            "foot": "Foot",
 | 
						|
            "motor_vehicle": "Motor Vehicles",
 | 
						|
            "bicycle": "Bicycles",
 | 
						|
            "horse": "Horses"
 | 
						|
        },
 | 
						|
        "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |