Skip to content

Commit

Permalink
More symbol color tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
vharmain committed Oct 28, 2024
1 parent 2e45a80 commit cfcc46d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webapp/src/cljc/lipas/data/styles.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
:stroke {:color "#000000"}},
109
{:shape "polygon",
:fill {:color "#94d024"},
:fill {:color "#1f805f"},
:stroke {:color "#000000", :width 1.5}},
5160
{:shape "square",
Expand Down Expand Up @@ -453,7 +453,7 @@
:stroke {:color "#000000"}},
107
{:shape "polygon",
:fill {:color "#daab0c"},
:fill {:color "#c18bd6"},
:stroke {:color "#000000", :width 1.5}},
6110
{:shape "circle",
Expand Down Expand Up @@ -743,7 +743,7 @@
4407
{:shape "linestring",
:stroke
{:color "#827e3b",
{:color "#b0a92c",
:width 3.5,
:line-cap "round",
:line-join "round",
Expand Down Expand Up @@ -784,7 +784,7 @@
;; Golfkenttä (alue)
1650
{:shape "polygon",
:fill {:color "#c9ff05"},
:fill {:color "#daab0c"},
:stroke {:color "#000000" :width 1.5}}
;; Sisäleikki-/aktiviteettipuisto:
2225
Expand Down

0 comments on commit cfcc46d

Please sign in to comment.