diff --git a/src/components/Map/arcgisMapRead.vue b/src/components/Map/arcgisMapRead.vue index 959568a..24e3d30 100644 --- a/src/components/Map/arcgisMapRead.vue +++ b/src/components/Map/arcgisMapRead.vue @@ -198,13 +198,13 @@ addBjLayers: function() { // 此处可以优化 this.layers.dxbjPoint = new this.esriObj.FeatureLayer({ // 可配置属性,见TileLayer类 - url: serverConfig.mapUrlBj + '/2', + url: serverConfig.mapUrlBj + '/0', id: 'dxbjPoint' }) - this.layers.dxbjLine = new this.esriObj.FeatureLayer({ // 可配置属性,见TileLayer类 - url: serverConfig.mapUrlBj + '/1', - id: 'dxbjLine' - }) + // this.layers.dxbjLine = new this.esriObj.FeatureLayer({ // 可配置属性,见TileLayer类 + // url: serverConfig.mapUrlBj + '/1', + // id: 'dxbjLine' + // }) // this.layers.dxbjXqd = new this.esriObj.FeatureLayer({ // 可配置属性,见TileLayer类 // url: serverConfig.mapUrlBj + '/2', // id: 'dxbjXqd' @@ -220,7 +220,7 @@ // 加载各图层 this.map.add(this.layers.dxbjPoint) - this.map.add(this.layers.dxbjLine) + // this.map.add(this.layers.dxbjLine) // this.map.add(this.layers.dxbjXqd) // this.map.add(this.layers.dxbjMph) this.map.add(this.layers.dx2wGrid)