mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Merge pull request #75 from nullrouten0/10-15-25-bugs
fixed map to show only channels with locations
This commit is contained in:
@@ -258,8 +258,6 @@ 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