mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 00:33:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "key": "cycleway",
 | 
						|
    "keys": [
 | 
						|
        "cycleway:left",
 | 
						|
        "cycleway:right"
 | 
						|
    ],
 | 
						|
    "reference": {
 | 
						|
        "key": "cycleway"
 | 
						|
    },
 | 
						|
    "type": "directionalCombo",
 | 
						|
    "label": "Bike Lanes",
 | 
						|
    "placeholder": "Lane, Track, Contraflow, …",
 | 
						|
    "strings": {
 | 
						|
        "types": {
 | 
						|
            "cycleway:left": "Left Side",
 | 
						|
            "cycleway:right": "Right Side"
 | 
						|
        },
 | 
						|
        "options": {
 | 
						|
            "no": {
 | 
						|
                "title": "None",
 | 
						|
                "description": "No bike lane"
 | 
						|
            },
 | 
						|
            "lane": {
 | 
						|
                "title": "Standard Bike Lane",
 | 
						|
                "description": "A bike lane separated from auto traffic by a painted line"
 | 
						|
            },
 | 
						|
            "shared_lane": {
 | 
						|
                "title": "Shared Bike Lane",
 | 
						|
                "description": "A bike lane with no separation from auto traffic"
 | 
						|
            },
 | 
						|
            "track": {
 | 
						|
                "title": "Bike Track",
 | 
						|
                "description": "A bike lane separated from traffic by a physical barrier"
 | 
						|
            },
 | 
						|
            "share_busway": {
 | 
						|
                "title": "Bike Lane Shared With Bus",
 | 
						|
                "description": "A bike lane shared with a bus lane"
 | 
						|
            },
 | 
						|
            "opposite_lane": {
 | 
						|
                "title": "Opposite Bike Lane",
 | 
						|
                "description": "A bike lane that travels in the opposite direction of traffic"
 | 
						|
            },
 | 
						|
            "opposite": {
 | 
						|
                "title": "Contraflow Bike Lane",
 | 
						|
                "description": "A bike lane that travels in both directions on a one-way street"
 | 
						|
            },
 | 
						|
            "separate": {
 | 
						|
                "title": "Cycleway Mapped Separately",
 | 
						|
                "description": "Indicates that cycleway was mapped as a separate geometry"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "autoSuggestions": true
 | 
						|
}
 |