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",