-
Notifications
You must be signed in to change notification settings - Fork 409
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
3d height from terrain not working with cesium terrain provider #9189
Comments
trying with a wms terrain provider from mapserver, i get this in the console:
|
and with the default ellipsoid it "works" but shows the height relative to the ellipsoid (eg actual altitude), so not really "interesting" :) since it seems to work in master, maybe a backport missing in 2023.01 ? |
@landryb thank you for reporting. We will check it asap. |
…um terrain provider
@landryb I just saw your comment here. You have anticipated me by a few minutes :-) Thank you. |
…um terrain provider (geosolutions-it#9191)
Description
Playing with 3d measure tools on latest 2023.01.xx , they all seem to work fine except 3d height from terrain documented here : https://docs.mapstore.geosolutionsgroup.com/en/v2023.01.00/user-guide/measure/#measure-height-from-terrain
I've configured a custom terrain layer:
loading some 3dtiles such as https://3d.craig.fr/datasets/Domerat_bati3d/3dtiles/tileset.json, enabling the measurement tools in 3d mode, checking the measure height tool yields nothign in the web UI.
in the browser console i have this error message:
i've checked on https://dev-mapstore.geosolutionsgroup.com/mapstore/#/viewer/39079 and it works there so i guess something missing in my config, or the measure tools dont support cesium terrain ?
The text was updated successfully, but these errors were encountered: