We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8c5ef commit eb3bde0Copy full SHA for eb3bde0
1 file changed
frontend/src/map/structures/map_structures/SegmentLabelMapStructure.ts
@@ -111,7 +111,7 @@ class SegmentLabelMapStructure extends MapStructure {
111
112
const textPadding = 0.75 * scaleFactor;
113
const finalY = iconBottomEdgeY + textPadding;
114
- const baseFontSize = 1.75 * scaleFactor;
+ const baseFontSize = 2.75 * scaleFactor;
115
116
const linesToDraw= [];
117
0 commit comments