Skip to content

Commit

Permalink
testing more nhd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgilbert authored and philipbaileynar committed Nov 15, 2024
1 parent 4b8fe4e commit 5842a65
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
24 changes: 24 additions & 0 deletions Symbology/web/Shared/flow_lines.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
"hsl(40, 100%, 50%)",
[55800],
"hsl(351, 55%, 58%)",
"match",
["get", "FCode"],
[46006],
"hsl(213, 100%, 33%)",
[33600],
"hsl(180, 75%, 79%)",
[33400],
"hsl(40, 100%, 50%)",
[55800],
"hsl(351, 55%, 58%)",
"hsla(0, 0%, 0%, 0)"
]
}
Expand All @@ -46,6 +56,12 @@
"hsl(80, 100%, 50%)",
[46007],
"hsl(40, 100%, 45%)",
"match",
["get", "FCode"],
[46003],
"hsl(80, 100%, 50%)",
[46007],
"hsl(40, 100%, 45%)",
"hsla(0, 0%, 0%, 0)"
],
"line-dasharray": [1, 2]
Expand All @@ -64,6 +80,10 @@
["get", "fcode"],
[42800, 42801, 42802, 42807, 42813],
"#000000",
"match",
["get", "FCode"],
[42800, 42801, 42802, 42807, 42813],
"#000000",
"hsla(0, 0%, 0%, 0)"
],
"line-width": 2
Expand All @@ -81,6 +101,10 @@
["get", "fcode"],
[42800, 42801, 42802, 42807, 42813],
"#000000",
"match",
["get", "FCode"],
[42800, 42801, 42802, 42807, 42813],
"#000000",
"hsla(0, 0%, 0%, 0)"
],
"line-width": 2,
Expand Down
2 changes: 1 addition & 1 deletion Symbology/web/Shared/nhdephemeral.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "line",
"source": "composite",
"source-layer": "intermittent-126k30",
"filter": ["match", ["get", "fcode"], [46007], true, false],
"filter": ["match", ["get", "fcode"], [46007], true, false, "match", ["get", "FCode"], [46007], true, false],
"layout": {},
"paint": {
"line-dasharray": [3, 1, 1, 1, 1, 1],
Expand Down
3 changes: 2 additions & 1 deletion Symbology/web/Shared/nhdintermittent.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"type": "line",
"source": "composite",
"source-layer": "intermittent-126k30",
"filter": ["match", ["get", "fcode"], [46003], true, false],
"filter": ["match", ["get", "fcode"], [46003], true, false,
"match", ["get", "FCode"], [46003], true, false],
"layout": {},
"paint": {
"line-color": "hsl(194, 100%, 73%)",
Expand Down
8 changes: 8 additions & 0 deletions Symbology/web/Shared/nhdperrenial.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
"hsl(213, 100%, 33%)",
[55800],
"hsl(220, 100%, 23%)",
"match",
["get", "FCode"],
[46006],
"hsl(213, 100%, 33%)",
[33400],
"hsl(213, 100%, 33%)",
[55800],
"hsl(220, 100%, 23%)",
"hsla(0, 0%, 0%, 0)"
],
"line-width": ["match", ["get", "fcode"], [33400], 0.5, 1]
Expand Down

0 comments on commit 5842a65

Please sign in to comment.