Skip to content

Commit

Permalink
roads fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed May 23, 2024
1 parent 10a4b95 commit 4f48803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Symbology/web/Shared/roads.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"paint": {
"line-color": [
"match",
["get", "TNMFRC"],
["get", "tnmfrc"],
[6],
"#000000",
"hsla(0, 0%, 0%, 0)"
],
"line-gap-width": ["match", ["get", "TNMFRC"], [6], 2, 0],
"line-gap-width": ["match", ["get", "tnmfrc"], [6], 2, 0],
"line-dasharray": [4, 5]
}
},
Expand All @@ -36,7 +36,7 @@
"paint": {
"line-color": [
"match",
["get", "TNMFRC"],
["get", "tnmfrc"],
[1],
"hsl(0, 52%, 34%)",
[2],
Expand All @@ -51,7 +51,7 @@
],
"line-width": [
"match",
["get", "TNMFRC"],
["get", "tnmfrc"],
[1],
2.5,
[2],
Expand Down

0 comments on commit 4f48803

Please sign in to comment.