osmandapp / OsmAnd-iOS

OsmAnd for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roundabout turn arrows is missing – CarPlay

dmpr0 opened this issue · comments

Description

Roundabout turn arrows are does't while navigation in CarPlay. On CarPlay we use different and limited from iOS app set of turn arrows, but map_turn_roundabout_left and map_turn_roundabout_right is present in there.

How to reproduce

  • Calculate route from 52.23996, 4.50341 to 52.23599, 4.50283
  • Turn on Simulation
  • Connect OsmAnd to CarPlay
  • Star Navigation

Actual result

Video
Roundabout2.mov
Screenshot
CarPlay Screen iPhone screen

Expected result

  • Generate turn arrows resources for CarPlay (the same as we do on iOS)
    • Include exit number
  • Turn angle

If generated resources won't work on CarPlay, inform @dmpr0

  • Check why those two doesn't use map_turn_roundabout_left and map_turn_roundabout_right
    • Add few more resources

Environment
OsmAnd Version: 4.7.2.6
iOS version: 17.3
Device model: XS Max

We pass turn arrows as images. Entry point is - (NSString *) imageNameForTurnType:(const std::shared_ptr<TurnType> &)turnType

Review

  • Round about turn arrows is missed