Replace CityBaseMapLayer them=.. with CityMap
This commit is contained in:
parent
ae46ec1547
commit
4d90354f0b
@ -106,7 +106,7 @@ export const ColouringMap : FC<ColouringMapProps> = ({
|
|||||||
name={'cc-base-pane'}
|
name={'cc-base-pane'}
|
||||||
style={{zIndex: 50}}
|
style={{zIndex: 50}}
|
||||||
>
|
>
|
||||||
<CityBaseMapLayer theme={darkLightTheme} />
|
<CityMap theme={darkLightTheme} />
|
||||||
<BuildingBaseLayer theme={darkLightTheme} />
|
<BuildingBaseLayer theme={darkLightTheme} />
|
||||||
</Pane>
|
</Pane>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user