Skip to content

Commit

Permalink
Changed polygon colors
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Balitzki <[email protected]>
  • Loading branch information
Corgam committed Jul 12, 2024
1 parent 82bd2cd commit cfcd2bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/metadata-database/init-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const datasets = [
attributeName: "nutzart",
colors: [
{
color: "Plum",
color: "DarkOrchid",
values: [
"Wohnbaufläche",
"Industrie- und Gewerbefläche",
Expand All @@ -104,7 +104,7 @@ const datasets = [
],
},
{
color: "LightGreen",
color: "green",
values: [
"Landwirtschaft",
"Wald",
Expand All @@ -127,7 +127,7 @@ const datasets = [
],
},
{
color: "SkyBlue",
color: "Cyan",
values: ["Fließgewässer", "Hafenbecken", "Stehendes Gewässer"],
},
],
Expand Down

0 comments on commit cfcd2bd

Please sign in to comment.