auto: 2026-07-26 19:29 (ESD_LAPTOP)

This commit is contained in:
2026-07-26 19:29:27 +09:00
parent 721679fe5e
commit d252c4e78a
@@ -360,7 +360,7 @@ export function createSurfaceMapViewer(): SurfaceMapViewer {
width: number,
height: number,
): void {
context.font = "10px sans-serif";
context.font = "600 13px sans-serif";
context.textAlign = "center";
context.textBaseline = "middle";
(Object.keys(CONTOUR_LABEL_KEYS) as GisLayer[]).forEach((layer) => {