google / earthenterprise

Google Earth Enterprise - Open Source
Apache License 2.0
2.67k stars 889 forks source link

Demo servers for projects integrating with GEE? #875

Open mramato opened 6 years ago

mramato commented 6 years ago

Sorry if this is the wrong place to ask, but the forum looked like it's no longer used.

The Cesium team currently has an example that integrates with GEE: https://cesiumjs.org/Cesium/Apps/Sandcastle/?src=Google%20Earth%20Enterprise.html

Unfortunately, it's currently broken for two reasons:

  1. http://www.earthenterprise.org/ does not support HTTPS
  2. CORS is not enabled.

Are there any publicly available GEE servers with HTTPS and CORS enabled that the Cesium team can use to showcase our integration? If not, we may have to consider removing the demo from our examples, but that's obviously not something we want to do. We may be able to proxy it if there are no better alternatives, but I wanted to ask the team first.

Thanks

tst-ccamp commented 6 years ago

Hi @mramato, I'll look into this for you

mramato commented 6 years ago

Awesome, thanks!

mramato commented 5 years ago

I know it's been 2 years, but was there ever any update on this? The example on the CesiumJS website has been non-functioning because of the lack of CORS and we would rather be able to point to a working demo server rather than take it down. Thanks again!

iamsee commented 5 years ago

any one ?

tst-ccamp commented 5 years ago

@mramato @iamsee I don't see the demo here https://cesiumjs.org/demos/ I guess that means it was taken down already? I'd like to see which server you were pointing to before. I believe it was one that Google was running.

I think I can give you another server, but I'll need to know what kind of data to put up on it.

mramato commented 5 years ago

It's actually in our code examples/demos gallery app here: https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=Google%20Earth%20Enterprise.html

The server we are currently using is www.earthenterprise.org/3d

We can tweak the demo/location for whatever server/data you are willing to provide. Thanks!