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