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} />; }