fredmo commited on
Commit
ff37b59
·
verified ·
1 Parent(s): 2fee4b4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -361,7 +361,7 @@
361
  const infoPanel = document.getElementById('info-panel');
362
 
363
  myGlobe(globeVizElement)
364
- .globeImageUrl('//unpkg.com/three-globe/example/img/earth-day.jpg')
365
  .backgroundImageUrl('//unpkg.com/three-globe/example/img/night-sky.png')
366
  .pointsData(pointsData) // Use the NEW pointsData with potential duplicates/offsets
367
  .pointColor(d => { // --- MODIFIED: Color based on markerType ---
 
361
  const infoPanel = document.getElementById('info-panel');
362
 
363
  myGlobe(globeVizElement)
364
+ .globeImageUrl('//unpkg.com/three-globe/example/img/earth-night.jpg')
365
  .backgroundImageUrl('//unpkg.com/three-globe/example/img/night-sky.png')
366
  .pointsData(pointsData) // Use the NEW pointsData with potential duplicates/offsets
367
  .pointColor(d => { // --- MODIFIED: Color based on markerType ---