首页 / 浏览问题 / 云GIS / 问题详情
超图iserver后发布了模型后显示渲染错误,An error occurred while rendering. Rendering has stopped。
1EXP 2025年12月03日
使用产品:iserver11  操作系统win11

数据类型:文件型

问题详细描述:超图iserver后发布了模型后显示渲染错误,An error occurred while rendering. Rendering has stopped。

1个回答

您好,

根据报错是三维前端的渲染错误,但不能明确具体原因,建议从以下方面测试:

1.直接在iserver预览发布的场景;

2.更换cesium版本;

3.在官网示例中加载三维场景服务;

如仍有问题,请提供一下关键代码截图方便定位问题。
635EXP 2025年12月03日
是这样的

An error occurred while rendering.  Rendering has stopped.
undefined
DeveloperError: Expected otherRectangle to be typeof object, actual typeof was undefined
Error
    at new t$1w (SuperMap3D.js:1:368)
    at o$1Q.typeOf.object (SuperMap3D.js:1:1626057)
    at h$1B.intersection (SuperMap3D.js:1:1701472)
    at h$16._createTileImagerySkeletons (SuperMap3D.js:1:5586302)
    at c$11.processImagery (SuperMap3D.js:1:6144373)
    at c$11.processStateMachine (SuperMap3D.js:1:6143645)
    at T$1d.loadTile (SuperMap3D.js:1:6206985)
    at X$a (SuperMap3D.js:1:9471793)
    at Oe$4 (SuperMap3D.js:1:9471500)
    at f$l.endFrame (SuperMap3D.js:1:9462104)
您好,

这个报错只能看出是webgl加载时报错,无法定位到具体问题,请提供以下测试信息方便排查:

1.数据处理、发布服务的具体流程;

2.服务直接使用webgl预览、在官网示例中加载是否有问题;

3.您目前使用的webgl版本号是多少,更换最新包测试是否有问题。
...