Skip to content

Commit b894cad

Browse files
committed
set min zoom as well
1 parent f2d1eae commit b894cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/wildfireMap.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ export function makeFireMap(map: maplibregl.Map, chateaus_in_frame: Writable<str
8080
map.addSource("watchduty_proxy", {
8181
'type': 'vector',
8282
'tiles': [watchduty_proxy],
83-
maxzoom: 10
83+
maxzoom: 10,
84+
minzoom: 5
8485
});
8586

8687
function refresh_watchduty_source() {

0 commit comments

Comments
 (0)