From 52805662a1f137a31d36999230b778e9edab8d02 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Tue, 17 Jan 2023 04:12:22 +0100 Subject: [PATCH] test whether retina matters for #1053 --- app/src/frontend/map/layers/building-highlight-layer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/layers/building-highlight-layer.tsx b/app/src/frontend/map/layers/building-highlight-layer.tsx index b958f563..7535754e 100644 --- a/app/src/frontend/map/layers/building-highlight-layer.tsx +++ b/app/src/frontend/map/layers/building-highlight-layer.tsx @@ -11,6 +11,6 @@ export function BuildingHighlightLayer({selectedBuildingId, baseTileset}: {selec url={getTileLayerUrl('highlight', {highlight: `${selectedBuildingId}`, base: baseTileset})} minZoom={13} maxZoom={19} - detectRetina={true} + detectRetina={false} />; }