Refine map compass layout and styling
This commit is contained in:
@@ -215,7 +215,7 @@ function formatHeadingText(headingDeg: number | null): string {
|
||||
return '--'
|
||||
}
|
||||
|
||||
return `${Math.round(normalizeRotationDeg(headingDeg))}deg`
|
||||
return `${Math.round(normalizeRotationDeg(headingDeg))}°`
|
||||
}
|
||||
|
||||
function formatOrientationModeText(mode: OrientationMode): string {
|
||||
@@ -1798,5 +1798,6 @@ export class MapEngine {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user