mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 06:13:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
	
		
			1.7 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"
 | |
|             },
 | |
|             "dismount": {
 | |
|                 "title": "Dismount",
 | |
|                 "description": "Access allowed but rider must dismount"
 | |
|             },
 | |
|             "permit": {
 | |
|                 "title": "Permit",
 | |
|                 "description": "Access allowed only with a valid permit or license"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
