-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Deprecate the ArgGisImageServerTerrainProvider? #4955
Comments
+1. If someone is using this, please let us know. |
CC #4954 |
👍 |
any plans to interacting with ArcGIS to get terrain data? |
@hanokhaloni no, but it would be great if Esri wants to contribute that. |
I just saw this. We were using the ArcGisImageServerTerrainProvider to stream local (preprocessed) terrain when offline. So there is no way forward since this class has been removed? |
@mortac8 we decided to end official support for this because it only worked for a very particular server configuration. However, if you include the class in your own project I believe it should still work. You can find the file here: https://github.com/AnalyticalGraphicsInc/cesium/blob/ed034dbe51a9bf1560fb5f40418c47c1d2fc479d/Source/Core/ArcGisImageServerTerrainProvider.js You can build a custom version of Cesium by following the instructions in our Build Guide Or if you want to use the official Cesium release, you could modify the file and include it in your project separately. You can remove the AMD define function and add |
We occasionally get questions about how to use the
ArgGisImageServerTerrainProvider
, and I always refer them to this forum post from @kring: https://groups.google.com/forum/#!msg/cesium-dev/zhJgvO4U3Vk/A3yvKnQRMA8JShould we deprecate this terrain provider since it's really difficult to actually use in Cesium?
The text was updated successfully, but these errors were encountered: