摘要: mapbox 需要先 删除图层, 在删除source window.map.removeLayer(layer.id) window.map.removeSource(layer.id) 这样既可以删除整个layer, 然后新增layer了,图层可以随着动态数据的变化而变化了 新增的时候是先addS 阅读全文
posted @ 2022-03-25 11:45 泽泽生龙 阅读(1890) 评论(0) 推荐(0) 编辑
摘要: 增加图层 const layers = { 'id': layer.id, 'type': layer.type, 'source': { 'type': layer.type, 'tiles':['https://obs-tilemap.obs.cn-north-4.myhuaweicloud.c 阅读全文
posted @ 2022-03-25 11:37 泽泽生龙 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 栅格图片时:raster 1:x,y,z如果栅格图片访问源有xyz,会自动处理切割, 当有多个x,y,z时,默认只会识别一个xyz,此时map有一个属性 transformRequest ,可以对url 作出处理 window.map = new window.SFMap.Map({ contain 阅读全文
posted @ 2022-03-25 11:27 泽泽生龙 阅读(819) 评论(0) 推荐(0) 编辑