Skip to content

Commit 2faf438

Browse files
committed
swap subdomain for tiles
1 parent 0fec6bc commit 2faf438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/wildfireMap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function makeFireMap(map: maplibregl.Map, chateaus_in_frame: Writable<str
5656

5757
const darkMode = determineDarkModeToBool();
5858

59-
const watchduty_proxy = "https://birch.catenarymaps.org/watchduty_tiles_proxy/{z}/{x}/{y}";
59+
const watchduty_proxy = "https://birchfire.catenarymaps.org/watchduty_tiles_proxy/{z}/{x}/{y}";
6060

6161
const evacuation_fire_url = "https://fireboundscache.catenarymaps.org/data/evac_california.json";
6262

0 commit comments

Comments
 (0)