Merge pull request #76 from pablorevilla-meshtastic/revert-75-10-15-25-bugs

Revert "fixed map to show only channels with locations"
This commit is contained in:
Pablo Revilla
2025-10-15 21:33:16 -07:00
committed by GitHub
+2
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 ----