src/conf/MapConfig.js
@@ -1,6 +1,5 @@ import * as L from 'leaflet' import TDT from './TDT' import { LayerSewersPoint } from './layers/LayerSewers' import { LayerTopic } from './LayerTopic' import { LayerBasin } from './layers/LayerBasin' @@ -42,8 +41,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { LayerSewersLine: [LayerBasin, LayerTopic], layerSewersPoint: LayerSewersPoint LayerSewersLine: [LayerBasin, LayerTopic] } // 污雨水图层配置 }