mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Revert "fixed map to show only channels with locations"
This commit is contained in:
@@ -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 ----
|
||||
|
||||
Reference in New Issue
Block a user