Remove pane darkLightTheme
This commit is contained in:
parent
cf5ea926c2
commit
c28716106f
@ -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} />
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user