Remove pane darkLightTheme

This commit is contained in:
Alireza Adli 2023-11-08 13:43:16 -05:00
parent cf5ea926c2
commit c28716106f

View File

@ -155,11 +155,6 @@ export const ColouringMap: FC<ColouringMapProps> = ({
<MapBackgroundColor theme={darkLightTheme} /> <MapBackgroundColor theme={darkLightTheme} />
<MapViewport position={position} zoom={zoom} /> <MapViewport position={position} zoom={zoom} />
<Pane
key={darkLightTheme}
name={"cc-base-pane"}
style={{ zIndex: 50 }}
></Pane>
{mapColourScale && ( {mapColourScale && (
<BuildingDataLayer tileset={mapColourScale} revisionId={revisionId} /> <BuildingDataLayer tileset={mapColourScale} revisionId={revisionId} />
)} )}