kaktus40 / Cesium-GeoserverTerrainProvider

plug in to use geoserver as terrain provider
Other
356 stars 140 forks source link

Using latest version of cesium #39

Closed NyakudyaA closed 3 years ago

NyakudyaA commented 4 years ago

What is the status of using this with the latest version of cesium? And what is the minimum version we need to use to get this running with GeoServer terrain

kaktus40 commented 4 years ago

Hello, I dont always test the latest version but the API of Cesium didn't change about what I'm using in this repo. Also it should work.

meomancer commented 4 years ago

hi @kaktus40 thank you for reply i'm using latest cesium 1.71

when using the example on readme, i got this error

Cesium.js:1 Uncaught TypeError: Cannot read property 'getContext' of undefined
    at new Context (Cesium.js:1)
    at new Scene (Cesium.js:1)
    at index.html:10

it is from

var scene = new Cesium.Scene(canvas);

thank you

kaktus40 commented 4 years ago

Hello, I just update the plugin to be compliant with cesium 1.72

PatrickMugayaJoel commented 3 years ago

Hi @kaktus40 My provided map does not display in cesium and I can't figure out why. Kindly take a look at these files and see if anything stands out.

geoserver capabilities file HTML file1 HTML file2

HTML file1 only displays a black rectangular box. HTML file2 displays a the blue globe.

Any assistance is much appreciated

NyakudyaA commented 3 years ago

Hi @kaktus40 My provided map does not display in cesium and I can't figure out why. Kindly take a look at these files and see if anything stands out.

geoserver capabilities file HTML file1 HTML file2

HTML file1 only displays a black rectangular box. HTML file2 displays a the blue globe.

Any assistance is much appreciated

hi @PatrickMugayaJoel I wrote a blog article https://kartoza.com/en/blog/publishing-digital-elevation-in-cesium/ about this. Maybe you could take a look at what I did there