mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-30 14:23:52 +01:00 
			
		
		
		
	 67029663d0
			
		
	
	
		67029663d0
		
			
		
	
	
	
	
		
			
			* updating cuisines based on commonly used values from taginfo * Update cuisine.json * juice bars commonly mix fruit and vegetables
		
			
				
	
	
		
			57 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "key": "cuisine",
 | |
|     "type": "semiCombo",
 | |
|     "label": "Cuisines",
 | |
|     "strings": {
 | |
|         "options": {
 | |
|             "pizza": "Pizza",
 | |
|             "burger": "Burger",
 | |
|             "regional": "Regional",
 | |
|             "coffee_shop": "Coffee Shop",
 | |
|             "italian": "Italian",
 | |
|             "chinese": "Chinese",
 | |
|             "sandwich": "Sandwich",
 | |
|             "japanese": "Japanese",
 | |
|             "mexican": "Mexican",
 | |
|             "kebab": "Kebab",
 | |
|             "indian": "Indian",
 | |
|             "chicken": "Chicken",
 | |
|             "fish": "Fish",
 | |
|             "asian": "Asian",
 | |
|             "french": "French",
 | |
|             "spanish": "Spanish",
 | |
|             "portuguese": "Portuguese",
 | |
|             "russian": "Russian",
 | |
|             "polish": "Polish",
 | |
|             "thai": "Thai",
 | |
|             "korean": "Korean",
 | |
|             "american": "American",
 | |
|             "seafood": "Seafood",
 | |
|             "sushi": "Sushi",
 | |
|             "ice_cream": "Ice Cream",
 | |
|             "german": "German",
 | |
|             "greek": "Greek",
 | |
|             "vietnamese": "Vietnamese",
 | |
|             "turkish": "Turkish",
 | |
|             "lebanese": "Lebanese",
 | |
|             "indonesian": "Indonesian",
 | |
|             "malaysian": "Malaysian",
 | |
|             "taiwanese": "Taiwanese",
 | |
|             "juice": "Juice",
 | |
|             "bubble_tea": "Bubble Tea",
 | |
|             "hot_dog": "Hot Dog",
 | |
|             "cake": "Cake",
 | |
|             "pankcake": "Pancake",
 | |
|             "pasta": "Pasta",
 | |
|             "salad": "Salad",
 | |
|             "chocolate": "Chocolate",
 | |
|             "dessert": "Dessert",
 | |
|             "steak_house": "Steak House",
 | |
|             "donut": "Donut"
 | |
|         }
 | |
|     },
 | |
|     "terms": [
 | |
|         "fare",
 | |
|         "food types"
 | |
|     ]
 | |
| }
 |