-
####vite配置:
```
export default defineConfig({
base: "/analysis",
plugins: [vue(), vueJsx(), cesium()],
});
```
#### 错误输出路径
|-- dist
|-- favicon.ico
|-- index.html
|-- jquery…
-
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…
-
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…
-
直接使用官方的例子无法搭建
因为 CESIUM_BASE_URL 需要指定一个服务器上固定能访问的路径
使用插件解决 vite-plugin-cesium
-
# 错误信息
```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…
-
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…
-
vite 使用vite-plugin-cesium,通过‘import VectorTileImageryProvider from 'cesiumvectortile'’这种方式导入,运行时候报错‘URI is not defined’ 是怎么回事,是cesium版本的问题吗
-
你好 添加地形后,地球消失。原始的cesium加载同样的数据是可以正常显示的。技术路线 vite+vue3+vite-plugin-cesium[cesiumlab处理的tif叠加后地球不显示]。vue2+cesium 【同样数据是可以显示的】
-
![image](https://user-images.githubusercontent.com/31605368/190108420-1263a512-3052-4464-b3fc-f1018beaa60d.png)
Cannot read properties of undefined (reading '_requestTransformFn') 构建的时候就抛出来了,是不是因为用的…