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} />
|
||||
</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/>
|
||||
|
Loading…
Reference in New Issue
Block a user