Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using latest version of cesium #39

Closed
NyakudyaA opened this issue Jul 22, 2020 · 5 comments
Closed

Using latest version of cesium #39

NyakudyaA opened this issue Jul 22, 2020 · 5 comments

Comments

@NyakudyaA
Copy link

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
Copy link
Owner

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
Copy link

meomancer commented Jul 23, 2020

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

<script src="https://cesium.com/downloads/cesiumjs/releases/1.71/Build/Cesium/Cesium.js"></script>

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
Copy link
Owner

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

@PatrickMugayaJoel
Copy link

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
Copy link
Author

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

@kaktus40 kaktus40 closed this as completed Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants