Your Name
2022-03-21 0bbc5abeab6a1cb504b36bcd620fcb55e496d989
src/views/doublePreventAction/riskLevelManage/fourColorMap/index.vue
文件名从 src/views/mapManage/map/index.vue 修改
@@ -6,13 +6,13 @@
</template>
<script>
    import Map from '../../../components/Map';
    import Tab from '../../../components/Tab';
    import { global } from '../../../global';
    import Map from '../../../../components/Map';
    import Tab from '../../../../components/Tab';
    import { global } from '../../../../global';
    import {
        getCatesian3FromPX,
        Cartesian3_to_WGS84,
    } from '../../../components/Map/libs/Point';
    } from '../../../../components/Map/libs/Point';
    export default {
        name: 'App',
@@ -66,7 +66,7 @@
                this.loaded = true;
                map.addModel({
                    link: 'http://model.szwutu.cn:8100/data1/namisoub3dm/tileset.json',
                    link: 'http://model.szwutu.cn:8100/data1/namiso-ub3dm/tileset.json',
                    name: '商业园区',
                    callback: tileset => {
                        var boundingSphere = tileset.boundingSphere;