Remove nonexisting OSM cuising=breakfast tag

This commit is contained in:
MM20
2024-06-14 16:14:08 +02:00
parent 5d411d0f0c
commit f02327d1ad
2 changed files with 0 additions and 2 deletions
@@ -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