mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
[styles] Add bicycle search result icons & bookmark icons
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
d5d86ffd36
commit
3aabde338a
@@ -185,6 +185,9 @@ enum class BookmarkIcon : uint16_t
|
||||
Theatre,
|
||||
Information,
|
||||
ChargingStation,
|
||||
BicycleParking,
|
||||
BicycleParkingCovered,
|
||||
BicycleRental,
|
||||
|
||||
Count
|
||||
};
|
||||
@@ -228,6 +231,9 @@ inline std::string ToString(BookmarkIcon icon)
|
||||
case Theatre: return "Theatre";
|
||||
case Information: return "Information";
|
||||
case ChargingStation: return "ChargingStation";
|
||||
case BicycleParking: return "BicycleParking";
|
||||
case BicycleParkingCovered: return "BicycleParkingCovered";
|
||||
case BicycleRental: return "BicycleRental";
|
||||
case Count: return {};
|
||||
}
|
||||
UNREACHABLE();
|
||||
|
||||
Reference in New Issue
Block a user