9a32ae297b7c4e611073ae74beaa748d5d2bbb6f.svn-base 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. export var layerOptions = {
  2. // 各地图服务配置options
  3. options_yingxiang : {
  4. "id": "tianDiTu_yingxiang",
  5. "label": "天地图影像地图",
  6. "visible": true,
  7. "opacity": 1,
  8. "style": "default",
  9. "wmtslayer": "vec",
  10. "tileMatrixSet": "c",
  11. "format": "tiles",
  12. "urlTemplate": "http://{subDomain}.1.58.37:7003/img_c/wmts?k=899262DB49B1050ECE1F48A7E620F4BA&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=img&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  13. "copyright": "TiandituWMTS",
  14. "subDomains": ["10"]
  15. },
  16. options_yingxiang_zhuji : {
  17. "id": "tianDiTu_yingxiang_zhuji",
  18. "label": "天地图影像地图注记",
  19. "visible": true,
  20. "opacity": 1,
  21. "style": "default",
  22. "wmtslayer": "vec",
  23. "tileMatrixSet": "c",
  24. "format": "tiles",
  25. "urlTemplate": "http://{subDomain}.mwr.gov.cn:81/sia_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=sia&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  26. "copyright": "TiandituWMTS",
  27. "subDomains": ["tdt"]
  28. },
  29. //联通 外网 部署
  30. // var options_yingxiang : {
  31. // "id": "tianDiTu_yingxiang",
  32. // "label": "天地图影像地图",
  33. // "visible": true,
  34. // "opacity": 1,
  35. // "style": "default",
  36. // "wmtslayer": "vec",
  37. // "tileMatrixSet": "c",
  38. // "format": "tiles",
  39. // "urlTemplate": "http://{subDomain}.tianditu.com/img_c/img_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=img&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  40. // "copyright": "TiandituWMTS",
  41. // "subDomains": ["t0"]
  42. // },
  43. // var options_yingxiang_zhuji : {
  44. // "id": "tianDiTu_yingxiang_zhuji",
  45. // "label": "天地图影像地图注记",
  46. // "visible": true,
  47. // "opacity": 1,
  48. // "style": "default",
  49. // "wmtslayer": "vec",
  50. // "tileMatrixSet": "c",
  51. // "format": "tiles",
  52. // "urlTemplate": "http://{subDomain}.tianditu.com/cia_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=cia&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  53. // "copyright": "TiandituWMTS",
  54. // "subDomains": ["t0"]
  55. // },
  56. options_dixing : {
  57. "id": "tianDiTu_dixing",
  58. "label": "天地图地形地图",
  59. "visible": true,
  60. "opacity": 1,
  61. "style": "default",
  62. "wmtslayer": "vec",
  63. "tileMatrixSet": "c",
  64. "format": "tiles",
  65. "urlTemplate": "http://{subDomain}.1.58.37:7003/ter_c/wmts?k=326F25FDDEE454504D5D93E0B5B06FB9&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=ter&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  66. "copyright": "TiandituWMTS",
  67. "subDomains": ["10"]
  68. },
  69. options_dixing_zhuji : {
  70. "id": "tianDiTu_dixing_zhuji",
  71. "label": "天地图地形地图注记",
  72. "visible": true,
  73. "opacity": 1,
  74. "style": "default",
  75. "wmtslayer": "vec",
  76. "tileMatrixSet": "c",
  77. "format": "tiles",
  78. "urlTemplate": "http://{subDomain}.mwr.gov.cn:81/sia_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=sia&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  79. "copyright": "TiandituWMTS",
  80. "subDomains": ["tdt"]
  81. },
  82. options_shiliang : {
  83. "id": "tianDiTu_shiliang",
  84. "label": "天地图矢量地图",
  85. "visible": true,
  86. "opacity": 1,
  87. "style": "default",
  88. "wmtslayer": "vec",
  89. "tileMatrixSet": "c",
  90. "format": "tiles",
  91. "urlTemplate": "http://{subDomain}.1.58.37:7003/slb_c/wmts?k=D5F3B817F5152DDC71389D65A8B68972&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=slb&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  92. "copyright": "TiandituWMTS",
  93. "subDomains": ["10"]
  94. },
  95. options_shiliang_zhuji : {
  96. "id": "tianDiTu_shiliang_zhuji",
  97. "label": "天地图矢量地图注记",
  98. "visible": true,
  99. "opacity": 1,
  100. "style": "default",
  101. "wmtslayer": "vec",
  102. "tileMatrixSet": "c",
  103. "format": "tiles",
  104. "urlTemplate": "http://{subDomain}.mwr.gov.cn:81/sla_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=sla&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  105. "copyright": "TiandituWMTS",
  106. "subDomains": ["tdt"]
  107. },
  108. options_2015 : {
  109. "id": "tianDiTu_2015",
  110. "label": "水利遥感影像2015镶嵌景元数据",
  111. "visible": true,
  112. "opacity": 1,
  113. "style": "default",
  114. "wmtslayer": "vec",
  115. "tileMatrixSet": "TDTCRS84Quad",
  116. "format": "tiles",
  117. "urlTemplate": "http://{subDomain}.1.58.37:7003/seis/pub/wmts/6/14?k=C1F2C17DB80E274CABEA13987A49DD62&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=ALL&STYLE=default&FORMAT=tiles&TILEMATRIXSET=TDTCRS84Quad&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  118. "copyright": "TiandituWMTS",
  119. "subDomains": ["10"]
  120. },
  121. options_2016 : {
  122. "id": "tianDiTu_2016",
  123. "label": "水利遥感影像2016镶嵌景元数据",
  124. "visible": true,
  125. "opacity": 1,
  126. "style": "default",
  127. "wmtslayer": "vec",
  128. "tileMatrixSet": "TDTCRS84Quad",
  129. "format": "tiles",
  130. "urlTemplate": "http://{subDomain}.1.58.37:7003/seis/pub/wmts/4/1?k=4AFF6622050281E0274D572D5F4533E4&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=ALL&STYLE=default&FORMAT=tiles&TILEMATRIXSET=TDTCRS84Quad&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  131. "copyright": "TiandituWMTS",
  132. "subDomains": ["10"]
  133. },
  134. options_2017 : {
  135. "id": "tianDiTu_2017",
  136. "label": "水利遥感影像2017镶嵌景元数据",
  137. "visible": true,
  138. "opacity": 1,
  139. "style": "default",
  140. "wmtslayer": "vec",
  141. "tileMatrixSet": "TDTCRS84Quad",
  142. "format": "image/png",
  143. "urlTemplate": "http://{subDomain}.1.58.37:7003/iserver/services/map-ugcv5-20172m/wmts-china?k=09066F656752F7B318FA05A2CBDF3013&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=20172m&STYLE=default&FORMAT=image/png&TILEMATRIXSET=ChinaPublicServices_20172m&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  144. "copyright": "TiandituWMTS",
  145. "subDomains": ["10"]
  146. },
  147. options_2018 : {
  148. "id": "tianDiTu_2018",
  149. "label": "水利遥感影像2018镶嵌景元数据",
  150. "visible": true,
  151. "opacity": 1,
  152. "style": "default",
  153. "wmtslayer": "vec",
  154. "tileMatrixSet": "ChinaPublicServices_20182m",
  155. "format": "image/png",
  156. "urlTemplate": "http://{subDomain}.1.58.37:7003/iserver/services/map-ugcv5-20182m/wmts-china?k=72EE63224A0158CD7B7B04DDE5CA5CE9&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=20182m&STYLE=default&FORMAT=image/png&TILEMATRIXSET=ChinaPublicServices_20182m&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  157. "copyright": "TiandituWMTS",
  158. "subDomains": ["10"]
  159. },
  160. options_shishi : {
  161. "id": "tianDiTu_shishi",
  162. "label": "资源三号卫星影像",
  163. "visible": true,
  164. "opacity": 1,
  165. "style": "default",
  166. "wmtslayer": "vec",
  167. "tileMatrixSet": "satImage",
  168. "format": "image/png",
  169. "urlTemplate":"http://{subDomain}.1.58.37:7003/rest/wmts?k=586D67218FDAC68698A6ED7A0EC460B7&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=资源三号卫星影像&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=satImage&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  170. "copyright": "TiandituWMTS",
  171. "subDomains": ["10"]
  172. },
  173. options_supermap_shiliangzhuji : {
  174. "id": "oneMap_xzqh",
  175. "label": "超图矢量注记",
  176. "visible": true,
  177. "opacity": 1,
  178. "style": "default",
  179. "wmtslayer": "vec",
  180. "tileMatrixSet": "satImage",
  181. "format": "image/png",
  182. "urlTemplate":"http://{subDomain}.1.58.37:7003/iserver/services/XZQH_HZZV/wmts100?k=ED0F2F37E59E570D99B1DF1112A65E00&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=XZQH_HZZV&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_XZQH_HZZV&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  183. "copyright": "TiandituWMTS",
  184. "subDomains": ["10"]
  185. },
  186. options_supermap_yingxiangzhuji : {
  187. "id": "oneMap_xzqh",
  188. "label": "超图影像注记",
  189. "visible": true,
  190. "opacity": 1,
  191. "style": "default",
  192. "wmtslayer": "vec",
  193. "tileMatrixSet": "satImage",
  194. "format": "image/png",
  195. "urlTemplate":"http://{subDomain}.1.58.37:7003/iserver/services/XZQH_HZZR/wmts100?k=CF36000BBA2E31E84B100C0C4C3694C6&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=XZQH_HZZR&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_XZQH_HZZR&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  196. "copyright": "TiandituWMTS",
  197. "subDomains": ["10"]
  198. },
  199. options_river_r : {
  200. "id": "oneMap_hl",
  201. "label": "超图影像水系图",
  202. "visible": true,
  203. "opacity": 1,
  204. "style": "default",
  205. "wmtslayer": "vec",
  206. "tileMatrixSet": "Custom_RIVER_R",
  207. "format": "image/png",
  208. "urlTemplate":"http://{subDomain}.1.58.37:7003/iserver/services/RIVER_R/wmts100?k=D0068B86A8FF78D4595A3001B2848723&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=RIVER_R&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_RIVER_R&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  209. "copyright": "TiandituWMTS",
  210. "subDomains": ["10"]
  211. },
  212. options_river_v : {
  213. "id": "oneMap_hl",
  214. "label": "超图矢量水系图",
  215. "visible": true,
  216. "opacity": 1,
  217. "style": "default",
  218. "wmtslayer": "vec",
  219. "tileMatrixSet": "Custom_RIVER_V",
  220. "format": "image/png",
  221. "urlTemplate":"http://{subDomain}.1.58.37:7003/iserver/services/RIVER_V/wmts100?k=F320190342B9E4D642E991BF03007E88&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=RIVER_V&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_RIVER_V&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  222. "copyright": "TiandituWMTS",
  223. "subDomains": ["10"]
  224. },
  225. };
  226. export var baseLayerOption = [
  227. {
  228. type:'yingxiang',
  229. title:'天地图影像地图',
  230. thumbnailUrl:'../assets/img/yingxiang.png',
  231. layers:[
  232. {
  233. oid:0,
  234. id:'tdt_yingxiang',
  235. type:'tdt',
  236. title:'天地图影像地图',
  237. url:'',
  238. thumbnailUrl:'',
  239. option:{
  240. "id": "tdt_yingxiang",
  241. "label": "天地图影像地图",
  242. "visible": true,
  243. "opacity": 1,
  244. "style": "default",
  245. "wmtslayer": "vec",
  246. "tileMatrixSet": "c",
  247. "format": "tiles",
  248. "urlTemplate": "http://{subDomain}.mwr.gov.cn:81/img_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=img&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  249. "copyright": "TiandituWMTS",
  250. "subDomains": ["tdt"]
  251. }
  252. },{
  253. oid:10,
  254. id:'supermap_yingxiangzhuji',
  255. type:'superMap',
  256. title:'超图影像注记',
  257. url:'',
  258. thumbnailUrl:'',
  259. option:{
  260. "id": "supermap_yingxiangzhuji",
  261. "label": "超图影像注记",
  262. "visible": true,
  263. "opacity": 1,
  264. "style": "default",
  265. "wmtslayer": "vec",
  266. "tileMatrixSet": "satImage",
  267. "format": "image/png",
  268. "urlTemplate":"http://{subDomain}.mwr.gov.cn/iserver/services/XZQH_HZZR/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=XZQH_HZZR&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_XZQH_HZZR&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  269. "copyright": "TiandituWMTS",
  270. "subDomains": ["map"]
  271. }
  272. },{
  273. oid:11,
  274. id:'supermap_river_r',
  275. type:'superMap',
  276. title:'超图影像水系图',
  277. url:'',
  278. thumbnailUrl:'',
  279. option:{
  280. "id": "supermap_river_r",
  281. "label": "超图影像水系图",
  282. "visible": true,
  283. "opacity": 1,
  284. "style": "default",
  285. "wmtslayer": "vec",
  286. "tileMatrixSet": "Custom_RIVER_R",
  287. "format": "image/png",
  288. "urlTemplate":"http://{subDomain}.1.3.140/iserver/services/RIVER_R/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=RIVER_R&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_RIVER_R&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  289. "copyright": "TiandituWMTS",
  290. "subDomains": ["10"]
  291. }
  292. },
  293. ]
  294. },{
  295. type:"dixing",
  296. title:'天地图地形地图',
  297. thumbnailUrl:'../assets/img/dixing.png',
  298. layers:[
  299. {
  300. oid:2,
  301. id:'tdt_dixing',
  302. type:'tdt',
  303. title:'天地图地形地图',
  304. url:'',
  305. thumbnailUrl:'',
  306. option:{
  307. "id": "tdt_dixing",
  308. "label": "天地图地形地图",
  309. "visible": true,
  310. "opacity": 1,
  311. "style": "default",
  312. "wmtslayer": "vec",
  313. "tileMatrixSet": "c",
  314. "format": "tiles",
  315. "urlTemplate": "http://{subDomain}.mwr.gov.cn:81/ter_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=ter&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  316. "copyright": "TiandituWMTS",
  317. "subDomains": ["tdt"]
  318. }
  319. },{
  320. oid:10,
  321. id:'supermap_yingxiangzhuji',
  322. type:'superMap',
  323. title:'超图影像注记',
  324. url:'',
  325. thumbnailUrl:'',
  326. option:{
  327. "id": "supermap_yingxiangzhuji",
  328. "label": "超图影像注记",
  329. "visible": true,
  330. "opacity": 1,
  331. "style": "default",
  332. "wmtslayer": "vec",
  333. "tileMatrixSet": "satImage",
  334. "format": "image/png",
  335. "urlTemplate":"http://{subDomain}.mwr.gov.cn/iserver/services/XZQH_HZZR/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=XZQH_HZZR&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_XZQH_HZZR&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  336. "copyright": "TiandituWMTS",
  337. "subDomains": ["map"]
  338. }
  339. },{
  340. oid:11,
  341. id:'supermap_river_r',
  342. type:'superMap',
  343. title:'超图影像水系图',
  344. url:'',
  345. thumbnailUrl:'',
  346. option:{
  347. "id": "supermap_river_r",
  348. "label": "超图影像水系图",
  349. "visible": true,
  350. "opacity": 1,
  351. "style": "default",
  352. "wmtslayer": "vec",
  353. "tileMatrixSet": "Custom_RIVER_R",
  354. "format": "image/png",
  355. "urlTemplate":"http://{subDomain}.1.3.140/iserver/services/RIVER_R/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=RIVER_R&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_RIVER_R&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  356. "copyright": "TiandituWMTS",
  357. "subDomains": ["10"]
  358. }
  359. },
  360. ]
  361. },{
  362. type:'shiliang',
  363. title:'天地图矢量地图',
  364. thumbnailUrl:'../assets/img/shiliang.png',
  365. layers:[
  366. {
  367. oid:4,
  368. id:'tdt_shiliang',
  369. type:'tdt',
  370. title:'天地图矢量地图',
  371. url:'',
  372. thumbnailUrl:'',
  373. option:{
  374. "id": "tdt_shiliang",
  375. "label": "天地图矢量地图",
  376. "visible": true,
  377. "opacity": 1,
  378. "style": "default",
  379. "wmtslayer": "vec",
  380. "tileMatrixSet": "c",
  381. "format": "tiles",
  382. "urlTemplate": "http://{subDomain}.mwr.gov.cn:81/slb_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=slb&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  383. "copyright": "TiandituWMTS",
  384. "subDomains": ["tdt"]
  385. }
  386. },{
  387. oid:9,
  388. id:'supermap_shiliangzhuji',
  389. type:'superMap',
  390. title:'超图矢量注记',
  391. url:'',
  392. thumbnailUrl:'',
  393. option:{
  394. "id": "supermap_shiliangzhuji",
  395. "label": "超图矢量注记",
  396. "visible": true,
  397. "opacity": 1,
  398. "style": "default",
  399. "wmtslayer": "vec",
  400. "tileMatrixSet": "satImage",
  401. "format": "image/png",
  402. "urlTemplate":"http://{subDomain}.mwr.gov.cn/iserver/services/XZQH_HZZV/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=XZQH_HZZV&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_XZQH_HZZV&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  403. "copyright": "TiandituWMTS",
  404. "subDomains": ["map"]
  405. }
  406. },{
  407. oid:12,
  408. id:'supermap_river_v',
  409. type:'superMap',
  410. title:'超图矢量水系图',
  411. url:'',
  412. thumbnailUrl:'',
  413. option:{
  414. "id": "supermap_river_v",
  415. "label": "超图矢量水系图",
  416. "visible": true,
  417. "opacity": 1,
  418. "style": "default",
  419. "wmtslayer": "vec",
  420. "tileMatrixSet": "Custom_RIVER_V",
  421. "format": "image/png",
  422. "urlTemplate":"http://{subDomain}.1.3.140/iserver/services/RIVER_V/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=RIVER_V&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_RIVER_V&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  423. "copyright": "TiandituWMTS",
  424. "subDomains": ["10"]
  425. }
  426. },
  427. ]
  428. },{
  429. type:'rs_2015',
  430. title:'水利遥感影像2015镶嵌景元数据',
  431. thumbnailUrl:'../assets/img/yingxiang.png',
  432. layers:[
  433. {
  434. oid:6,
  435. id:'rs_2015',
  436. type:'rs',
  437. title:'水利遥感影像2015镶嵌景元数据',
  438. url:'',
  439. thumbnailUrl:'',
  440. option:{
  441. "id": "rs_2015",
  442. "label": "水利遥感影像2015镶嵌景元数据",
  443. "visible": true,
  444. "opacity": 1,
  445. "style": "default",
  446. "wmtslayer": "vec",
  447. "tileMatrixSet": "TDTCRS84Quad",
  448. "format": "tiles",
  449. "urlTemplate": "http://{subDomain}.1.7.182:8080/seis/pub/wmts/6/14?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=ALL&STYLE=default&FORMAT=tiles&TILEMATRIXSET=TDTCRS84Quad&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  450. "copyright": "TiandituWMTS",
  451. "subDomains": ["10"]
  452. }
  453. },{
  454. oid:10,
  455. id:'supermap_yingxiangzhuji',
  456. type:'superMap',
  457. title:'超图影像注记',
  458. url:'',
  459. thumbnailUrl:'',
  460. option:{
  461. "id": "supermap_yingxiangzhuji",
  462. "label": "超图影像注记",
  463. "visible": true,
  464. "opacity": 1,
  465. "style": "default",
  466. "wmtslayer": "vec",
  467. "tileMatrixSet": "satImage",
  468. "format": "image/png",
  469. "urlTemplate":"http://{subDomain}.mwr.gov.cn/iserver/services/XZQH_HZZR/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=XZQH_HZZR&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_XZQH_HZZR&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  470. "copyright": "TiandituWMTS",
  471. "subDomains": ["map"]
  472. }
  473. },{
  474. oid:11,
  475. id:'supermap_river_r',
  476. type:'superMap',
  477. title:'超图影像水系图',
  478. url:'',
  479. thumbnailUrl:'',
  480. option:{
  481. "id": "supermap_river_r",
  482. "label": "超图影像水系图",
  483. "visible": true,
  484. "opacity": 1,
  485. "style": "default",
  486. "wmtslayer": "vec",
  487. "tileMatrixSet": "Custom_RIVER_R",
  488. "format": "image/png",
  489. "urlTemplate":"http://{subDomain}.1.3.140/iserver/services/RIVER_R/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=RIVER_R&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_RIVER_R&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  490. "copyright": "TiandituWMTS",
  491. "subDomains": ["10"]
  492. }
  493. },
  494. ]
  495. },{
  496. type:'rs_2016',
  497. title:'水利遥感影像2016镶嵌景元数据',
  498. thumbnailUrl:'../assets/img/yingxiang.png',
  499. layers:[
  500. {
  501. oid:7,
  502. id:'rs_2016',
  503. type:'rs',
  504. title:'水利遥感影像2016镶嵌景元数据',
  505. url:'',
  506. thumbnailUrl:'',
  507. option:{
  508. "id": "rs_2016",
  509. "label": "水利遥感影像2016镶嵌景元数据",
  510. "visible": true,
  511. "opacity": 1,
  512. "style": "default",
  513. "wmtslayer": "vec",
  514. "tileMatrixSet": "TDTCRS84Quad",
  515. "format": "tiles",
  516. "urlTemplate": "http://{subDomain}.1.7.182:8080/seis/pub/wmts/4/1?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=ALL&STYLE=default&FORMAT=tiles&TILEMATRIXSET=TDTCRS84Quad&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  517. "copyright": "TiandituWMTS",
  518. "subDomains": ["10"]
  519. }
  520. },{
  521. oid:10,
  522. id:'supermap_yingxiangzhuji',
  523. type:'superMap',
  524. title:'超图影像注记',
  525. url:'',
  526. thumbnailUrl:'',
  527. option:{
  528. "id": "supermap_yingxiangzhuji",
  529. "label": "超图影像注记",
  530. "visible": true,
  531. "opacity": 1,
  532. "style": "default",
  533. "wmtslayer": "vec",
  534. "tileMatrixSet": "satImage",
  535. "format": "image/png",
  536. "urlTemplate":"http://{subDomain}.mwr.gov.cn/iserver/services/XZQH_HZZR/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=XZQH_HZZR&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_XZQH_HZZR&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  537. "copyright": "TiandituWMTS",
  538. "subDomains": ["map"]
  539. }
  540. },{
  541. oid:11,
  542. id:'supermap_river_r',
  543. type:'superMap',
  544. title:'超图影像水系图',
  545. url:'',
  546. thumbnailUrl:'',
  547. option:{
  548. "id": "supermap_river_r",
  549. "label": "超图影像水系图",
  550. "visible": true,
  551. "opacity": 1,
  552. "style": "default",
  553. "wmtslayer": "vec",
  554. "tileMatrixSet": "Custom_RIVER_R",
  555. "format": "image/png",
  556. "urlTemplate":"http://{subDomain}.1.3.140/iserver/services/RIVER_R/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=RIVER_R&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_RIVER_R&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  557. "copyright": "TiandituWMTS",
  558. "subDomains": ["10"]
  559. }
  560. },
  561. ]
  562. },{
  563. type:'rs_time',
  564. title:'资源三号卫星影像',
  565. thumbnailUrl:'../assets/img/yingxiang.png',
  566. layers:[
  567. {
  568. oid:8,
  569. id:'rs_time',
  570. type:'rs',
  571. title:'资源三号卫星影像',
  572. url:'',
  573. thumbnailUrl:'',
  574. option:{
  575. "id": "rs_time",//实时影像服务
  576. "label": "资源三号卫星影像",
  577. "visible": true,
  578. "opacity": 1,
  579. "style": "default",
  580. "wmtslayer": "vec",
  581. "tileMatrixSet": "TDTCRS84Quad",
  582. "format": "tiles",
  583. "urlTemplate": "http://{subDomain}.1.7.182:8080/seis/pub/wmts/4/1?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=ALL&STYLE=default&FORMAT=tiles&TILEMATRIXSET=TDTCRS84Quad&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  584. "copyright": "TiandituWMTS",
  585. "subDomains": ["10"]
  586. }
  587. },{
  588. oid:10,
  589. id:'supermap_yingxiangzhuji',
  590. type:'superMap',
  591. title:'超图影像注记',
  592. url:'',
  593. thumbnailUrl:'',
  594. option:{
  595. "id": "supermap_yingxiangzhuji",
  596. "label": "超图影像注记",
  597. "visible": true,
  598. "opacity": 1,
  599. "style": "default",
  600. "wmtslayer": "vec",
  601. "tileMatrixSet": "satImage",
  602. "format": "image/png",
  603. "urlTemplate":"http://{subDomain}.mwr.gov.cn/iserver/services/XZQH_HZZR/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=XZQH_HZZR&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_XZQH_HZZR&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  604. "copyright": "TiandituWMTS",
  605. "subDomains": ["map"]
  606. }
  607. },{
  608. oid:11,
  609. id:'supermap_river_r',
  610. type:'superMap',
  611. title:'超图影像水系图',
  612. url:'',
  613. thumbnailUrl:'',
  614. option:{
  615. "id": "supermap_river_r",
  616. "label": "超图影像水系图",
  617. "visible": true,
  618. "opacity": 1,
  619. "style": "default",
  620. "wmtslayer": "vec",
  621. "tileMatrixSet": "Custom_RIVER_R",
  622. "format": "image/png",
  623. "urlTemplate":"http://{subDomain}.1.3.140/iserver/services/RIVER_R/wmts100?&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=RIVER_R&STYLE=Default&FORMAT=image/png&TILEMATRIXSET=Custom_RIVER_R&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  624. "copyright": "TiandituWMTS",
  625. "subDomains": ["10"]
  626. }
  627. },
  628. ]
  629. },
  630. ]
  631. var bak = [
  632. // {
  633. // oid:1,
  634. // id:'tdt_yingxiang_zhuji',
  635. // type:'tdt',
  636. // title:'天地图影像地图注记',
  637. // url:'',
  638. // thumbnailUrl:'',
  639. // option:{
  640. // "id": "tdt_yingxiang_zhuji",
  641. // "label": "天地图影像地图注记",
  642. // "visible": true,
  643. // "opacity": 1,
  644. // "style": "default",
  645. // "wmtslayer": "vec",
  646. // "tileMatrixSet": "c",
  647. // "format": "tiles",
  648. // "urlTemplate": "http://{subDomain}.mwr.gov.cn:81/sia_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=sia&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  649. // "copyright": "TiandituWMTS",
  650. // "subDomains": ["tdt"]
  651. // }
  652. // },{
  653. // oid:3,
  654. // id:'tdt_dixing_zhuji',
  655. // type:'tdt',
  656. // title:'天地图地形地图注记',
  657. // url:'',
  658. // thumbnailUrl:'',
  659. // option:{
  660. // "id": "tdt_dixing_zhuji",
  661. // "label": "天地图地形地图注记",
  662. // "visible": true,
  663. // "opacity": 1,
  664. // "style": "default",
  665. // "wmtslayer": "vec",
  666. // "tileMatrixSet": "c",
  667. // "format": "tiles",
  668. // "urlTemplate": "http://{subDomain}.mwr.gov.cn:81/sia_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=sia&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  669. // "copyright": "TiandituWMTS",
  670. // "subDomains": ["tdt"]
  671. // }
  672. // },{
  673. // oid:5,
  674. // id:'tdt_shiliang_zhuji',
  675. // type:'tdt',
  676. // title:'天地图矢量地图注记',
  677. // url:'',
  678. // thumbnailUrl:'',
  679. // option:{
  680. // "id": "tdt_shiliang_zhuji",
  681. // "label": "天地图矢量地图注记",
  682. // "visible": true,
  683. // "opacity": 1,
  684. // "style": "default",
  685. // "wmtslayer": "vec",
  686. // "tileMatrixSet": "c",
  687. // "format": "tiles",
  688. // "urlTemplate": "http://{subDomain}.mwr.gov.cn:81/sla_c/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&LAYER=sla&STYLE=default&FORMAT=tiles&TILEMATRIXSET=c&TILEMATRIX={level}&TILEROW={row}&TILECOL={col}",
  689. // "copyright": "TiandituWMTS",
  690. // "subDomains": ["tdt"]
  691. // }
  692. // },
  693. ]