Skip to content

Commit

Permalink
fixing WebRAVE legend colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-shore committed Dec 12, 2023
1 parent b1a6fcb commit 70c0746
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Symbology/web/RCAT/condition_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json",
"legend": [
["#ff0303", "Very Poor < 0.20"],
["hsl(40, 100%, 50%)", "Poor 0.20 - 0.40"],
["hsl(55, 100%, 50%)", "Moderate 0.40 - 0.65"],
["hsl(80, 100%, 45%)", "Good 0.65 - 0.85"],
["hsl(100, 100%, 33%)", "Intact > 0.85"]
["#fba919", "Poor 0.20 - 0.40"],
["#f7f278", "Moderate 0.40 - 0.65"],
["#b0d136", "Good 0.65 - 0.85"],
["#5abf92", "Intact > 0.85"]
],
"layerStyles": [
{
Expand Down

0 comments on commit 70c0746

Please sign in to comment.