Skip to content

Commit

Permalink
web flowline fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgilbert committed Nov 14, 2024
1 parent fc3eded commit 299f223
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Symbology/web/Shared/flow_lines.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"paint": {
"line-color": [
"match",
["get", "FCode"],
["get", "fcode"],
[46006],
"hsl(213, 100%, 33%)",
[33600],
Expand All @@ -41,7 +41,7 @@
"paint": {
"line-color": [
"match",
["get", "FCode"],
["get", "fcode"],
[46003],
"hsl(80, 100%, 50%)",
[46007],
Expand All @@ -61,7 +61,7 @@
"line-dasharray": [2, 2],
"line-color": [
"match",
["get", "FCode"],
["get", "fcode"],
[42800, 42801, 42802, 42807, 42813],
"#000000",
"hsla(0, 0%, 0%, 0)"
Expand All @@ -78,7 +78,7 @@
"paint": {
"line-color": [
"match",
["get", "FCode"],
["get", "fcode"],
[42800, 42801, 42802, 42807, 42813],
"#000000",
"hsla(0, 0%, 0%, 0)"
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],
"layout": {},
"paint": {
"line-dasharray": [3, 1, 1, 1, 1, 1],
Expand Down
2 changes: 1 addition & 1 deletion Symbology/web/Shared/nhdintermittent.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"], [46003], true, false],
"filter": ["match", ["get", "fcode"], [46003], true, false],
"layout": {},
"paint": {
"line-color": "hsl(194, 100%, 73%)",
Expand Down
4 changes: 2 additions & 2 deletions Symbology/web/Shared/nhdperrenial.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"paint": {
"line-color": [
"match",
["get", "FCode"],
["get", "fcode"],
[46006],
"hsl(213, 100%, 33%)",
[33400],
Expand All @@ -24,7 +24,7 @@
"hsl(220, 100%, 23%)",
"hsla(0, 0%, 0%, 0)"
],
"line-width": ["match", ["get", "FCode"], [33400], 0.5, 1]
"line-width": ["match", ["get", "fcode"], [33400], 0.5, 1]
}
}
]
Expand Down

0 comments on commit 299f223

Please sign in to comment.