(restMaps, layer)
| 1101 | } |
| 1102 | |
| 1103 | _createRestMapLayer(restMaps, layer) { |
| 1104 | restMaps.forEach((restMapInfo) => { |
| 1105 | layer = this.getRestMapLayerInfo(restMapInfo, layer); |
| 1106 | this._initBaseLayer(layer); |
| 1107 | }); |
| 1108 | this._addLayerSucceeded(); |
| 1109 | } |
| 1110 | |
| 1111 | _addLayerSucceeded(options) { |
| 1112 | if ( |
no test coverage detected