Skip to content

Commit

Permalink
setup bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Jan 10, 2025
1 parent b894cad commit d9ef1d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/wildfireMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ export function makeFireMap(map: maplibregl.Map, chateaus_in_frame: Writable<str
'type': 'vector',
'tiles': [watchduty_proxy],
maxzoom: 10,
minzoom: 5
minzoom: 5,
"bounds": [-180, -85, 180, 85]
});

function refresh_watchduty_source() {
Expand Down

0 comments on commit d9ef1d0

Please sign in to comment.