We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fec6bc commit 2faf438Copy full SHA for 2faf438
src/components/wildfireMap.ts
@@ -56,7 +56,7 @@ export function makeFireMap(map: maplibregl.Map, chateaus_in_frame: Writable<str
56
57
const darkMode = determineDarkModeToBool();
58
59
- const watchduty_proxy = "https://birch.catenarymaps.org/watchduty_tiles_proxy/{z}/{x}/{y}";
+ const watchduty_proxy = "https://birchfire.catenarymaps.org/watchduty_tiles_proxy/{z}/{x}/{y}";
60
61
const evacuation_fire_url = "https://fireboundscache.catenarymaps.org/data/evac_california.json";
62
0 commit comments