北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
少年
2024-03-06 042954e670e045c086e590c04cde88a746192b8c
youhua
已修改1个文件
3 ■■■■■ 文件已修改
src/utils/tool.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/tool.js
@@ -119,6 +119,9 @@
//加载历史影像
export function addHistoryLayer(name) {
    const layerName = name;
    if (_GLOBAL.historyLayer) {
        window.mapapi.removeLayer(_GLOBAL.historyLayer)
    }
    _GLOBAL.historyLayer = new ol.layer.Tile({
        source: new ol.source.XYZ({
            url: `https://skyzt.bda.gov.cn/yzAdapter/Vector/?request=1&year=${layerName}&type=Sate&level={z}&x={x}&y={y}`,