Revert "fixed map to show only channels with locations"

This commit is contained in:
Pablo Revilla
2025-10-15 21:32:50 -07:00
committed by GitHub
parent 454c8ff6e2
commit a002cde2d7

View File

@@ -258,6 +258,8 @@ loadTranslations().then(async () => {
if (customView) map.setView([customView.lat,customView.lng],customView.zoom);
else map.fitBounds(areaBounds);
const extraChannels = await fetchAdditionalChannels();
extraChannels.forEach(raw => channelSet.add(channelKey(raw)));
channelList = Array.from(channelSet).sort();
// ---- LocalStorage for Filter Preferences ----