mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 14:23:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			63 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "parking",
 | |
|     "type": "combo",
 | |
|     "label": "Type",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "surface": {
 | |
|                 "title": "Surface",
 | |
|                 "description": "One level of parking on the ground."
 | |
|             },
 | |
|             "street_side": {
 | |
|                 "title": "Street-Side",
 | |
|                 "description": "Parking directly adjacent to the street (but not on it)."
 | |
|             },
 | |
|             "lane": {
 | |
|                 "title": "Roadside Lane",
 | |
|                 "description": "Parking on the street (which could be easily converted to a travel lane)."
 | |
|             },
 | |
|             "underground": {
 | |
|                 "title": "Underground",
 | |
|                 "description": "Underground parking."
 | |
|             },
 | |
|             "multi-storey": {
 | |
|                 "title": "Multilevel",
 | |
|                 "description": "Two or more levels of parking decks in a building structure."
 | |
|             },
 | |
|             "rooftop": {
 | |
|                 "title": "Rooftop",
 | |
|                 "description": "One level of a parking deck on top of a building."
 | |
|             },
 | |
|             "carports": {
 | |
|                 "title": "Carports",
 | |
|                 "description": "Structure used to offer limited protection to vehicles, typically without walls."
 | |
|             },
 | |
|             "garage_boxes": {
 | |
|                 "title": "Garage Boxes",
 | |
|                 "description": "Private garage with multiple individual boxes for one car each."
 | |
|             },
 | |
|             "sheds": {
 | |
|                 "title": "Sheds",
 | |
|                 "description": "Private hangars for vehicles."
 | |
|             },
 | |
|             "layby": {
 | |
|                 "title": "Turnout / Lay-By",
 | |
|                 "description": "Parking at a rest area, alongside a road."
 | |
|             },
 | |
|             "on_kerb": {
 | |
|                 "title": "On Kerb",
 | |
|                 "description": "Parking on the sidewalk."
 | |
|             },
 | |
|             "half_on_kerb": {
 | |
|                 "title": "Half On Kerb",
 | |
|                 "description": "Parking partially on the sidewalk."
 | |
|             },
 | |
|             "shoulder": {
 | |
|                 "title": "Shoulder",
 | |
|                 "description": "Parking on the shoulder."
 | |
|             }
 | |
|         }
 | |
|     },
 | |
|     "autoSuggestions": false,
 | |
|     "customValues": false
 | |
| }
 | 
