Spaces:
Running
Running
Update index.html
Browse files- 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-
|
| 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 ---
|