Skip to content

Commit

Permalink
Restored globe texture with better URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ToonTalk committed Oct 19, 2024
1 parent a61a64b commit fd22f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/etymology map game.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h1>Etymology Globe Game</h1>
// Initialize the globe
const myGlobe = Globe()
.backgroundColor('#111')
// .globeImageUrl('//unpkg.com/three-globe/example/img/earth-blue-marble.jpg') // Optional built-in texture
.globeImageUrl('https://unpkg.com/three-globe/example/img/earth-blue-marble.jpg') // Optional built-in texture
.pointOfView({ lat: 20, lng: 0, altitude: 2 });

const globeContainer = document.getElementById('globeViz');
Expand Down

0 comments on commit fd22f9f

Please sign in to comment.