Skip to content

Commit

Permalink
Comment out the fog for now, just looks too foggy
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 18, 2023
1 parent 389f640 commit c275707
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,15 @@

});

// wait for map to load before adjusting it
overviewMbgl.on('style.load', function() {
overviewMbgl.setFog({
'range': [-1, 1],
'horizon-blend': 0.02, // Atmosphere thickness (default 0.2 at low zooms)
'space-color': 'rgb(11, 11, 25)', // Background color
'star-intensity': 0.6 // Background star brightness (default 0.35 at low zoooms )
});
});
//// wait for map to load before adjusting it
//overviewMbgl.on('style.load', function() {
// overviewMbgl.setFog({
// 'range': [-1, 1],
// 'horizon-blend': 0.02, // Atmosphere thickness (default 0.2 at low zooms)
// 'space-color': 'rgb(11, 11, 25)', // Background color
// 'star-intensity': 0 // Background star brightness (default 0.35 at low zoooms )
// });
//});


// ---------------------------------- FUNCTIONS ------------------------------------
Expand Down

0 comments on commit c275707

Please sign in to comment.