mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-11-04 08:43:50 +01:00 
			
		
		
		
	The tag proposal `crossing:markings` was recently accepted: https://wiki.openstreetmap.org/wiki/Key:crossing:markings Closes #589 Closes #507 Closes #568 See also #408
		
			
				
	
	
		
			62 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "area": [
 | 
						|
        "category-landuse",
 | 
						|
        "category-building",
 | 
						|
        "category-water",
 | 
						|
        "category-natural",
 | 
						|
        "leisure/park",
 | 
						|
        "amenity/hospital",
 | 
						|
        "amenity/place_of_worship",
 | 
						|
        "amenity/cafe",
 | 
						|
        "amenity/restaurant",
 | 
						|
        "area"
 | 
						|
    ],
 | 
						|
    "line": [
 | 
						|
        "category-road_major",
 | 
						|
        "category-road_minor",
 | 
						|
        "category-rail",
 | 
						|
        "category-path",
 | 
						|
        "category-waterway",
 | 
						|
        "category-barrier",
 | 
						|
        "category-natural",
 | 
						|
        "category-utility",
 | 
						|
        "line"
 | 
						|
    ],
 | 
						|
    "point": [
 | 
						|
        "category-natural",
 | 
						|
        "leisure/park",
 | 
						|
        "amenity/hospital",
 | 
						|
        "amenity/place_of_worship",
 | 
						|
        "amenity/cafe",
 | 
						|
        "amenity/restaurant",
 | 
						|
        "amenity/fast_food",
 | 
						|
        "amenity/bar",
 | 
						|
        "amenity/bank",
 | 
						|
        "shop/supermarket",
 | 
						|
        "point"
 | 
						|
    ],
 | 
						|
    "vertex": [
 | 
						|
        "highway/crossing/traffic_signals",
 | 
						|
        "highway/crossing/uncontrolled",
 | 
						|
        "highway/crossing/unmarked",
 | 
						|
        "railway/level_crossing",
 | 
						|
        "highway/traffic_signals",
 | 
						|
        "highway/turning_circle",
 | 
						|
        "highway/turning_loop",
 | 
						|
        "traffic_calming",
 | 
						|
        "highway/mini_roundabout",
 | 
						|
        "highway/motorway_junction",
 | 
						|
        "point"
 | 
						|
    ],
 | 
						|
    "relation": [
 | 
						|
        "category-route",
 | 
						|
        "category-restriction",
 | 
						|
        "public_transport/stop_area",
 | 
						|
        "type/boundary",
 | 
						|
        "type/waterway",
 | 
						|
        "type/multipolygon",
 | 
						|
        "type/enforcement",
 | 
						|
        "type/site",
 | 
						|
        "relation"
 | 
						|
    ]
 | 
						|
}
 |