Test with the core functionalities
This commit is contained in:
parent
e61a661abd
commit
cf5ea926c2
@ -152,6 +152,14 @@ export const ColouringMap: FC<ColouringMapProps> = ({
|
|||||||
attributionControl={false}
|
attributionControl={false}
|
||||||
>
|
>
|
||||||
<ClickHandler onClick={handleClick} />
|
<ClickHandler onClick={handleClick} />
|
||||||
|
<MapBackgroundColor theme={darkLightTheme} />
|
||||||
|
<MapViewport position={position} zoom={zoom} />
|
||||||
|
|
||||||
|
<Pane
|
||||||
|
key={darkLightTheme}
|
||||||
|
name={"cc-base-pane"}
|
||||||
|
style={{ zIndex: 50 }}
|
||||||
|
></Pane>
|
||||||
{mapColourScale && (
|
{mapColourScale && (
|
||||||
<BuildingDataLayer tileset={mapColourScale} revisionId={revisionId} />
|
<BuildingDataLayer tileset={mapColourScale} revisionId={revisionId} />
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user