Skip to content

Commit 374ca6d

Browse files
authored
Increase opacity, decrease text size
1 parent d9ef1d0 commit 374ca6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/wildfireMap.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export function makeFireMap(map: maplibregl.Map, chateaus_in_frame: Writable<str
127127
'type': 'fill',
128128
'paint': {
129129
'fill-color': '#dd3300',
130-
"fill-opacity": 0.2
130+
"fill-opacity": 0.35
131131
},
132132
filter: ["==", "a", "b"]
133133
});
@@ -139,7 +139,7 @@ export function makeFireMap(map: maplibregl.Map, chateaus_in_frame: Writable<str
139139
'type': 'fill',
140140
'paint': {
141141
'fill-color': '#cc9900',
142-
"fill-opacity": 0.2
142+
"fill-opacity": 0.35
143143
},
144144
filter: ["==", "a", "b"]
145145
});
@@ -515,7 +515,7 @@ refresh_watchduty_evacs();
515515
["linear"],
516516
['zoom'],
517517
7,
518-
9,
518+
6,
519519
9,
520520
13
521521
],
@@ -539,9 +539,9 @@ refresh_watchduty_evacs();
539539
["linear"],
540540
['zoom'],
541541
7,
542+
5,
542543
9,
543-
9,
544-
13
544+
12
545545
],
546546
'text-font': ['Barlow Bold']
547547
},

0 commit comments

Comments
 (0)