Test
This commit is contained in:
parent
522cda0aec
commit
bfa55a03cd
@ -153,6 +153,10 @@ export const ColouringMap: FC<ColouringMapProps> = ({
|
||||
>
|
||||
<ClickHandler onClick={handleClick} />
|
||||
<MapViewport position={position} zoom={zoom} />
|
||||
<Pane key={darkLightTheme} name={"cc-base-pane"} style={{ zIndex: 50 }}>
|
||||
<CityMap theme={darkLightTheme} />
|
||||
<BuildingBaseLayer theme={darkLightTheme} />
|
||||
</Pane>
|
||||
|
||||
{mapColourScale && (
|
||||
<BuildingDataLayer tileset={mapColourScale} revisionId={revisionId} />
|
||||
|
Loading…
Reference in New Issue
Block a user