随笔分类 -  Cesium&地图

摘要:Cesium entity click 阅读全文
posted @ 2018-12-06 10:59 Redchar 阅读(1541) 评论(0) 推荐(0) 编辑
摘要:Cesium 初始化Viewer 阅读全文
posted @ 2017-10-25 15:31 Redchar 阅读(7093) 评论(0) 推荐(12) 编辑
摘要://将tile(瓦片)坐标系转换为lnglat(地理)坐标系 public static Lnglat toLnglat(Tile tile) { double n = Math.pow(2, tile.getZoom()); double lng = tile.getX() / n * 360.0 阅读全文
posted @ 2017-08-01 13:59 Redchar 阅读(1922) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示