mirror of
				https://github.com/openstreetmap/id-tagging-schema.git
				synced 2025-10-31 14:53:53 +01:00 
			
		
		
		
	 ab0f9cdb1f
			
		
	
	
		ab0f9cdb1f
		
			
		
	
	
	
	
		
			
			add some popular cuisines that appear to be valid this will allow translating this values triggered by https://github.com/streetcomplete/StreetComplete/issues/103#issuecomment-947204418 based on https://taginfo.openstreetmap.org/keys/cuisine#values Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
		
			
				
	
	
		
			43 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			1.2 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"
 | |
|         }
 | |
|     },
 | |
|     "terms": [
 | |
|         "fare",
 | |
|         "food types"
 | |
|     ]
 | |
| }
 |