src/conf/MapConfig.js
@@ -2,7 +2,6 @@ import TDT from './TDT' import { LayerSewersPoint } from './layers/LayerSewers' import { LayerTopic } from './LayerTopic' import { LayerPipeLine } from './LayerPipeLine' import { LayerBasin } from './layers/LayerBasin' const curWwwPath = window.document.location.href @@ -43,7 +42,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { LayerSewersLine: [LayerBasin, LayerTopic, LayerPipeLine], LayerSewersLine: [LayerBasin, LayerTopic], layerSewersPoint: LayerSewersPoint } // 污雨水图层配置 }