-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27ca808
commit 0678055
Showing
2 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "} | ||
] | ||
} |