From 831c5d25fbdc959a95174e688f91b508b2338695 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Fri, 18 Feb 2022 15:01:20 +0100 Subject: [PATCH] fix: Do not show city dots on map Without labels, they seem a bit out of place --- app/charts/map/get-base-layer-style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/charts/map/get-base-layer-style.ts b/app/charts/map/get-base-layer-style.ts index 85a361e57..f3e923409 100644 --- a/app/charts/map/get-base-layer-style.ts +++ b/app/charts/map/get-base-layer-style.ts @@ -5970,6 +5970,7 @@ export const getBaseLayerStyle = (props: Props) => { id: "place_city", paint: { "text-opacity": textOpacity, + "icon-opacity": 0, }, layout: { "text-field": ["get", languageTag],