Show colorscale whenever it is used
This commit is contained in:
parent
4e45ec6744
commit
6158589b6f
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function LayerSidebar({
|
||||||
<Header as="h4">Event points</Header>
|
<Header as="h4">Event points</Header>
|
||||||
</label>
|
</label>
|
||||||
</List.Item>
|
</List.Item>
|
||||||
{showEvents && (
|
{(showEvents || showRoads) && (
|
||||||
<>
|
<>
|
||||||
<List.Item>
|
<List.Item>
|
||||||
<ColorMapLegend map={_.chunk(colorByDistance('distance_overtaker')[3].slice(3), 2)} />
|
<ColorMapLegend map={_.chunk(colorByDistance('distance_overtaker')[3].slice(3), 2)} />
|
||||||
|
|
Loading…
Add table
Reference in a new issue