Skip to content

Commit

Permalink
Attempted to manually add variable zoom
Browse files Browse the repository at this point in the history
Original symbology did not symbolize by varying zoom scales. Also noticed that the color codes are RGB and not HSL.
  • Loading branch information
Cashe93 authored and jtgilbert committed Jun 7, 2023
1 parent 73203af commit 38ad547
Show file tree
Hide file tree
Showing 11 changed files with 199 additions and 27 deletions.
19 changes: 17 additions & 2 deletions Symbology/web/VBET/igo_ac_elevated_vb_mile.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,25 @@
"type": "circle",
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": 4,
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["get", "inactive_acreage_per_mile"],
"rgb(153, 4, 6)",
5,
Expand Down
19 changes: 17 additions & 2 deletions Symbology/web/VBET/igo_ac_lowlying_vb_mile.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,25 @@
"type": "circle",
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": 4,
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["get", "active_acreage_per_mile"],
"rgb(247, 252, 245)",
5,
Expand Down
23 changes: 20 additions & 3 deletions Symbology/web/VBET/igo_ac_vb_mile.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,26 @@
"type": "circle",
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["linear"],
["get", "vb_acreage_per_mile"],
"rgb(153, 4, 6)",
5,
Expand All @@ -43,8 +60,8 @@
"rgb(12, 118, 193)",
1000,
"rgb(12, 118, 193)"
],
"circle-radius": 4
]

}
}
]
Expand Down
22 changes: 19 additions & 3 deletions Symbology/web/VBET/igo_est_prop_vb_channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,26 @@
"type": "circle",
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["linear"],
["get", "active_channel_proportion"],
"rgb(247, 251, 255)",
0.02,
Expand All @@ -37,8 +54,7 @@
"rgb(8, 48, 107)",
100,
"rgb(8, 48, 107)"
],
"circle-radius": 4
]
}
}
]
Expand Down
20 changes: 18 additions & 2 deletions Symbology/web/VBET/igo_est_prop_vb_elevated.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,26 @@
"type": "circle",
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": 4,
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["linear"],
["get", "inactive_floodplain_proportion"],
"rgb(247, 252, 245)",
0.02,
Expand Down
20 changes: 18 additions & 2 deletions Symbology/web/VBET/igo_est_prop_vb_lowlying.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,26 @@
"type": "circle",
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": 4,
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["linear"],
["get", "active_floodplain_proportion"],
"rgb(247, 252, 245)",
0.02,
Expand Down
22 changes: 19 additions & 3 deletions Symbology/web/VBET/igo_hec_elevated_vb_km.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,26 @@
"type": "circle",
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["linear"],
["get", "inactive_hectares_per_km"],
"rgb(12, 118, 193)",
1,
Expand All @@ -43,8 +60,7 @@
"rgb(153, 4, 6)",
200,
"rgb(153, 4, 6)"
],
"circle-radius": 4
]
}
}
]
Expand Down
24 changes: 20 additions & 4 deletions Symbology/web/VBET/igo_hec_lowlying_vb_km.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,26 @@
"type": "circle",
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"paint": {
"layout": {},
"paint": {
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["linear"],
["get", "active_hectares_per_km"],
"rgb(153, 4, 6)",
1,
Expand All @@ -43,8 +60,7 @@
"rgb(12, 118, 193)",
200,
"rgb(12, 118, 193)"
],
"circle-radius": 4
]
}
}
]
Expand Down
20 changes: 18 additions & 2 deletions Symbology/web/VBET/igo_hec_vb_km.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,26 @@
"type": "circle",
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": 4,
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["linear"],
["get", "vb_hectares_per_km"],
"rgb(153, 4, 6)",
1,
Expand Down
19 changes: 17 additions & 2 deletions Symbology/web/VBET/igo_integrated_vb_width.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,24 @@
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": 4,
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"step",
"interpolate",
["linear"],
["get", "integrated_width"],
"rgb(71, 44, 124)",
10,
Expand Down
18 changes: 16 additions & 2 deletions Symbology/web/VBET/igo_moving_window_distance.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,22 @@
"source": "composite",
"source-layer": "IGO_edit-dtm2v4",
"layout": {},
"paint": {
"circle-radius": 4,
"paint": {
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"match",
["get", "window_size"],
Expand Down

0 comments on commit 38ad547

Please sign in to comment.