上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 83 下一页
  2021年4月27日
摘要: 这篇文章发布于 2011年02月9日,星期三,20:58,归类于 JS API。 阅读 413700 次, 今日 23 次 67 条评论 by zhangxinxu from http://www.zhangxinxu.com本文地址:http://www.zhangxinxu.com/wordpr 阅读全文
posted @ 2021-04-27 15:55 3D入魔 阅读(86) 评论(0) 推荐(0) 编辑
  2021年4月12日
摘要: 背景 最近接到一个需求,因为不确定打出的前端包所访问的后端IP,需要对项目中IP配置文件单独拿出来,方便运维部署的时候对IP做修改。因此,需要用webpack单独打包指定文件。 CommonsChunkPlugin module.exports = { entry: { app: APP_FILE 阅读全文
posted @ 2021-04-12 15:11 3D入魔 阅读(896) 评论(0) 推荐(0) 编辑
  2021年4月7日
摘要: 几种常用地图的URI API(单点标记) 百度地图、高德地图、腾讯地图 以下顺序部分先后 百度地图 服务地址:api.map.baidu.com/marker 示例: window.location.href = 'http://api.map.baidu.com/marker?location=4 阅读全文
posted @ 2021-04-07 12:02 3D入魔 阅读(771) 评论(0) 推荐(0) 编辑
  2021年4月6日
摘要: 基于Cesium实现逼真的水特效 Cesium 自带有水特效材质,实例代码如下: var primitives = scene.primitives.add( new Cesium.Primitive({ geometryInstances: new Cesium.GeometryInstance( 阅读全文
posted @ 2021-04-06 16:51 3D入魔 阅读(4736) 评论(1) 推荐(0) 编辑
  2020年12月22日
摘要: SpringBoot2.x 工作流开源项目 工作流开源项目: 项目名 链接地址 JSITE https://gitee.com/baseweb/JSite flowableJava https://gitee.com/lwj/flowable Guns(集成Activiti工作流版本 ) https 阅读全文
posted @ 2020-12-22 11:30 3D入魔 阅读(817) 评论(0) 推荐(0) 编辑
  2020年10月25日
摘要: 摘要:一般非专业的GIS应用通常会用到省市等行政区区划边界空间数据做分析,本文简单介绍了如何在互联网上下载省,市,区县的shp格式空间边界数据,并介绍了一个好用的在线数据转换工具,并且开源。 一、首先,到阿里云提供的地图选择器网站选择想要下载的行政区(链接), 网站提供的是json格式数据,也就是G 阅读全文
posted @ 2020-10-25 19:27 3D入魔 阅读(5408) 评论(0) 推荐(0) 编辑
  2020年10月22日
摘要: 就是这个东西 1.添加模型 const url = "Apps/model/leida.glb";const pos = Cesium.Cartesian3.fromDegrees(110, 40, 150);const matrix = Cesium.Transforms.eastNorthUpT 阅读全文
posted @ 2020-10-22 09:51 3D入魔 阅读(1702) 评论(2) 推荐(0) 编辑
摘要: https://blog.csdn.net/xtfge0915/article/details/105371096#comments_13511194 先上效果图 Cesium近景默认的天空盒只有相机距离较远时才能看到,在很多小场景下(比如智慧城市等)默认的天空盒可能无法满足用户的需求,所以近景天空 阅读全文
posted @ 2020-10-22 09:45 3D入魔 阅读(2066) 评论(0) 推荐(1) 编辑
摘要: let viewer = undefinedfunction icrf() { if (!viewer || viewer.scene.mode !== Cesium.SceneMode.SCENE3D) { return; } const icrfToFixed = Cesium.Transfor 阅读全文
posted @ 2020-10-22 09:43 3D入魔 阅读(1625) 评论(0) 推荐(0) 编辑
  2020年8月28日
摘要: 第一种(镜头高度太高获取的高度会为错误的负数,镜头高度要足够低) let cartographic = Cesium.Cartographic.fromDegrees(lon,lat); let height = viewer.scene.globe.getHeight(cartographic); 阅读全文
posted @ 2020-08-28 12:07 3D入魔 阅读(2809) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 83 下一页