parent
138d256ad0
commit
93908a8b61
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,51 @@
|
|||||||
|
export default {
|
||||||
|
method: {
|
||||||
|
chinaCRS: mars3d.ChinaCRS.GCJ02, // 标识坐标系
|
||||||
|
},
|
||||||
|
scene: {
|
||||||
|
center: {"lat":31.167163,"lng":121.430428,"alt":36454.4,"heading":357.1,"pitch":-89.8},
|
||||||
|
// sceneMode:2,
|
||||||
|
showSun: false, //太阳
|
||||||
|
showMoon: false, //月亮
|
||||||
|
showSkyAtmosphere: false, //大气层外光圈
|
||||||
|
fog: false, //雾化
|
||||||
|
fxaa: false, //快速抗锯齿
|
||||||
|
scene3DOnly: true,
|
||||||
|
requestRenderMode: true,
|
||||||
|
},
|
||||||
|
terrain: {
|
||||||
|
show: false, //地形
|
||||||
|
},
|
||||||
|
control: {
|
||||||
|
toolbar: false,
|
||||||
|
homeButton: false,
|
||||||
|
zoom: false,
|
||||||
|
distanceLegend: false,
|
||||||
|
sceneModePicker: false,
|
||||||
|
locationBar: false,
|
||||||
|
compass:false
|
||||||
|
// contextmenu: { preventDefault: false, hasDefault: false },
|
||||||
|
},
|
||||||
|
mouse: {
|
||||||
|
enabledMoveTarget: false,
|
||||||
|
},
|
||||||
|
basemaps: [
|
||||||
|
{
|
||||||
|
id: 2017,
|
||||||
|
pid: 10,
|
||||||
|
name: "蓝色底图",
|
||||||
|
icon: "//data.mars3d.cn/img/thumbnail/basemap/bd-c-midnight.png",
|
||||||
|
type: "gaode",
|
||||||
|
layer: "vec",
|
||||||
|
chinaCRS: "GCJ02",
|
||||||
|
invertColor: true,
|
||||||
|
filterColor: "#1D264D",
|
||||||
|
brightness: 0.6,
|
||||||
|
contrast: 1.8,
|
||||||
|
gamma: 0.3,
|
||||||
|
hue: 1,
|
||||||
|
saturation: 0,
|
||||||
|
show: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
@ -1,12 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div>
|
|
||||||
应急抢险工单详情
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
@ -1,12 +0,0 @@
|
|||||||
<template>
|
|
||||||
<tableOperation @handlerSub="handlerSub"></tableOperation>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
/**
|
|
||||||
* 提交
|
|
||||||
*/
|
|
||||||
const handlerSub = () => {};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped></style>
|
|
@ -0,0 +1 @@
|
|||||||
|
export { default as operation } from './operation.vue'
|
Loading…
Reference in new issue