mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			313 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			313 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "visibility",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Visibility",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "house": "Up to 5m (16ft)",
 | 
						|
            "street": "5 to 20m (16 to 65ft)",
 | 
						|
            "area": "Over 20m (65ft)"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions": false,
 | 
						|
    "customValues": false
 | 
						|
}
 |