|
@@ -33,28 +33,28 @@ export const appconfig = {
|
|
|
'groupname': '天地图在线矢量服务',
|
|
|
'type': 'webTiled',
|
|
|
'config': [
|
|
|
- { 'name': '矢量地图', 'url': 'http://{subDomain}.tianditu.com/DataServer?T=vec_c&x={col}&y={row}&l={level}&tk=' }
|
|
|
+ { 'name': '矢量地图', 'url': 'http://{subDomain}.tianditu.gov.cn/DataServer?T=vec_c&x={col}&y={row}&l={level}&tk=' }
|
|
|
]
|
|
|
},
|
|
|
'tian_online_raster': {
|
|
|
'groupname': '天地图在线影像服务',
|
|
|
'type': 'webTiled',
|
|
|
'config': [
|
|
|
- { 'name': '影像地图', 'url': 'http://{subDomain}.tianditu.com/DataServer?T=img_c&x={col}&y={row}&l={level}&tk=' }
|
|
|
+ { 'name': '影像地图', 'url': 'http://{subDomain}.tianditu.gov.cn/DataServer?T=img_c&x={col}&y={row}&l={level}&tk=' }
|
|
|
]
|
|
|
},
|
|
|
'tian_online_vector_label': {
|
|
|
'groupname': '天地图在线矢量标注服务',
|
|
|
'type': 'webTiled',
|
|
|
'config': [
|
|
|
- { 'name': '矢量标注图', 'url': 'http://{subDomain}.tianditu.com/DataServer?T=cva_c&x={col}&y={row}&l={level}&tk=' }
|
|
|
+ { 'name': '矢量标注图', 'url': 'http://{subDomain}.tianditu.gov.cn/DataServer?T=cva_c&x={col}&y={row}&l={level}&tk=' }
|
|
|
]
|
|
|
},
|
|
|
'tian_online_raster_label': {
|
|
|
'groupname': '天地图在线影像标注服务',
|
|
|
'type': 'webTiled',
|
|
|
'config': [
|
|
|
- { 'name': '影像标注图', 'url': 'http://{subDomain}.tianditu.com/DataServer?T=cia_c&x={col}&y={row}&l={level}&tk=' }
|
|
|
+ { 'name': '影像标注图', 'url': 'http://{subDomain}.tianditu.gov.cn/DataServer?T=cia_c&x={col}&y={row}&l={level}&tk=' }
|
|
|
]
|
|
|
},
|
|
|
|