6 lines
210 B
JavaScript
6 lines
210 B
JavaScript
|
|
var URL_CONFIG = {
|
||
|
|
TDT_IMG: 'https://[subdomain].tianditu.com/img_w/wmts',//天地图影像
|
||
|
|
TDT_LABEL: 'https://[subdomain].tianditu.com/cia_w/wmts',//天地图文字注记
|
||
|
|
};
|
||
|
|
|
||
|
|
export default URL_CONFIG
|