zouyaoji / vue-cesium

🎉 Vue 3.x components for CesiumJS.
https://zouyaoji.top/vue-cesium
MIT License
1.43k stars 312 forks source link

[Bug Report] Blue globe. We use vue-cesium 2.4.2, nuxt 2.17.2, and cesium path is set to `https://unpkg.com/cesium@1.113.0/Build/Cesium/Cesium.js` #512

Closed jdromero88 closed 5 months ago

jdromero88 commented 5 months ago

VueCesium version

2.4.2

OS/Browsers version

macOS sonoma 14.2.1 / Chrome Version 121.0.6167.139 (Official Build) (arm64)

Vue version

2.7.16

Cesium version

1.113.0

Reproduction Link

https://github.com/CSIS-iLab/satellite-dashboard

Steps to reproduce

use node 18 or up npm i npm run dev

What is Expected?

To see the globe(earth) properly

What is actually happening?

It's showing a blue globe.

image
jdromero88 commented 5 months ago

Downgrading cesium path fixed the issue. Cesium path is now: cesiumPath: 'https://unpkg.com/cesium@1.100.0/Build/Cesium/Cesium.js',