From 3ea57f00b6bb526aaae5a551ba8b556b7ce7ebb1 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Fri, 27 Mar 2026 08:23:48 +0200 Subject: [PATCH] debug: try cladiri labels at minzoom 15 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/modules/geoportal/components/map-viewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/geoportal/components/map-viewer.tsx b/src/modules/geoportal/components/map-viewer.tsx index 6b36765..0714b7e 100644 --- a/src/modules/geoportal/components/map-viewer.tsx +++ b/src/modules/geoportal/components/map-viewer.tsx @@ -440,7 +440,7 @@ export const MapViewer = forwardRef( map.addLayer({ id: LAYER_IDS.cladiriLine, type: "line", source: SOURCES.cladiri, "source-layer": SOURCES.cladiri, minzoom: 14, paint: { "line-color": "#1e3a5f", "line-width": 0.6 } }); // Building body labels — same pattern as terenuriLabel (which works) - map.addLayer({ id: LAYER_IDS.cladiriLabel, type: "symbol", source: SOURCES.cladiri, "source-layer": SOURCES.cladiri, minzoom: 17, + map.addLayer({ id: LAYER_IDS.cladiriLabel, type: "symbol", source: SOURCES.cladiri, "source-layer": SOURCES.cladiri, minzoom: 15, layout: { "text-field": ["coalesce", ["get", "cadastral_ref"], ""], "text-font": ["Noto Sans Regular"],