Skip to content

Commit

Permalink
Updated label symbology
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashe93 authored and jtgilbert committed Jul 17, 2023
1 parent 15d9325 commit c0c354e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 25 deletions.
16 changes: 1 addition & 15 deletions Symbology/web/RSContext/counties.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,7 @@
"source": "composite",
"source-layer": "political_boundaries-96q9y2",
"layout": {
"text-field": ["to-string", ["get", "NAME"]],
"text-font": [
"JetBrains Mono Regular",
"Arial Unicode MS Regular"
],
"text-size": [
"interpolate",
["linear"],
["zoom"],
0,
13.3,
22,
13.3
]
},
"text-field": ["to-string", ["get", "NAME"]]},
"paint": {}
}
]
Expand Down
1 change: 0 additions & 1 deletion Symbology/web/RSContext/geo.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
"source-layer": "geo_layers-8fabdb",
"layout": {
"text-field": ["to-string", ["get", "ORIG_LABEL"]],
"text-font": ["Karla Light", "Arial Unicode MS Regular"],
"text-size": 14
},
"paint": {}
Expand Down
1 change: 0 additions & 1 deletion Symbology/web/RSContext/geo2.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@
[ "get", "GENERALIZE" ]
]
],
"text-font": [ "Karla Regular", "Arial Unicode MS Regular" ],
"text-size": 10
},
"paint": {
Expand Down
7 changes: 1 addition & 6 deletions Symbology/web/RSContext/states.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
"source": "composite",
"source-layer": "political_boundaries-96q9y2",
"layout": {
"text-field": ["to-string", ["get", "NAME"]],
"text-font": [
"JetBrains Mono Regular",
"Arial Unicode MS Regular"
]
},
"text-field": ["to-string", ["get", "NAME"]]},
"paint": {}
}
]
Expand Down
1 change: 0 additions & 1 deletion Symbology/web/VBET/channel_levelpath.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"source": "composite",
"source-layer": "stream_network-7x2b8z",
"layout": {
"text-font": ["Karla Regular", "Arial Unicode MS Regular"],
"text-size": 12,
"text-field": ["to-string", ["get", "vbet_level_path"]]
},
Expand Down
1 change: 0 additions & 1 deletion Symbology/web/VBET/streamnames.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"source": "composite",
"source-layer": "stream_network-7x2b8z",
"layout": {
"text-font": ["Karla Regular", "Arial Unicode MS Regular"],
"text-size": 12,
"text-field": ["to-string", ["get", "GNIS_Name"]]
},
Expand Down

0 comments on commit c0c354e

Please sign in to comment.