kaktus40 / Cesium-GeoserverTerrainProvider

plug in to use geoserver as terrain provider
Other
360 stars 141 forks source link

hello , the code cannot run , npm run dev failed , #56

Open chenguang1994 opened 10 months ago

chenguang1994 commented 10 months ago

企业微信截图_17036769333405

lion054 commented 1 day ago

Also I had faced the same issue. Via code analyze, we can find out that /src/evaluation/index.html and /src/evaluation/eval.js were missed. I could avoid this issue by using typescript not esbuild for compilation.

  "scripts": {
    ...
    "build": "tsc -p tsconfig.json"
  },
kaktus40 commented 3 hours ago

Or you could only use the plug in like this. The evaluation file is for my specific use to check the plugin with my configuration. If you need it, specify your need.