refactor(config): 更新模型对比配置的 URL
更新 `BEFORE_3DTILES_CONFIG` 和 `BEFORE_IMAGERY_CONFIG` 中的 URL,使其指向新的服务端点,以改进 3D 态势感知设置。
This commit is contained in:
parent
b9d1e7cef7
commit
1b5053b1c2
@ -20,7 +20,8 @@ export const BEFORE_3DTILES_CONFIG = {
|
||||
|
||||
// 3D Tiles 服务 URL
|
||||
// TODO: 替换为实际的灾前模型 URL
|
||||
url: 'http://222.212.85.86:9000/300bdf2b-a150-406e-be63-d28bd29b409f/model/S107/terra_b3dms/tileset.json',
|
||||
// url: 'http://222.212.85.86:9000/300bdf2b-a150-406e-be63-d28bd29b409f/model/S107/terra_b3dms/tileset.json',
|
||||
url: 'http://222.212.85.86:9000/300bdf2b-a150-406e-be63-d28bd29b409f/model/ylzg/zxyj1119/terra_b3dms/tileset.json',
|
||||
|
||||
// 默认可见性
|
||||
visible: false,
|
||||
@ -69,8 +70,7 @@ export const BEFORE_IMAGERY_CONFIG = {
|
||||
// 影像服务URL
|
||||
// 格式:支持标准瓦片服务的URL模板,{z}/{x}/{y} 为瓦片坐标占位符
|
||||
// url: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
|
||||
// url: 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
|
||||
url: 'http://222.212.85.86:9000/300bdf2b-a150-406e-be63-d28bd29b409f/model/ylzg/zxyj1119/terra_b3dms/tileset.json',
|
||||
url: 'https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',
|
||||
|
||||
// 图层类型
|
||||
type: 'UrlTemplate',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user