From 1528920646ddf18dc12837183103fd33c9047f3e Mon Sep 17 00:00:00 2001 From: TsipiDev Date: Wed, 24 Dec 2025 00:47:39 +0200 Subject: [PATCH 1/3] fix: add missing building label (symbol) layer to MapLibre style --- map4.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/map4.json b/map4.json index 9806640..99770e3 100644 --- a/map4.json +++ b/map4.json @@ -1918,6 +1918,26 @@ "fill-outline-color": "rgba(166, 157, 150, 0)" } }, + { + "id": "building-labels", + "type": "symbol", + "source": "openmaptiles", + "source-layer": "building", + "minzoom": 15, + "layout": { + "text-field": ["get", "name"], + "text-size": 13, + "text-font": ["Open Sans Regular"], + "text-anchor": "center", + "text-justify": "center", + "visibility": "visible" + }, + "paint": { + "text-color": "#222", + "text-halo-color": "#fff", + "text-halo-width": 1.2 + } + }, { "id": "Highway link tunnel outline", "type": "line", From 04bff43ac7d6f077fd9a678d0553b12e4a2b16ab Mon Sep 17 00:00:00 2001 From: TsipiDev Date: Wed, 24 Dec 2025 01:02:39 +0200 Subject: [PATCH 2/3] fix: add building-labels symbol layer to MapLibre campus style --- map4.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/map4.json b/map4.json index 99770e3..9806640 100644 --- a/map4.json +++ b/map4.json @@ -1918,26 +1918,6 @@ "fill-outline-color": "rgba(166, 157, 150, 0)" } }, - { - "id": "building-labels", - "type": "symbol", - "source": "openmaptiles", - "source-layer": "building", - "minzoom": 15, - "layout": { - "text-field": ["get", "name"], - "text-size": 13, - "text-font": ["Open Sans Regular"], - "text-anchor": "center", - "text-justify": "center", - "visibility": "visible" - }, - "paint": { - "text-color": "#222", - "text-halo-color": "#fff", - "text-halo-width": 1.2 - } - }, { "id": "Highway link tunnel outline", "type": "line", From b9c21f831daf4a209cf98bca1e8319ed906ca08c Mon Sep 17 00:00:00 2001 From: TsipiDev Date: Wed, 24 Dec 2025 01:04:24 +0200 Subject: [PATCH 3/3] fix: add building-labels symbol layer to MapLibre campus style --- map4.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/map4.json b/map4.json index 9806640..99770e3 100644 --- a/map4.json +++ b/map4.json @@ -1918,6 +1918,26 @@ "fill-outline-color": "rgba(166, 157, 150, 0)" } }, + { + "id": "building-labels", + "type": "symbol", + "source": "openmaptiles", + "source-layer": "building", + "minzoom": 15, + "layout": { + "text-field": ["get", "name"], + "text-size": 13, + "text-font": ["Open Sans Regular"], + "text-anchor": "center", + "text-justify": "center", + "visibility": "visible" + }, + "paint": { + "text-color": "#222", + "text-halo-color": "#fff", + "text-halo-width": 1.2 + } + }, { "id": "Highway link tunnel outline", "type": "line",