merge
parent
a4d109914c
commit
a191b04840
|
|
@ -804,6 +804,8 @@ import { GeojsonToWkt } from './src/WktGeojsonTransform';
|
||||||
center: [118.30207505530701, 35.30123435040745], // 设置中心点坐标
|
center: [118.30207505530701, 35.30123435040745], // 设置中心点坐标
|
||||||
zoom: 8, // 设置缩放等级
|
zoom: 8, // 设置缩放等级
|
||||||
pitch:0,
|
pitch:0,
|
||||||
|
bearing: 0,
|
||||||
|
duration: 1000
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,6 @@ import { TableOutlined, GlobalOutlined,HomeOutlined} from '@ant-design/icons-vue
|
||||||
import YingXiangAddress from './index.json'
|
import YingXiangAddress from './index.json'
|
||||||
import {serverAddress} from '/public/yingxiangConfig/index.json'
|
import {serverAddress} from '/public/yingxiangConfig/index.json'
|
||||||
const {VITE_GLOB_YINGXIANG_SERVER,VITE_GLOB_YAOGANYINGXIANG_SERVER} = getAppEnvConfig();
|
const {VITE_GLOB_YINGXIANG_SERVER,VITE_GLOB_YAOGANYINGXIANG_SERVER} = getAppEnvConfig();
|
||||||
alert(VITE_GLOB_YINGXIANG_SERVER);
|
|
||||||
const mapContainerName = ref<String>();
|
const mapContainerName = ref<String>();
|
||||||
mapContainerName.value = 'mapContainer-' + generateUUID();
|
mapContainerName.value = 'mapContainer-' + generateUUID();
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue