mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 16:53:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			316 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			316 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "pump",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Pump",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "yes": "Yes",
 | 
						|
            "manual": "Manual Hand Pump",
 | 
						|
            "powered": "Machine-Powered Pump",
 | 
						|
            "no": "None"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions": false,
 | 
						|
    "customValues": false
 | 
						|
}
 |