onomastics-ng: remove unused variable
This commit is contained in:
@@ -91,7 +91,7 @@ drawMap settings colorPalette areas statistics =
|
|||||||
)
|
)
|
||||||
(zip3 [0 ..] colorPalette theMaxima)
|
(zip3 [0 ..] colorPalette theMaxima)
|
||||||
<> foldMap
|
<> foldMap
|
||||||
( \(index, (name, statistic), color) ->
|
( \(index, (name, statistic)) ->
|
||||||
g_
|
g_
|
||||||
[]
|
[]
|
||||||
( rect_
|
( rect_
|
||||||
@@ -119,6 +119,6 @@ drawMap settings colorPalette areas statistics =
|
|||||||
(toElement $ localize $ showRounded $ maximum $ getByArea statistic)
|
(toElement $ localize $ showRounded $ maximum $ getByArea statistic)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(zip3 [0 ..] statistics colorPalette)
|
(zip [0 ..] statistics)
|
||||||
<> style_ [] "path { mix-blend-mode: multiply; }"
|
<> style_ [] "path { mix-blend-mode: multiply; }"
|
||||||
<> g_ [] areaPaths
|
<> g_ [] areaPaths
|
||||||
|
|||||||
Reference in New Issue
Block a user