上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 43 下一页
摘要: https://blog.csdn.net/qq_34149805/article/details/78393540 1. 经纬度转换为世界坐标 第一种方式:直接转换: Cesium.Cartesian3.fromDegrees(longitude, latitude, height, ellips 阅读全文
posted @ 2018-10-26 15:45 咸鱼翻身 阅读(2333) 评论(0) 推荐(0) 编辑
摘要: // 1. Fly to a position with a top-down view viewer.camera.flyTo({ destination : Cesium.Cartesian3.fromDegrees(-117.16, 32.71, 15000.0) }); // 2. Fly to a Rectangle with a top-down view viewer.c... 阅读全文
posted @ 2018-10-25 10:58 咸鱼翻身 阅读(10099) 评论(0) 推荐(0) 编辑
摘要: http://52.4.31.236/convertmodel.html https://blog.csdn.net/UmGsoil/article/details/74572877 阅读全文
posted @ 2018-10-24 16:00 咸鱼翻身 阅读(2796) 评论(0) 推荐(0) 编辑
摘要: 1、开启相应的防火墙端口,缺省是5432 2、访问权限配置,D:\Program Files (x86)\PostgreSQL\9.2\data/pg_hba.conf中加入如下配置,开启远程访问 3、监听机器配置,D:\Program Files (x86)\PostgreSQL\9.2\data 阅读全文
posted @ 2018-10-23 13:24 咸鱼翻身 阅读(9631) 评论(1) 推荐(0) 编辑
摘要: 1、npm install 2、npm install --save-dev gulp 3、gulp default 4、npm run build 5、npm start 遇到问题 1、gulp不好使 https://www.cnblogs.com/defineconst/p/9815966.ht 阅读全文
posted @ 2018-10-19 13:46 咸鱼翻身 阅读(345) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ganeshys2017/article/details/77341359 阅读全文
posted @ 2018-10-19 13:41 咸鱼翻身 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 坐标系 · WGS84,地理坐标系,单位度,在三维上可以很好的展示全球的数据,但在二维上显示时在高纬度地区变形较大,另由于WGS84坐标系与CGCS2000坐标系差异很小,所以WGS84坐标系在WebGIS中可以等效于CGCS2000坐标系。 · Web墨卡托,投影坐标系,单位米,也称为球面墨卡托, 阅读全文
posted @ 2018-10-18 15:13 咸鱼翻身 阅读(6499) 评论(0) 推荐(0) 编辑
摘要: require(["esri/Map", "esri/views/SceneView", "esri/TileLayer/TdtMapLayer/TdtAnoMapLayer", "esri/config", "esri/layers/FeatureLayer", "esri/widgets/Legend", "dojo/domReady!"], ... 阅读全文
posted @ 2018-10-16 22:31 咸鱼翻身 阅读(1671) 评论(0) 推荐(0) 编辑
摘要: 1、Tomcat配置 2、Java Build Path 阅读全文
posted @ 2018-10-16 22:30 咸鱼翻身 阅读(206) 评论(0) 推荐(0) 编辑
摘要: cd D:\GISSoft\3DsMax2017\COLLADA2GLTF-v2.1.4-windows-Release-x64 COLLADA2GLTF-bin.exe -f tree05.DAE –e 阅读全文
posted @ 2018-10-16 22:30 咸鱼翻身 阅读(444) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 43 下一页