mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 06:43:53 +01:00 
			
		
		
		
	 98613d9a39
			
		
	
	
		98613d9a39
		
			
		
	
	
	
	
		
			
			and add an "activity" field for maps and guideposts which indicates the mapped/signposted scope of activities: hiking, biking, etc. closes #45
		
			
				
	
	
		
			20 lines
		
	
	
		
			No EOL
		
	
	
		
			378 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			No EOL
		
	
	
		
			378 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "keys": [
 | |
|         "hiking",
 | |
|         "bicycle",
 | |
|         "mtb",
 | |
|         "horse",
 | |
|         "ski"
 | |
|     ],
 | |
|     "type": "manyCombo",
 | |
|     "label": "Activity",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "hiking": "Hiking",
 | |
|             "bicycle": "Cycling",
 | |
|             "mtb": "Mountainbiking",
 | |
|             "horse": "Horseriding",
 | |
|             "Ski": "Skiing"
 | |
|         }
 | |
|     }
 | |
| } |