diff --git a/data/locations/src/main/java/de/mm20/launcher2/locations/providers/openstreetmaps/OsmLocation.kt b/data/locations/src/main/java/de/mm20/launcher2/locations/providers/openstreetmaps/OsmLocation.kt index 70ad1fdd..837514c2 100644 --- a/data/locations/src/main/java/de/mm20/launcher2/locations/providers/openstreetmaps/OsmLocation.kt +++ b/data/locations/src/main/java/de/mm20/launcher2/locations/providers/openstreetmaps/OsmLocation.kt @@ -217,8 +217,8 @@ private fun Map.categorize(context: Context): Pair R.string.poi_category_fuel to LocationIcon.GasStation - "car_rental" -> R.string.poi_category_car to LocationIcon.CarRental - "car_sharing" -> R.string.poi_category_car to LocationIcon.CarRental + "car_rental" -> R.string.poi_category_car_rental to LocationIcon.CarRental + "car_sharing" -> R.string.poi_category_car_sharing to LocationIcon.CarRental "car_wash" -> R.string.poi_category_car_wash to LocationIcon.CarWash "charging_station" -> R.string.poi_category_charging_station to LocationIcon.ChargingStation "parking", "parking_space", "motorcycle_parking" -> R.string.poi_category_parking to LocationIcon.Parking @@ -273,7 +273,6 @@ private fun Map.categorize(context: Context): Pair.categorize(context: Context): Pair R.string.poi_category_golf to LocationIcon.Golf "park" -> R.string.poi_category_park to LocationIcon.Park else -> null }