Explorar el Código

修改谷歌地图的subdomains

tags/1.7.6
Caven Chen hace 5 años
padre
commit
eaab2c0876
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/core/imagery/provider/GoogleImageryProvider.js

+ 2
- 2
src/core/imagery/provider/GoogleImageryProvider.js Ver fichero

* @Author: Caven * @Author: Caven
* @Date: 2020-01-21 16:06:14 * @Date: 2020-01-21 16:06:14
* @Last Modified by: Caven * @Last Modified by: Caven
* @Last Modified time: 2020-05-11 22:04:47
* @Last Modified time: 2020-06-18 19:44:22
*/ */


import ImageryType from '../ImageryType' import ImageryType from '../ImageryType'
? TER_URL ? TER_URL
: ELEC_URL : ELEC_URL
if (!options.subdomains || !options.subdomains.length) { if (!options.subdomains || !options.subdomains.length) {
options['subdomains'] = ['1', '2', '3', '4', '5']
options['subdomains'] = ['1', '2', '3']
} }
super(options) super(options)
} }

Cargando…
Cancelar
Guardar