Skip to content

Commit

Permalink
feat: adding styles
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Feb 21, 2025
1 parent 27ca808 commit 0678055
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
56 changes: 56 additions & 0 deletions styles/LULUCF_style.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"legend": [
{
"title": "WMO Stage of Development",
"range": [
"#334f21",
"#538135",
"#659c40",
"#bf8f00",
"#dede62",
"#cfb05c",
"#b1954e",
"#d99f00",
"#5abe2f",
"#71e93a",
"#2f5496",
"#2fa396",
"#833c0b",
"#c23c0b",
"#c2650b",
"#9da18a",
"#dfdfdf",
"#61957f"
],
"domain": [
"Coniferous forest",
"Deciduous forest",
"Unstocked forest",
"Annual cropland",
"Viticulture",
"Orchards",
"Other perennial crops",
"Other woody biomass in cropland",
"Grassland",
"Other woody biomass in grassland",
"Water",
"Wetland",
"Unvegetated settlements",
"Trees in settlements",
"Grassland in settlements",
"Rocks and screes",
"Glaciers",
"Alpine dwarf shrub heaths"
],
"scaleType": "categorical",
"markType": "rectangle"
}
],
"color": [
"match",
["band", 1],
110,
"#334f21",
"#ff0000"
]
}
9 changes: 9 additions & 0 deletions styles/NUTS2_styles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"stroke-width": 1,
"stroke": "#ff0000",
"fill": "#000000",
"fill-opacity": 0.0,
"tooltip": [
{"id": "NAME", "title": "Gemeinde: "}
]
}

0 comments on commit 0678055

Please sign in to comment.