We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553a867 commit 48c94daCopy full SHA for 48c94da
js/sondehub.js
@@ -681,7 +681,7 @@ function throttle_events(event) {
681
682
function sub_to_nearby_sondes(){
683
let bounds = map.getBounds().pad(1); // expand by one viewport
684
- let zoomed_out = map.getZoom() <= 6;
+ let zoomed_out = map.getZoom() <= 8;
685
const sub_logging = false;
686
if (zoomed_out){
687
// If we are fairly zooomed out - only give the slow feed
0 commit comments