Skip to content

Commit f2d1eae

Browse files
committed
maxzoom 10
1 parent 2faf438 commit f2d1eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/wildfireMap.ts

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ 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
8384
});
8485

8586
function refresh_watchduty_source() {

0 commit comments

Comments
 (0)