Cesium影像地图 收集了国内可用的图层
Posted 登陆太阳计划
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cesium影像地图 收集了国内可用的图层相关的知识,希望对你有一定的参考价值。
高德图层 (高德卫星图层有很多地方存在缺失!但是国内加载速度很快)
{
let viewer = new Cesium.Viewer("cesiumContainer", {
baseLayerPicker: false, //地图选择按钮
geocoder: false, //搜索按钮,
homeButton: false, //跳转主页按钮
animation: false, //动画按钮
creditsDisplay: false, //
timeline: false, //时间轴按钮
fullscreenButton: false, //全屏功能显示按钮
scene3DOnly: false,
navigationHelpButton: false, //操作帮助按钮
infoBox: false,
selectionIndicator: false,
sceneModePicker: false, //是否开启平面图选择
terrainShadows: Cesium.ShadowMode.DISABLED,
// useDefaultRenderLoop: false,
imageryProvider: new Cesium.UrlTemplateImageryProvider({
url:
"https://webst02.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}",
}),
});
增加高德标注
// viewer.imageryLayers.addImageryProvider(
// new Cesium.UrlTemplateImageryProvider({
// url:
// "http://webst02.is.autonavi.com/appmaptile?x={x}&y={y}&z={z}&lang=zh_cn&size=1&scale=1&style=8",
// })
// );
ArcGis图层(影像底图和高德标注对不上,)
imageryProvider: new Cesium.ArcGisMapServerImageryProvider({
url:
"http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer",
}),
以上是关于Cesium影像地图 收集了国内可用的图层的主要内容,如果未能解决你的问题,请参考以下文章