-
Hello. I am trying to deploy my website onto a Linux VM (Redhat 8). The website works as expected when run locally on my Windows machine, but deploying to Linux has made an issue I resolved previousl…
-
####vite配置:
```
export default defineConfig({
base: "/analysis",
plugins: [vue(), vueJsx(), cesium()],
});
```
#### 错误输出路径
|-- dist
|-- favicon.ico
|-- index.html
|-- jquery…
-
直接使用官方的例子无法搭建
因为 CESIUM_BASE_URL 需要指定一个服务器上固定能访问的路径
使用插件解决 vite-plugin-cesium
-
Thanks for a great vite plugin. :clap:
When using `cesium.js` in a lazy loaded JavaScript bundle, `cesium({ rebuildCesium: true })` works well since https://github.com/nshen/vite-plugin-cesium/blo…
-
# 错误信息
```bash
S E:\project\cesiumosgb> yarn dev
yarn run v1.22.19
$ vite
failed to load config from E:\project\cesiumosgb\vite.config.ts
error when starting dev server:
TypeError: CopyPlugin i…
-
vite 使用vite-plugin-cesium,通过‘import VectorTileImageryProvider from 'cesiumvectortile'’这种方式导入,运行时候报错‘URI is not defined’ 是怎么回事,是cesium版本的问题吗
-
When i try to use BoxGraphics or other Graphics components, it didn't work。But after I returned the version of resium to 1.17.2, the display worked fine。
```jsx
import {
Viewer,
Entity,
Bo…
-
If I do:
1. mkdir test
2. cd test
3. yarn init
4. yarn add vite cesium rollup
5. yarn add vite-plugin-cesium
I get the following warnings:
```
➤ YN0061: │ sourcemap-codec@npm:1.4.8 is de…
-
![image](https://user-images.githubusercontent.com/31605368/190108420-1263a512-3052-4464-b3fc-f1018beaa60d.png)
Cannot read properties of undefined (reading '_requestTransformFn') 构建的时候就抛出来了,是不是因为用的…
-
### Describe the bug
当调整canvas尺寸时,报如下错误,
具体操作:
![Uploading image.png…]()
### Expected behavior
希望没有报错,能够正常显示
### Actual behavior
_No response_
### Version of ice.js
3.x
### Content o…