put conservation area behind buildings

This commit is contained in:
Mateusz Konieczny 2022-12-12 14:38:58 +01:00
parent bd6bd7531e
commit 2b380c25b6

View File

@ -122,6 +122,13 @@ export const ColouringMap : FC<ColouringMapProps> = ({
<BuildingBaseLayer theme={darkLightTheme} />
</Pane>
<Pane
name='cc-overlay-pane-shown-behind-buildings'
style={{zIndex: 199}}
>
<ConservationAreaBoundaryLayer/>
</Pane>
{
mapColourScale &&
<BuildingDataLayer
@ -139,7 +146,6 @@ export const ColouringMap : FC<ColouringMapProps> = ({
<BoroughBoundaryLayer/>
<ParcelBoundaryLayer/>
<FloodBoundaryLayer/>
<ConservationAreaBoundaryLayer/>
<VistaBoundaryLayer/>
<HousingBoundaryLayer/>
<CreativeBoundaryLayer/>