|
@@ -110,7 +110,7 @@ export async function AddSingleLayer(params) {
|
|
|
visible: params.visible,
|
|
|
opacity: 1,
|
|
|
url: params.url + '/SceneServer',
|
|
|
- where: 'objectid not in (3941595,3841426)',
|
|
|
+ where: 'objectid not in (18797)',
|
|
|
type: 'scene',
|
|
|
theme: '高度',
|
|
|
popupEnabled: false,
|
|
@@ -137,6 +137,21 @@ export async function AddSingleLayer(params) {
|
|
|
},
|
|
|
mapID: params.mapID,
|
|
|
})
|
|
|
+ } else if (params.title == '东方明珠') {
|
|
|
+ invokeParams('AddSingleLayer', {
|
|
|
+ id: params.id,
|
|
|
+ title: params.title,
|
|
|
+ visible: params.visible,
|
|
|
+ opacity: 1,
|
|
|
+ url: params.url + '/SceneServer',
|
|
|
+ type: 'scene',
|
|
|
+ elevationInfo: {
|
|
|
+ //下沉高度
|
|
|
+ mode: 'absolute-height',
|
|
|
+ offset: -3.5,
|
|
|
+ },
|
|
|
+ mapID: params.mapID,
|
|
|
+ })
|
|
|
} else {
|
|
|
invokeParams('AddSingleLayer', {
|
|
|
id: params.id,
|