We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2faf438 commit f2d1eaeCopy full SHA for f2d1eae
src/components/wildfireMap.ts
@@ -80,6 +80,7 @@ export function makeFireMap(map: maplibregl.Map, chateaus_in_frame: Writable<str
80
map.addSource("watchduty_proxy", {
81
'type': 'vector',
82
'tiles': [watchduty_proxy],
83
+ maxzoom: 10
84
});
85
86
function refresh_watchduty_source() {
0 commit comments