mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 06:13:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			61 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
	
		
			1.2 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/marked",
 | |
|     "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"
 | |
|   ]
 | |
| }
 | 
