mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 14:23:52 +01:00 
			
		
		
		
	 b7127e5dc2
			
		
	
	
		b7127e5dc2
		
			
		
	
	
	
	
		
			
			Following the successful proposal https://wiki.openstreetmap.org/wiki/Proposed_features/street_parking_revision#Summary:_What_is_proposed,_changed_and_deprecated? those keys are suggested for separately mapped parking areas. Since this field has `autoSuggestions` and `customValues` off they are listed all, even if not very common.
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			674 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			674 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "parking",
 | |
|     "type": "combo",
 | |
|     "label": "Type",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "surface": "Surface",
 | |
|             "underground": "Underground",
 | |
|             "multi-storey": "Multilevel",
 | |
|             "lane": "Roadside Lane",
 | |
|             "carports": "Carports",
 | |
|             "garage_boxes": "Garage Boxes",
 | |
|             "rooftop": "Rooftop",
 | |
|             "sheds": "Sheds",
 | |
|             "street_side": "Street-Side",
 | |
|             "layby": "Turnout / Lay-By",
 | |
|             "on_kerb": "On Kerb",
 | |
|             "half_on_kerb": "Half On Kerb",
 | |
|             "shoulder": "Shoulder"
 | |
|         }
 | |
|     },
 | |
|     "autoSuggestions": false,
 | |
|     "customValues": false
 | |
| }
 |