diff --git a/frontend/src/map/structures/map_structures/SegmentLabelMapStructure.ts b/frontend/src/map/structures/map_structures/SegmentLabelMapStructure.ts index 3a6740b5..5a4ffb3c 100644 --- a/frontend/src/map/structures/map_structures/SegmentLabelMapStructure.ts +++ b/frontend/src/map/structures/map_structures/SegmentLabelMapStructure.ts @@ -107,7 +107,7 @@ class SegmentLabelMapStructure extends MapStructure { } if (scaleFactor >= 11) { - let metaString = (this.area).toFixed(0) + " m²"; + let metaString = (this.area / 10 ).toFixed(0) + " m²"; metaString += ` (id=${this.id})`; ctx.font = "35px sans-serif";