|
@@ -121,7 +121,7 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
|
|
Potree.settings.tiles3DMaxMemory = 300 //稍微增加点
|
|
Potree.settings.tiles3DMaxMemory = 300 //稍微增加点
|
|
Potree.settings.mergeTransCtlOnClick = true
|
|
Potree.settings.mergeTransCtlOnClick = true
|
|
Potree.settings.canWalkThroughModel = true
|
|
Potree.settings.canWalkThroughModel = true
|
|
- Potree.settings.queryCloudLonLatUrl = '/laser/4dage/{sceneCode}/getDataSetAndControlPoint'
|
|
|
|
|
|
+ Potree.settings.queryCloudLonLatUrl = Potree.settings.urls.prefix + '/laser/4dage/{sceneCode}/getDataSetAndControlPoint'
|
|
|
|
|
|
|
|
|
|
window.cesErrorWords = '由于GPU占用过大, 将关闭地图,请更换更好的显卡!'
|
|
window.cesErrorWords = '由于GPU占用过大, 将关闭地图,请更换更好的显卡!'
|