文件名从 src/views/mapManage/map/index.vue 修改 |
| | |
| | | </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', |
| | |
| | | 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; |