Skip to content

Commit

Permalink
fix atmosphere in example
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jan 13, 2021
1 parent 70254d7 commit 160ddd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/coord/globeCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function resizeGlobe(globeModel, api) {

function updateGlobe(ecModel, api) {

var altitudeDataExtent = [Infinity, -Infinity]
var altitudeDataExtent = [Infinity, -Infinity];

ecModel.eachSeries(function (seriesModel) {
if (seriesModel.coordinateSystem !== this) {
Expand Down
2 changes: 1 addition & 1 deletion test/globe-atmosphere.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},

atmosphere: {
enable: true
show: true
},

viewControl: {
Expand Down

0 comments on commit 160ddd2

Please sign in to comment.