Remove nonexisting OSM cuising=breakfast tag

This commit is contained in:
MM20 2024-06-14 16:14:08 +02:00
parent 5d411d0f0c
commit f02327d1ad
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 0 additions and 2 deletions

View File

@ -912,7 +912,6 @@
<string name="poi_category_ramen_restaurant">Ramen restaurant</string>
<string name="poi_category_soup_restaurant">Soup restaurant</string>
<string name="poi_category_brunch_restaurant">Brunch restaurant</string>
<string name="poi_category_breakfast_restaurant">Breakfast restaurant</string>
<string name="poi_category_car_wash">Car wash</string>
<string name="poi_category_charging_station">Charging station</string>
<string name="poi_category_motorcycle_rental">Motorcycle rental</string>

View File

@ -214,7 +214,6 @@ private fun Map<String, String>.categorize(context: Context): Pair<String?, Loca
"soup" with (R.string.poi_category_soup_restaurant to LocationIcon.Soup)
"coffee_shop" with (R.string.poi_category_cafe to LocationIcon.Cafe)
"brunch" with (R.string.poi_category_brunch_restaurant to LocationIcon.Brunch)
"breakfast" with (R.string.poi_category_breakfast_restaurant to LocationIcon.Breakfast)
} ?: (R.string.poi_category_restaurant to LocationIcon.Restaurant)
"fuel" -> R.string.poi_category_fuel to LocationIcon.GasStation