Skip to content

Commit

Permalink
web RME IGO fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeSeeborg authored and jtgilbert committed Nov 7, 2024
1 parent 39e14e0 commit 74a5bc4
Show file tree
Hide file tree
Showing 34 changed files with 150 additions and 140 deletions.
10 changes: 5 additions & 5 deletions Symbology/web/rs_metric_engine/AcresVB_Mile.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand Down Expand Up @@ -64,9 +63,10 @@
500,
"rgb(12, 118, 193)",
1000000,
"rgb(12, 118, 193)"
"rgb(12, 118, 193)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": 4.5
"circle-radius": 3
}
}
]
Expand Down
10 changes: 5 additions & 5 deletions Symbology/web/rs_metric_engine/Act_Chan_Ratio.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand Down Expand Up @@ -54,9 +53,10 @@
0.75,
"rgb(8, 48, 107)",
1.00,
"rgb(8, 48, 107)"
"rgb(8, 48, 107)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": 4.5
"circle-radius": 3
}
}
]
Expand Down
8 changes: 4 additions & 4 deletions Symbology/web/rs_metric_engine/Ag_Conv.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand Down Expand Up @@ -44,7 +43,8 @@
0.6001,
"rgb(255, 153, 0)",
1,
"rgb(255, 153, 0)"
"rgb(255, 153, 0)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": [
"interpolate",
Expand Down
7 changes: 3 additions & 4 deletions Symbology/web/rs_metric_engine/Confluence_Count.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"case",
["==", ["get", "rme_dgo_confluences"], 0],
Expand All @@ -43,7 +42,7 @@
"rgb(128, 0, 38)",
[">", ["get", "rme_dgo_confluences"], 8],
"rgb(54, 0, 22)",
"#000000"
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": [
"case",
Expand Down
8 changes: 4 additions & 4 deletions Symbology/web/rs_metric_engine/Dev_Conv.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand Down Expand Up @@ -44,7 +43,8 @@
0.6001,
"rgb(107, 0, 0)",
1,
"rgb(107, 0, 0)"
"rgb(107, 0, 0)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": [
"interpolate",
Expand Down
7 changes: 3 additions & 4 deletions Symbology/web/rs_metric_engine/Diffluence_Count.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"case",
["==", ["get", "rme_dgo_diffluences"], 0],
Expand All @@ -43,7 +42,7 @@
"rgb(128, 0, 38)",
[">", ["get", "rme_dgo_diffluences"], 8],
"rgb(54, 0, 22)",
"#000000"
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": [
"case",
Expand Down
10 changes: 5 additions & 5 deletions Symbology/web/rs_metric_engine/Elevated_Ratio.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand Down Expand Up @@ -54,9 +53,10 @@
0.75,
"rgb(113, 111, 53)",
2,
"rgb(113, 111, 53)"
"rgb(113, 111, 53)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": 4.5
"circle-radius": 3
}
}
]
Expand Down
10 changes: 5 additions & 5 deletions Symbology/web/rs_metric_engine/Fldpln_Access.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand All @@ -39,9 +38,10 @@
0.9501,
"rgb(31, 147, 255)",
1,
"rgb(31, 147, 255)"
"rgb(31, 147, 255)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": 4.5
"circle-radius": 3
}
}
]
Expand Down
10 changes: 5 additions & 5 deletions Symbology/web/rs_metric_engine/Floodplain_Ratio.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand All @@ -39,9 +38,10 @@
0.9501,
"rgb(0, 104, 55)",
1.00,
"rgb(0, 104, 55)"
"rgb(0, 104, 55)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": 4.5
"circle-radius": 3
}
}
]
Expand Down
7 changes: 3 additions & 4 deletions Symbology/web/rs_metric_engine/Headwater.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"match",
["get", "nhd_dgo_headwater"],
[1],
"rgb(31, 120, 180)",
0,
"rgb(0, 0, 0)",
"#000000"
"hsla(0, 0%, 0%, 0)"
],
"circle-opacity": [
"match",
Expand Down
10 changes: 5 additions & 5 deletions Symbology/web/rs_metric_engine/HectaresVB_Km.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand Down Expand Up @@ -64,9 +63,10 @@
125,
"rgb(12, 118, 193)",
1000000,
"rgb(12, 118, 193)"
"rgb(12, 118, 193)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": 4.5
"circle-radius": 3
}
}
]
Expand Down
8 changes: 4 additions & 4 deletions Symbology/web/rs_metric_engine/IGO_Confinement.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-radius": [
"interpolate",
["linear"],
Expand Down Expand Up @@ -55,7 +54,8 @@
0.8501,
"rgb(215, 25, 28)",
1,
"rgb(215, 25, 28)"
"rgb(215, 25, 28)",
"hsla(0, 0%, 0%, 0)"
]
}
}
Expand Down
11 changes: 6 additions & 5 deletions Symbology/web/rs_metric_engine/IGO_Constriction.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand All @@ -39,8 +38,10 @@
0.8001,
"rgb(255, 0, 0)",
1,
"rgb(255, 0, 0)"
]
"rgb(255, 0, 0)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": 3
}
}
]
Expand Down
8 changes: 4 additions & 4 deletions Symbology/web/rs_metric_engine/IGO_Plan_Sin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
],
"layerStyles": [
{
"id": "vw-igo-metrics-sample-7y7547",
"id": "rme-igos-sample-2f60tk",
"type": "circle",
"source": "composite",
"source-layer": "vw_igo_metrics_sample-7y7547",
"source-layer": "RME_igos_sample-2f60tk",
"layout": {},
"paint": {
"circle-emissive-strength": 1,
"circle-color": [
"interpolate",
["linear"],
Expand Down Expand Up @@ -44,7 +43,8 @@
5.0001,
"rgb(152, 0, 67)",
50.00,
"rgb(152, 0, 67)"
"rgb(152, 0, 67)",
"hsla(0, 0%, 0%, 0)"
],
"circle-radius": [
"interpolate",
Expand Down
Loading

0 comments on commit 74a5bc4

Please sign in to comment.