Remove nonexisting OSM cuising=breakfast tag
This commit is contained in:
parent
5d411d0f0c
commit
f02327d1ad
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user