urlConfig.vue
3.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!--
* @Author: jiangbotao
* @Date: 2019-12-03 22:54:10
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-09 13:10:30
* @FilePath: \superglobevue\src\config\urlConfig.vue
-->
<script>
const TDT_IMG = "https://[subdomain].tianditu.com/img_w/wmts";
const TDT_LABEL = "https://[subdomain].tianditu.com/cia_w/wmts";
const BINGMAP = "//dev.virtualearth.net";
const SiChuan_TERRAIN = "http://www.supermapol.com/realspace/services/3D-dixingyingxiang/rest/realspace/datas/DatasetDEM";
const SiChuan_IMG = "http://www.supermapol.com/realspace/services/3D-dixingyingxiang/rest/realspace/datas/MosaicResult";
const TENSE_IMG0 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0300@%E6%88%BF%E5%B1%B1";
const TENSE_IMG1 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0310@%E6%88%BF%E5%B1%B1";
const TENSE_IMG2 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0330@%E6%88%BF%E5%B1%B1";
const TENSE_IMG3 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0340@%E6%88%BF%E5%B1%B1";
const TENSE_IMG4 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0350@%E6%88%BF%E5%B1%B1";
const TENSE_IMG5 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0400@%E6%88%BF%E5%B1%B1";
const TENSE_IMG6 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0410@%E6%88%BF%E5%B1%B1";
const TENSE_IMG7 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0420@%E6%88%BF%E5%B1%B1";
const TENSE_IMG8 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0430@%E6%88%BF%E5%B1%B1";
const TENSE_IMG9 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0440@%E6%88%BF%E5%B1%B1";
const TENSE_IMG10 = "http://www.supermapol.com/realspace/services/3D-HuanJingJianCe/rest/realspace/datas/rs0450@%E6%88%BF%E5%B1%B1";
const BING_MAP_KEY = "AqYgyS1gIIDGsxmOlncqrgA83cHnhClLwZmIJXbYXX36pfxKYtUGk12Q3splaf4Y";
const TOKEN_TIANDITU = "394404c8b901574fdc4cdf8c18a98448";
const SCENE_SY = "http://220.189.229.13:8090/iserver/services/3D-ShangYuBuShu/rest/realspace/";
const SCP_SRSB = "http://www.supermapol.com/realspace/services/3D-srsb/rest/realspace/datas/srsb/config";
const SCENE_SRSB = "http://www.supermapol.com/realspace/services/3D-srsb/rest/realspace";
const SCENE_WZ_QD = 'http://localhost:8090/iserver/services/3D-wz_qidu_qx/rest/realspace/';
const SCP_SRSB_WATER = "http://www.supermapol.com/realspace/services/3D-srsb/rest/realspace/datas/%E6%B0%B4%E9%9D%A2@vector/config";
const SCENE_XGPARK = "http://www.supermapol.com/realspace/services/3D-yanmofenxi/rest/realspace";
const GZ_SCENE = 'http://www.supermapol.com/realspace/services/3D-GuangZhou/rest/realspace';
const SCENE_CBD = 'http://www.supermapol.com/realspace/services/3D-CBD/rest/realspace';
const SCP_CBD_GROUND1 = 'http://www.supermapol.com/realspace/services/3D-WebGLCBD/rest/realspace/datas/Ground_1@%E6%96%B0CBD/config';//CBD 地面1 SCP
const SCP_CBD_GROUND2 = 'http://www.supermapol.com/realspace/services/3D-WebGLCBD/rest/realspace/datas/Ground_2@%E6%96%B0CBD/config';//CBD 地面2 SCP
const SCP_CBD_BUILD = 'http://www.supermapol.com/realspace/services/3D-WebGLCBD/rest/realspace/datas/Building@%E6%96%B0CBD/config';//CBD 建筑物 SCP
export default
{
TDT_IMG,
TDT_LABEL,
BINGMAP,
BING_MAP_KEY,
SiChuan_TERRAIN,
SiChuan_IMG,
TENSE_IMG0,
TENSE_IMG1,
TENSE_IMG2,
TENSE_IMG3,
TENSE_IMG4,
TENSE_IMG5,
TENSE_IMG6,
TENSE_IMG7,
TENSE_IMG8,
TENSE_IMG9,
TENSE_IMG10,
SCP_SRSB,
SCENE_SRSB,
SCP_SRSB_WATER,
SCENE_SY,
TOKEN_TIANDITU,
SCENE_XGPARK,
GZ_SCENE,
SCP_CBD_GROUND1,
SCP_CBD_GROUND2,
SCP_CBD_BUILD
};
</script>