} else if (layerConfig.type === 'BingRoad') {
        if (!_(layerConfig.options).has('bingApiKey')) { throw Error('Bing API key requried!') }
        that.list.push(Bing.doNew('Road', layerConfig.options.bingApiKey).layer)
      } else if (layerConfig.type === 'BingAerialWithLabels') {
        if (!_(layerConfig.options).has('bingApiKey')) { throw Error('Bing API key requried!') }