forked from organicmaps/organicmaps
[MAPSME-6154] [ios] Added transport icons.
This commit is contained in:
parent
2799b82e72
commit
25a2e961fc
5 changed files with 27 additions and 3 deletions
|
@ -39,9 +39,9 @@ final class TransportTransitTrain: TransportTransitCell {
|
|||
case .intermediatePoint: fallthrough
|
||||
case .pedestrian: fatalError()
|
||||
case .train: image.image = #imageLiteral(resourceName: "ic_20px_route_planning_train")
|
||||
case .subway: fallthrough
|
||||
case .lightRail: fallthrough
|
||||
case .monorail: image.image = #imageLiteral(resourceName: "ic_20px_route_planning_metro")
|
||||
case .subway: image.image = #imageLiteral(resourceName: "ic_20px_route_planning_metro")
|
||||
case .lightRail: image.image = #imageLiteral(resourceName: "ic_20px_route_planning_lightrail")
|
||||
case .monorail: image.image = #imageLiteral(resourceName: "ic_20px_route_planning_monorail")
|
||||
}
|
||||
background.backgroundColor = step.color
|
||||
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "ic_20px_route_planning_lightrail.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "ic_20px_route_planning_monorail.pdf"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Binary file not shown.
Loading…
Add table
Reference in a new issue