mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	specialized presets should be switched using the preset selector, no need to duplicate that as a combo box. this effectively reverts https://github.com/openstreetmap/iD/issues/6360 (re icons, see also https://github.com/openstreetmap/id-tagging-schema/pull/1077#issuecomment-1966247784) also remove duplicates of translatable strings
		
			
				
	
	
		
			39 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "kerb",
 | 
						|
    "type": "combo",
 | 
						|
    "label": "Curb",
 | 
						|
    "strings": {
 | 
						|
        "options": {
 | 
						|
            "flush": {
 | 
						|
                "title": "Flush",
 | 
						|
                "description": "A dropped curb which is level with the surrounding area."
 | 
						|
            },
 | 
						|
            "lowered": {
 | 
						|
                "title": "Lowered",
 | 
						|
                "description": "A dropped curb which can be used by wheelchair users, not higher than a few centimeters."
 | 
						|
            },
 | 
						|
            "no": {
 | 
						|
                "title": "No",
 | 
						|
                "description": "There is no curb present at this location."
 | 
						|
            },
 | 
						|
            "raised": {
 | 
						|
                "title": "Raised",
 | 
						|
                "description": "A raised curb which can't easily be used by wheelchair users, higher than a few centimeters."
 | 
						|
            },
 | 
						|
            "rolled": {
 | 
						|
                "title": "Rolled",
 | 
						|
                "description": "A raised curb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs."
 | 
						|
            },
 | 
						|
            "yes": {
 | 
						|
                "title": "Yes",
 | 
						|
                "description": "Some sort of curb is present at this location, unknown whether it is raised, lowered, flush etc."
 | 
						|
            }
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "icons": {
 | 
						|
        "raised": "temaki-kerb-raised",
 | 
						|
        "lowered": "temaki-kerb-lowered",
 | 
						|
        "flush": "temaki-kerb-flush",
 | 
						|
        "rolled": "temaki-kerb-rolled"
 | 
						|
    }
 | 
						|
}
 |