mapbox / mapbox/mapbox-navigation-ios
Distant line-placed labels are too closely spaced in CarPlay
@MaximAlien is already working on this.
Since Oct 4, 2021.
- Dominant language
- Swift
- Stars
- 918
- Forks
- 326
- Avg merge
- 1h 16m
- Merged PRs (30d)
- 3
Description
While navigating in CarPlay, the more distant labels toward the top of the map are illegible because of insufficient [pitch](https://en.wikipedia.org/wiki/Pitch_%28typewriter%29) (letter spacing). See “Gest St”, “Elsinore Ave”, “Monastery St”, “Celestial St”, and “Eggleston Ave” in the screenshots below:


The labels are fine in NavigationViewController on the phone, regardless of [pitch](https://en.wikipedia.org/wiki/Aircraft_principal_axes#Transverse_axis_%28pitch%29) (tilt), probably because only left-side content insets are only applied in CarPlay by default.
Reproduces in v0.35.0 but not v0.34.0.
/cc @mapbox/navigation-ios @mapbox/maps-ios @mapbox/driver-app
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.