[TOC]
npm install
npm run serve
npm run build
https://blog.csdn.net/jiangzhanweiabc/article/details/125766728
// vue.config.js配置如下
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin')
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
configureWebpack: {
plugins: [new NodePolyfillPlugin()],
},
transpileDependencies: true,
// devServer: {
// proxy: 'http://localhost:8080' // 配置访问的服务器地址
// }
})
- cesium -- accessKey https://cesium.com/ion/tokens?page=1
- 天地图 https://www.tianditu.gov.cn/
- 上海地形图 http://www.gscloud.cn/sources/index?pid=1&rootid=1 DEM数字高程数据 -- GDEMV3 30M 分辨率数字高程数据 上海 121.5 30.5 -- 31.5
地形切片制作流程
地形切片 /tif数据/分散
- 屏幕坐标系统,二维的笛卡尔坐标系, Cartesian2类型
- 地理坐标系统,WGS-84坐标系,Cartographic类型
- 笛卡尔空间直角坐标系,Cartesian3类型