put conservation area behind buildings
This commit is contained in:
parent
bd6bd7531e
commit
2b380c25b6
@ -122,6 +122,13 @@ export const ColouringMap : FC<ColouringMapProps> = ({
|
|||||||
<BuildingBaseLayer theme={darkLightTheme} />
|
<BuildingBaseLayer theme={darkLightTheme} />
|
||||||
</Pane>
|
</Pane>
|
||||||
|
|
||||||
|
<Pane
|
||||||
|
name='cc-overlay-pane-shown-behind-buildings'
|
||||||
|
style={{zIndex: 199}}
|
||||||
|
>
|
||||||
|
<ConservationAreaBoundaryLayer/>
|
||||||
|
</Pane>
|
||||||
|
|
||||||
{
|
{
|
||||||
mapColourScale &&
|
mapColourScale &&
|
||||||
<BuildingDataLayer
|
<BuildingDataLayer
|
||||||
@ -139,7 +146,6 @@ export const ColouringMap : FC<ColouringMapProps> = ({
|
|||||||
<BoroughBoundaryLayer/>
|
<BoroughBoundaryLayer/>
|
||||||
<ParcelBoundaryLayer/>
|
<ParcelBoundaryLayer/>
|
||||||
<FloodBoundaryLayer/>
|
<FloodBoundaryLayer/>
|
||||||
<ConservationAreaBoundaryLayer/>
|
|
||||||
<VistaBoundaryLayer/>
|
<VistaBoundaryLayer/>
|
||||||
<HousingBoundaryLayer/>
|
<HousingBoundaryLayer/>
|
||||||
<CreativeBoundaryLayer/>
|
<CreativeBoundaryLayer/>
|
||||||
|
Loading…
Reference in New Issue
Block a user