- 博客(4)
- 收藏
- 关注
原创 Cesium 模型(model)添加,平移,缩放,透明度,旋转
const handler = new Cesium.ScreenSpaceEventHandler(viewer.scene.canvas);添加model handler.setInputAction((movement) => {//鼠标左键事件,点击地图,在点击位置添加模型 var cartesian = viewer.scene.globe.pick(...
2020-01-19 10:23:24 12477 4
原创 Cesium倾斜模型透明度设置
cesium本身是没有接口来设置透明度但是给图层设置rgba颜色来实现透明度layer.style=newCesium.Cesium3DTileStyle({color:"color('rgba(255,255,255,0.2)')",});...
2020-01-13 10:24:20 5676 5
原创 ArcGis for js——————路线规划
道路查询 html, body, #map { height: 100%; margin: 0; padding: 0; } 寻找道路 确定路线 var map, tb; var GJurl = "http://58.56.168.30:6080/arcgis/rest/services/齐鲁交通/专题服务全/MapS
2018-01-29 17:16:01 4021
原创 ArcGis for js——————拉框和多边形查询
框选查询 html, body, #map { height: 100%; margin: 0; padding: 0; } #panoDiv { display: none; position: absolute; right: 0; top: 0; width: 70%; height: 70%; } #tree { hei
2018-01-19 17:09:08 2460
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人