AppConfig.js 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551
  1. const geoserverurl = 'http://localhost:8090/geoserver/UninphoServer/wms?'
  2. const geoserverwmtsurl = 'http://localhost:8090/geoserver/TianZhen/wmts?'
  3. // 系统总配置
  4. window.AppConfig = {
  5. /* 项目服务(根据项目进行更换) */
  6. serverBaseUrl8006: 'http://localhost:8006',
  7. // serverBaseUrl8006: "http://43.138.89.214:8006",
  8. /* 数据服务地址 */
  9. serverBaseUrl8010: 'http://localhost:8010',
  10. /* 接图表地址 */
  11. jietubiaourl: 'http://localhost:8012/dataServer/part3/jietubiao/', //+name.pdf
  12. /* 加载tiff */
  13. jietubiaotiffurl: 'http://localhost:8012/dataServer/part3/jietubiaotiff/', //+name.png
  14. //基础图层配置
  15. layersConfig: [
  16. {
  17. type: 'group',
  18. name: '新增发布数据',
  19. label: "新增发布数据",
  20. children: [
  21. {
  22. type: "urltemplate",
  23. name: "天镇县城3cm影像",
  24. label: "天镇县城3cm影像",
  25. show: false,
  26. parms: {
  27. url: "http://localhost:8002/chinaImage/chinaImage/{z}/{x}/{y}.jpg",
  28. }
  29. },
  30. {
  31. type: "3dTiles",
  32. name: "倾斜数据",
  33. label: "倾斜数据",
  34. show: true,
  35. parms: {
  36. url: "http://localhost:8002/building/tileset.json",
  37. }
  38. }
  39. ]
  40. },
  41. {
  42. type: 'group',
  43. name: '基础影像',
  44. label: '基础影像',
  45. tag: '',
  46. show: false,
  47. children: [
  48. // {
  49. // type: 'urltemplate',
  50. // name: '全国影像',
  51. // label: '全国影像',
  52. // show: false,
  53. // parms: {
  54. // url: 'http://localhost:9016/dataServer/part1/DATA/ChinaImage/{z}/{x}/{y}.jpg'
  55. // }
  56. // },
  57. {
  58. type: 'arcgis',
  59. name: '天镇影像',
  60. label: '天镇影像',
  61. show: true,
  62. parms: {
  63. url: 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer'
  64. }
  65. },
  66. // {
  67. // type: 'wms',
  68. // name: '全国影像',
  69. // label: '全国影像',
  70. // show: false,
  71. // parms: {
  72. // url: 'http://localhost:8002/chinaImage/chinaImage/{z}/{x}/{y}.jpg'
  73. // }
  74. // },
  75. {
  76. type: "urltemplate",
  77. name: "天镇县城3cm影像",
  78. label: "天镇县城3cm影像",
  79. show: false,
  80. parms: {
  81. url: "http://localhost:8002/chinaImage/chinaImage/{z}/{x}/{y}.jpg",
  82. }
  83. },
  84. {
  85. type: "wms",
  86. name: "汾河影像",
  87. label: "汾河影像",
  88. show: false,
  89. parms: {
  90. url: geoserverurl,
  91. layers: "UninphoServer:84",
  92. minimumLevel: 0,
  93. maximumLevel: 18,
  94. parameters: {
  95. transparent: true,
  96. format: "image/png"
  97. }
  98. }
  99. },
  100. ]
  101. },
  102. {
  103. type: "group",
  104. name: "用地图层",
  105. label: "用地图层",
  106. children: [
  107. {
  108. type: "wms",
  109. name: "用地数据",
  110. label: "用地数据",
  111. show: false,
  112. parms: {
  113. url: geoserverurl,
  114. layers: "UninphoServer:84",
  115. minimumLevel: 0,
  116. maximumLevel: 18,
  117. parameters: {
  118. transparent: true,
  119. format: "image/png"
  120. },
  121. },
  122. searchImageUrl: "http://localhost:8090/geoserver/UninphoServer/wms?", //geoserver路径
  123. geolayer: "UninphoServer:84" //查询图层名
  124. },
  125. ]
  126. },
  127. {
  128. type: 'group',
  129. name: '行政区划',
  130. label: '行政区划',
  131. children: [
  132. {
  133. type: 'geojson',
  134. name: '太原市界',
  135. label: '太原市界',
  136. show: true,
  137. parms: {
  138. url: './static/data/json/taiyuan_FeatureToLine_Featur.json',
  139. style: {
  140. polyline: {
  141. material: 'rgb(116,178,255)',
  142. width: 10,
  143. clampToGround: true,
  144. // distanceDisplayCondition: [0, 1500000],
  145. heightReference: 1,
  146. disableDepthTestDistance: 50000000,
  147. zIndex: 2
  148. }
  149. }
  150. }
  151. }
  152. ]
  153. },
  154. {
  155. type: 'group',
  156. name: '空间查询',
  157. label: '空间查询',
  158. // children: [
  159. // {
  160. // type: 'group',
  161. // name: '空间查询',
  162. // label: '数据加载',
  163. children: [
  164. {
  165. type: 'geojson_mian',
  166. name: 'jjj202308_2__cc1407252017000258',
  167. label: '寿阳县2019年-2m'
  168. },
  169. {
  170. type: 'geojson_mian',
  171. name: 'jjj2019_1__cc1407252017000258',
  172. label: '寿阳县2023年-1m'
  173. },
  174. {
  175. type: 'geojson_mian',
  176. name: 'jjj201908_1__128_cc1410022017000325_4326',
  177. label: '尧都区2019年8月—1m'
  178. },
  179. {
  180. type: 'geojson_mian',
  181. name: 'poi',
  182. label: '天镇poi'
  183. },
  184. ]
  185. // }]
  186. },
  187. {
  188. type: 'group',
  189. name: '耕地流出动态监测',
  190. label: '耕地流出动态监测',
  191. children: [
  192. {
  193. type: 'geojson_mian',
  194. name: 'yq202004_2_jubu',
  195. label: '阳曲县2020年05_01'
  196. },
  197. {
  198. type: 'geojson_mian',
  199. name: 'yq202212_2_jubu',
  200. label: '阳曲县2022年12-2m_01'
  201. },
  202. {
  203. type: 'geojson_mian',
  204. name: 'yq202405_jubu',
  205. label: '阳曲县2024年05_01'
  206. },
  207. {
  208. type: 'geojson_mian',
  209. name: 'yq202405_2a_jubu',
  210. label: '阳曲县2024年05-2am_01'
  211. },
  212. {
  213. type: 'geojson_mian',
  214. name: 'yq202004_2',
  215. label: '阳曲县2020年04-2m'
  216. },
  217. {
  218. type: 'geojson_mian',
  219. name: 'yq202212_2',
  220. label: '阳曲县2022年12-2m'
  221. },
  222. {
  223. type: 'geojson_mian',
  224. name: 'yq202405',
  225. label: '阳曲县2024年05'
  226. },
  227. {
  228. type: 'geojson_mian',
  229. name: 'yq202405_2a',
  230. label: '阳曲县2024年05-2am'
  231. }
  232. ]
  233. },
  234. {
  235. type: 'group',
  236. name: '城市国土空间监测',
  237. label: '城市国土空间监测',
  238. children: [
  239. {
  240. type: 'geojson_mian',
  241. name: 'ty2014_1_jubu',
  242. label: '城区2014年-1m_01'
  243. },
  244. {
  245. type: 'geojson_mian',
  246. name: 'ty2017_1_jubu',
  247. label: '城区2017年-1m_01'
  248. },
  249. {
  250. type: 'geojson_mian',
  251. name: 'ty2021_2_jubu',
  252. label: '城区2021年-2m_01'
  253. },
  254. {
  255. type: 'geojson_mian',
  256. name: 'ty2023_2_jubu',
  257. label: '城区2023年-2m_01'
  258. },
  259. {
  260. type: 'geojson_mian',
  261. name: 'ty2014_1',
  262. label: '城区2014年-1m'
  263. },
  264. {
  265. type: 'geojson_mian',
  266. name: 'ty2017_1',
  267. label: '城区2017年-1m'
  268. },
  269. {
  270. type: 'geojson_mian',
  271. name: 'ty2021_2',
  272. label: '城区2021年-2m'
  273. },
  274. {
  275. type: 'geojson_mian',
  276. name: 'ty2023_2',
  277. label: '城区2023年-2m'
  278. },
  279. {
  280. type: 'geojson_mian',
  281. name: 'ty2014_1_shuiti',
  282. label: '城区2014年水体-1m'
  283. },
  284. {
  285. type: 'geojson_mian',
  286. name: 'ty2017_1_shuiti',
  287. label: '城区2017年水体-1m'
  288. },
  289. {
  290. type: 'geojson_mian',
  291. name: 'ty2021_2_shuiti',
  292. label: '城区2021年水体-2m'
  293. },
  294. {
  295. type: 'geojson_mian',
  296. name: 'ty2023_2_shuiti',
  297. label: '城区2023年水体-2m'
  298. },
  299. {
  300. type: 'geojson_mian',
  301. name: 'ty2014_1_jianzhuwu',
  302. label: '城区2014年房屋-1m'
  303. },
  304. {
  305. type: 'geojson_mian',
  306. name: 'ty2017_1_jianzhuwu',
  307. label: '城区2017年房屋-1m'
  308. },
  309. {
  310. type: 'geojson_mian',
  311. name: 'ty2021_2_jianzhuwu',
  312. label: '城区2021年房屋-2m'
  313. },
  314. {
  315. type: 'geojson_mian',
  316. name: 'ty2023_2_jianzhuwu',
  317. label: '城区2023年房屋-2m'
  318. },
  319. {
  320. type: 'geojson_mian',
  321. name: 'ty2014_1_caodi',
  322. label: '城区2014年草地-1m'
  323. },
  324. {
  325. type: 'geojson_mian',
  326. name: 'ty2017_1_caodi',
  327. label: '城区2017年草地-1m'
  328. },
  329. {
  330. type: 'geojson_mian',
  331. name: 'ty2021_2_caodi',
  332. label: '城区2021年草地-2m'
  333. },
  334. {
  335. type: 'geojson_mian',
  336. name: 'ty2023_2_caodi',
  337. label: '城区2023年草地-2m'
  338. }
  339. ]
  340. },
  341. {
  342. type: 'group',
  343. name: '矿山修复动态监测',
  344. label: '矿山修复动态监测',
  345. children: [
  346. {
  347. type: 'geojson_mian',
  348. name: 'jjj2019_1__cc1407252017000258',
  349. label: '寿阳县2019年-2m'
  350. },
  351. {
  352. type: 'geojson_mian',
  353. name: 'jjj202308_2__cc1407252017000258',
  354. label: '寿阳县2023年-1m'
  355. },
  356. // {
  357. // type: "geojson_mian",
  358. // name: "jjj201908_1__128_cc1410022017000325_4326",
  359. // label: "尧都区2019年8月—1m",
  360. // },
  361. // {
  362. // type: "geojson_mian",
  363. // name: "jjj202308_1_128_cc1410022017000325_4326",
  364. // label: "尧都区2023年8月—1m",
  365. // },
  366. {
  367. type: 'geojson_mian',
  368. name: 'HHSQ_2021_1',
  369. label: '左云县2021年-1m'
  370. },
  371. {
  372. type: 'geojson_mian',
  373. name: 'HHSQ_2023_1',
  374. label: '左云县2023年-1m'
  375. },
  376. {
  377. type: 'geojson_mian',
  378. name: 'hh201903_2_128_cc14118120170003112_4326',
  379. label: '孝义市,交口县2019年3月-2m'
  380. },
  381. {
  382. type: 'geojson_mian',
  383. name: 'hh2021_1_128_cc1411812017000312_4326',
  384. label: '孝义市,交口县2021年-1m'
  385. },
  386. {
  387. type: 'geojson_mian',
  388. name: 'hh202308_1_128_cc14118120170003112_4326',
  389. label: '孝义市,交口县2023年8月-1m'
  390. },
  391. {
  392. type: 'geojson_mian',
  393. name: 'hh2018_1_128_cc1411812017000285_4326',
  394. label: '孝义市2018年-1m'
  395. },
  396. {
  397. type: 'geojson_mian',
  398. name: 'hh2019_2_128_cc1411812017000285_4326',
  399. label: '孝义市2019年-2m'
  400. },
  401. {
  402. type: 'geojson_mian',
  403. name: 'hh202308_1_128_cc14118120170001285_4326',
  404. label: '孝义市2023年8月-1m'
  405. },
  406. {
  407. type: 'geojson_mian',
  408. name: 'hh202308_2_128_cc141181201701285_4326',
  409. label: '孝义市2023年8月-2m'
  410. }
  411. ]
  412. },
  413. {
  414. type: 'group',
  415. name: '露天矿越界开采监测',
  416. label: '露天矿越界开采监测',
  417. children: [
  418. {
  419. type: 'geojson_mian',
  420. name: 'xy2015_4326_128',
  421. label: '襄垣县2015年'
  422. },
  423. {
  424. type: 'geojson_mian',
  425. name: 'xy202106_2_4326_128',
  426. label: '襄垣县2021年6月-2m'
  427. },
  428. {
  429. type: 'geojson_mian',
  430. name: 'hr2016_2_128_4326',
  431. label: '和顺县2016年-2m'
  432. },
  433. {
  434. type: 'geojson_mian',
  435. name: 'hr2017_1_128_4326',
  436. label: '和顺县2017年-1m'
  437. },
  438. {
  439. type: 'geojson_mian',
  440. name: 'hr2018_1_128_4326',
  441. label: '和顺县2018年-1m'
  442. },
  443. {
  444. type: 'geojson_mian',
  445. name: 'hr202004_2_128_4326',
  446. label: '和顺县2020年4月-2m'
  447. },
  448. {
  449. type: 'geojson_mian',
  450. name: 'hr202111_2_128_4326',
  451. label: '和顺县2021年11月-2m'
  452. },
  453. {
  454. type: 'geojson_mian',
  455. name: 'hr202205_2_128_4326',
  456. label: '和顺县2022年5月-2m'
  457. },
  458. {
  459. type: 'geojson_mian',
  460. name: 'hr202405_2_128_4326',
  461. label: '和顺县2024年5月-2m'
  462. },
  463. {
  464. type: 'geojson_mian',
  465. name: 'xy2017_1_4326_128',
  466. label: '襄垣县2017年-1m'
  467. },
  468. {
  469. type: 'geojson_mian',
  470. name: 'xy2020_1_4326_128',
  471. label: '襄垣县2020年-1m'
  472. },
  473. {
  474. type: 'geojson_mian',
  475. name: 'xy202203_2_4326_128',
  476. label: '襄垣县2022年3月-2m'
  477. },
  478. {
  479. type: 'geojson_mian',
  480. name: 'xy202304_2_4326_128',
  481. label: '襄垣县2023年4月-2m'
  482. },
  483. {
  484. type: 'geojson_mian',
  485. name: 'xy202403_2_4326_128',
  486. label: '襄垣县2024年3月-2m'
  487. },
  488. {
  489. type: 'geojson_mian',
  490. name: 'tjxy202004_2_project',
  491. label: '灵石县2020年4月-2m'
  492. },
  493. {
  494. type: 'geojson_mian',
  495. name: 'tjxy202112_2_128',
  496. label: '灵石县2021年12月-2m'
  497. },
  498. {
  499. type: 'geojson_mian',
  500. name: 'tjxy202211_2_128',
  501. label: '灵石县2022年11月-2m'
  502. },
  503. {
  504. type: 'geojson_mian',
  505. name: 'tjxy202312_2_128',
  506. label: '灵石县2023年12月-2m'
  507. },
  508. {
  509. type: 'geojson_mian',
  510. name: 'tjxy202406_2_128',
  511. label: '灵石县2024年6月-2m'
  512. },
  513. {
  514. type: 'geojson_mian',
  515. name: 'sk202109_2_4326_128',
  516. label: '交口县2021年9月-2m'
  517. },
  518. {
  519. type: 'geojson_mian',
  520. name: 'sk202207_2_4326_128',
  521. label: '交口县2022年7月-2m'
  522. },
  523. {
  524. type: 'geojson_mian',
  525. name: 'sk202404_2_4326_128',
  526. label: '交口县2024年4月-2m'
  527. },
  528. {
  529. type: 'geojson_mian',
  530. name: 'xj2015_4326_128',
  531. label: '交口县2015年'
  532. },
  533. {
  534. type: 'geojson_mian',
  535. name: 'xj2019_1_4326_128',
  536. label: '交口县2019年-1m'
  537. },
  538. {
  539. type: 'geojson_mian',
  540. name: 'xj2020_1_4326_128',
  541. label: '交口县2020年-1m'
  542. },
  543. {
  544. type: 'geojson_mian',
  545. name: 'xj202104_2_4326_128',
  546. label: '交口县2021年4月-2m'
  547. },
  548. {
  549. type: 'geojson_mian',
  550. name: 'xj202205_2_4326_128',
  551. label: '交口县2022年5月-2m'
  552. },
  553. {
  554. type: 'geojson_mian',
  555. name: 'assd2015_4326_128',
  556. label: '昔阳县2015年'
  557. },
  558. {
  559. type: 'geojson_mian',
  560. name: 'assd2019_1_4326_128',
  561. label: '昔阳县2019年-1m'
  562. },
  563. {
  564. type: 'geojson_mian',
  565. name: 'assd2020_1_4326_128',
  566. label: '昔阳县2020年-1m'
  567. },
  568. {
  569. type: 'geojson_mian',
  570. name: 'assd202004_2_4326_128',
  571. label: '昔阳县2020年4月-2m'
  572. },
  573. {
  574. type: 'geojson_mian',
  575. name: 'assd202102_2_4326_128',
  576. label: '昔阳县2021年2月-2m'
  577. },
  578. {
  579. type: 'geojson_mian',
  580. name: 'assd202111_2_4326_128',
  581. label: '昔阳县2021年11月-2m'
  582. },
  583. {
  584. type: 'geojson_mian',
  585. name: 'assd202211_2_4326_128',
  586. label: '昔阳县2022年11月-2m'
  587. },
  588. {
  589. type: 'geojson_mian',
  590. name: 'assd202311_2_4326_128',
  591. label: '昔阳县2023年11月-2m'
  592. }
  593. ]
  594. }
  595. ],
  596. terrainList: [
  597. {
  598. name: '山西全省dem',
  599. show: false,
  600. url: 'http://data.mars3d.cn/terrain'
  601. },
  602. {
  603. name: "天镇地形数据",
  604. show: false,
  605. url: "http://localhost:8002/dem/dem_shanxixioakuai/",
  606. },
  607. ],
  608. tableNamesOptions: [
  609. {
  610. value: 'test1',
  611. label: '城市国土空间监测2015',
  612. area: '太原市六城区',
  613. dBasePeriodData: '影像数据',
  614. DataSituation: '2013至2023年每年的影像中变化明显的五期',
  615. NumberChanges: '',
  616. ChangeArea: ''
  617. },
  618. {
  619. value: 'test2',
  620. label: '城市国土空间监测2018',
  621. area: '阳曲县',
  622. dBasePeriodData: '2020年三调数据中耕地图斑范围',
  623. DataSituation: '选择影像特征明显的三至四期作为自动解译对照分析实验组的数据',
  624. NumberChanges: '',
  625. ChangeArea: ''
  626. },
  627. {
  628. value: 'test3',
  629. label: '露天矿越界开采监测2019',
  630. area: '阳曲县',
  631. dBasePeriodData: '2020年三调数据中耕地图斑范围',
  632. DataSituation: '最终选择影像变化明显的区域',
  633. NumberChanges: '',
  634. ChangeArea: ''
  635. },
  636. {
  637. value: 'test4',
  638. label: '露天矿越界开采监测2020',
  639. area: '(待定)',
  640. dBasePeriodData: '三个项目各自的基期影像',
  641. DataSituation: '修复前和修复后',
  642. NumberChanges: '',
  643. ChangeArea: ''
  644. },
  645. {
  646. value: 'hhsq2023_1_4326_ct1402262016000026001',
  647. label: '矿山修复动态监测2022',
  648. area: '(待定)',
  649. dBasePeriodData: '三个项目各自的基期影像',
  650. DataSituation: '修复前和修复后',
  651. NumberChanges: '',
  652. ChangeArea: ''
  653. },
  654. {
  655. value: 'hhsq2021_1_4326_ct1402262016000026001',
  656. label: '矿山修复动态监测2024',
  657. area: '(待定)',
  658. dBasePeriodData: '三个项目各自的基期影像',
  659. DataSituation: '修复前和修复后',
  660. NumberChanges: '',
  661. ChangeArea: ''
  662. },
  663. {
  664. value: 'jjj202308_1_128_cc1410022017000325_4326',
  665. label: '尧都区2023年8月—1m',
  666. area: '(待定)',
  667. dBasePeriodData: '三个项目各自的基期影像',
  668. DataSituation: '修复前和修复后',
  669. NumberChanges: '',
  670. ChangeArea: ''
  671. },
  672. {
  673. value: 'jjj201908_1__128_cc1410022017000325_4326',
  674. label: '尧都区2019年8月—1m',
  675. area: '(待定)',
  676. dBasePeriodData: '三个项目各自的基期影像',
  677. DataSituation: '修复前和修复后',
  678. NumberChanges: '',
  679. ChangeArea: ''
  680. }
  681. ],
  682. //shp图层
  683. shpConfig: [
  684. {
  685. type: 'group',
  686. name: '点图层',
  687. label: '点图层',
  688. children: [
  689. {
  690. type: 'geojson_dian',
  691. name: 'H_BBI_P',
  692. label: '建筑物及附属设施点',
  693. show: false,
  694. parms: {
  695. url: './static/data/json/dlg/H_BBI_A.json',
  696. style: {}
  697. }
  698. },
  699. {
  700. type: 'geojson_dian',
  701. name: 'H_BGR_P',
  702. label: '公共绿地点',
  703. show: false,
  704. parms: {
  705. url: './static/data/json/dlg/H_BGR_P.json',
  706. style: {}
  707. }
  708. },
  709. {
  710. type: 'geojson_dian',
  711. name: 'H_BST_P',
  712. label: '构筑物点',
  713. show: false,
  714. parms: {
  715. url: './static/data/json/dlg/H_BST_P.json',
  716. style: {}
  717. }
  718. },
  719. {
  720. type: 'geojson_dian',
  721. name: 'H_LFC_P',
  722. label: '轨道交通点',
  723. show: false,
  724. parms: {
  725. url: './static/data/json/dlg/H_LFC_P.json',
  726. style: {}
  727. }
  728. },
  729. {
  730. type: 'geojson_dian',
  731. name: 'H_LOT_P',
  732. label: '其他通道(公路)点',
  733. show: false,
  734. parms: {
  735. url: './static/data/json/dlg/H_LOT_P.json',
  736. style: {}
  737. }
  738. },
  739. {
  740. type: 'geojson_dian',
  741. name: 'H_LRF_P',
  742. label: '交通附属(轨道交通)点',
  743. show: false,
  744. parms: {
  745. url: './static/data/json/dlg/H_LRF_P.json',
  746. style: {}
  747. }
  748. },
  749. {
  750. type: 'geojson_dian',
  751. name: 'H_PCO_P',
  752. label: '通信主干线及附属设施点',
  753. show: false,
  754. parms: {
  755. url: './static/data/json/dlg/H_PCO_P.json',
  756. style: {}
  757. }
  758. },
  759. {
  760. type: 'geojson_dian',
  761. name: 'H_PEL_P',
  762. label: '输电主干线及附属设施点',
  763. show: false,
  764. parms: {
  765. url: './static/data/json/dlg/H_PEL_P.json',
  766. style: {}
  767. }
  768. },
  769. {
  770. type: 'geojson_dian',
  771. // name: "TRA_FP",
  772. // label: "交通附属设施点",
  773. name: 'M_GEN_P',
  774. label: '测试点',
  775. show: false,
  776. parms: {
  777. url: './static/data/json/dlg/M_GEN_P.json'
  778. }
  779. },
  780. {
  781. type: 'geojson_dian',
  782. name: 'RES_NP',
  783. label: '居民地注记',
  784. show: false,
  785. parms: {
  786. url: './static/data/json/dlg/RES_NP.json',
  787. style: {}
  788. }
  789. },
  790. {
  791. type: 'geojson_dian',
  792. name: 'RES_P',
  793. label: '居民地点',
  794. show: false,
  795. parms: {
  796. url: './static/data/json/dlg/RES_P.json',
  797. style: {}
  798. }
  799. },
  800. {
  801. type: 'geojson_dian',
  802. name: 'RES_FP',
  803. label: '设施点',
  804. show: false,
  805. parms: {
  806. url: './static/data/json/dlg/RES_FP.json'
  807. }
  808. },
  809. {
  810. type: 'geojson_dian',
  811. name: 'ELV_P',
  812. label: '高程点',
  813. show: false,
  814. parms: {
  815. url: './static/data/json/dlg/ELV_P.json'
  816. }
  817. },
  818. {
  819. type: 'geojson_dian',
  820. name: 'HYD_P',
  821. label: '水系点',
  822. show: false,
  823. parms: {
  824. url: './static/data/json/dlg/HYD_P.json'
  825. }
  826. },
  827. {
  828. type: 'geojson_dian',
  829. name: 'PIP_FP',
  830. label: '管线设施点',
  831. show: false,
  832. parms: {
  833. url: './static/data/json/dlg/PIP_FP.json'
  834. }
  835. },
  836. {
  837. type: 'geojson_dian',
  838. name: 'VEG_P',
  839. label: '植被与土质点',
  840. show: false,
  841. parms: {
  842. url: './static/data/json/dlg/VEG_P.json'
  843. }
  844. }
  845. ]
  846. },
  847. {
  848. type: 'group',
  849. name: '线图层',
  850. label: '线图层',
  851. children: [
  852. {
  853. type: 'geojson_xian',
  854. name: 'H_BBI_L',
  855. label: '建筑物及附属设施线',
  856. show: false,
  857. parms: {
  858. url: './static/data/json/dlg/H_BBI_L.json',
  859. style: {
  860. polyline: {
  861. material: 'rgb(116,178,255)',
  862. width: 10,
  863. clampToGround: true,
  864. distanceDisplayCondition: [0, 1500000],
  865. heightReference: 1,
  866. disableDepthTestDistance: 50000000,
  867. zIndex: 2
  868. }
  869. }
  870. }
  871. },
  872. {
  873. type: 'geojson_xian',
  874. name: 'H_BGR_L',
  875. label: '公共绿地线',
  876. show: false,
  877. parms: {
  878. url: './static/data/json/dlg/H_BGR_L.json',
  879. style: {
  880. polyline: {
  881. material: 'rgb(116,178,255)',
  882. width: 10,
  883. clampToGround: true,
  884. // distanceDisplayCondition: [0, 1500000],
  885. heightReference: 1,
  886. disableDepthTestDistance: 50000000,
  887. zIndex: 2
  888. }
  889. }
  890. }
  891. },
  892. {
  893. type: 'geojson_xian',
  894. name: 'H_BST_L',
  895. label: '构筑物线',
  896. show: false,
  897. parms: {
  898. url: './static/data/json/dlg/H_BST_L.json',
  899. style: {
  900. polyline: {
  901. material: 'rgb(116,178,255)',
  902. width: 10,
  903. clampToGround: true,
  904. // distanceDisplayCondition: [0, 1500000],
  905. heightReference: 1,
  906. disableDepthTestDistance: 50000000,
  907. zIndex: 2
  908. }
  909. }
  910. }
  911. },
  912. {
  913. type: 'geojson_xian',
  914. name: 'H_LCI_L',
  915. label: '城市道路线',
  916. show: false,
  917. parms: {
  918. url: './static/data/json/dlg/H_LCI_L.json',
  919. style: {
  920. polyline: {
  921. material: 'rgb(116,178,255)',
  922. width: 10,
  923. clampToGround: true,
  924. // distanceDisplayCondition: [0, 1500000],
  925. heightReference: 1,
  926. disableDepthTestDistance: 50000000,
  927. zIndex: 2
  928. }
  929. }
  930. }
  931. },
  932. {
  933. type: 'geojson_xian',
  934. name: 'H_LCO_L',
  935. label: '乡村到路线',
  936. show: false,
  937. parms: {
  938. url: './static/data/json/dlg/H_LCO_L.json',
  939. style: {
  940. polyline: {
  941. material: 'rgb(116,178,255)',
  942. width: 10,
  943. clampToGround: true,
  944. // distanceDisplayCondition: [0, 1500000],
  945. heightReference: 1,
  946. disableDepthTestDistance: 50000000,
  947. zIndex: 2
  948. }
  949. }
  950. }
  951. },
  952. {
  953. type: 'geojson_xian',
  954. name: 'H_LFC_L',
  955. label: '交通附属(公路水空)线',
  956. show: false,
  957. parms: {
  958. url: './static/data/json/dlg/H_LFC_L.json',
  959. style: {
  960. polyline: {
  961. material: 'rgb(116,178,255)',
  962. width: 10,
  963. clampToGround: true,
  964. // distanceDisplayCondition: [0, 1500000],
  965. heightReference: 1,
  966. disableDepthTestDistance: 50000000,
  967. zIndex: 2
  968. }
  969. }
  970. }
  971. },
  972. {
  973. type: 'geojson_xian',
  974. name: 'H_LIN_L',
  975. label: '城际公路线',
  976. show: false,
  977. parms: {
  978. url: './static/data/json/dlg/H_LIN_L.json',
  979. style: {
  980. polyline: {
  981. material: 'rgb(116,178,255)',
  982. width: 10,
  983. clampToGround: true,
  984. // distanceDisplayCondition: [0, 1500000],
  985. heightReference: 1,
  986. disableDepthTestDistance: 50000000,
  987. zIndex: 2
  988. }
  989. }
  990. }
  991. },
  992. {
  993. type: 'geojson_xian',
  994. name: 'H_LOT_L',
  995. label: '其他通道(公路)线',
  996. show: false,
  997. parms: {
  998. url: './static/data/json/dlg/H_LOT_L.json',
  999. style: {
  1000. polyline: {
  1001. material: 'rgb(116,178,255)',
  1002. width: 10,
  1003. clampToGround: true,
  1004. // distanceDisplayCondition: [0, 1500000],
  1005. heightReference: 1,
  1006. disableDepthTestDistance: 50000000,
  1007. zIndex: 2
  1008. }
  1009. }
  1010. }
  1011. },
  1012. {
  1013. type: 'geojson_xian',
  1014. name: 'N_HFA_L',
  1015. label: '瀑布/跌水线',
  1016. show: false,
  1017. parms: {
  1018. url: './static/data/json/dlg/N_HFA_L.json',
  1019. style: {
  1020. polyline: {
  1021. material: 'rgb(116,178,255)',
  1022. width: 10,
  1023. clampToGround: true,
  1024. // distanceDisplayCondition: [0, 1500000],
  1025. heightReference: 1,
  1026. disableDepthTestDistance: 50000000,
  1027. zIndex: 2
  1028. }
  1029. }
  1030. }
  1031. },
  1032. {
  1033. type: 'geojson_xian',
  1034. name: 'N_HRI_L',
  1035. label: '河流线',
  1036. show: false,
  1037. parms: {
  1038. url: './static/data/json/dlg/N_HRI_L.json',
  1039. style: {
  1040. polyline: {
  1041. material: 'rgb(116,178,255)',
  1042. width: 10,
  1043. clampToGround: true,
  1044. // distanceDisplayCondition: [0, 1500000],
  1045. heightReference: 1,
  1046. disableDepthTestDistance: 50000000,
  1047. zIndex: 2
  1048. }
  1049. }
  1050. }
  1051. },
  1052. {
  1053. type: 'geojson_xian',
  1054. name: 'N_HRN_L',
  1055. label: '水网线',
  1056. show: false,
  1057. parms: {
  1058. url: './static/data/json/dlg/N_HRN_L.json',
  1059. style: {
  1060. polyline: {
  1061. material: 'rgb(116,178,255)',
  1062. width: 10,
  1063. clampToGround: true,
  1064. // distanceDisplayCondition: [0, 1500000],
  1065. heightReference: 1,
  1066. disableDepthTestDistance: 50000000,
  1067. zIndex: 2
  1068. }
  1069. }
  1070. }
  1071. }
  1072. // {
  1073. // type: "geojson_xian",
  1074. // name: "VEG_L",
  1075. // label: "植被与土质线",
  1076. // show: false,
  1077. // parms: {
  1078. // url: "./static/data/json/dlg/VEG_L.json",
  1079. // style: {
  1080. // polyline: {
  1081. // material: "rgb(116,178,255)",
  1082. // width: 10,
  1083. // clampToGround: true,
  1084. // // distanceDisplayCondition: [0, 1500000],
  1085. // heightReference: 1,
  1086. // disableDepthTestDistance: 50000000,
  1087. // zIndex: 2
  1088. // }
  1089. // }
  1090. // }
  1091. // },
  1092. // {
  1093. // type: "geojson_xian",
  1094. // name: "TRA_RL",
  1095. // label: "道路线",
  1096. // show: false,
  1097. // parms: {
  1098. // url: "./static/data/json/dlg/TRA_RL.json",
  1099. // style: {
  1100. // polyline: {
  1101. // material: "rgb(116,178,255)",
  1102. // width: 10,
  1103. // clampToGround: true,
  1104. // // distanceDisplayCondition: [0, 1500000],
  1105. // heightReference: 1,
  1106. // disableDepthTestDistance: 50000000,
  1107. // zIndex: 2
  1108. // }
  1109. // }
  1110. // }
  1111. // },
  1112. // {
  1113. // type: "geojson_xian",
  1114. // name: "RES_L",
  1115. // label: "居民地线",
  1116. // show: false,
  1117. // parms: {
  1118. // url: "./static/data/json/dlg/RES_L.json",
  1119. // style: {
  1120. // polyline: {
  1121. // material: "rgb(116,178,255)",
  1122. // width: 10,
  1123. // clampToGround: true,
  1124. // // distanceDisplayCondition: [0, 1500000],
  1125. // heightReference: 1,
  1126. // disableDepthTestDistance: 50000000,
  1127. // zIndex: 2
  1128. // }
  1129. // }
  1130. // }
  1131. // },
  1132. // {
  1133. // type: "geojson_xian",
  1134. // name: "TRA_FL",
  1135. // label: "交通附属设施线",
  1136. // show: false,
  1137. // parms: {
  1138. // url: "./static/data/json/dlg/TRA_FL.json",
  1139. // style: {
  1140. // polyline: {
  1141. // material: "rgb(116,178,255)",
  1142. // width: 10,
  1143. // clampToGround: true,
  1144. // // distanceDisplayCondition: [0, 1500000],
  1145. // heightReference: 1,
  1146. // disableDepthTestDistance: 50000000,
  1147. // zIndex: 2
  1148. // }
  1149. // }
  1150. // }
  1151. // },
  1152. // {
  1153. // type: "geojson_xian",
  1154. // name: "RES_FL",
  1155. // label: "设施线",
  1156. // show: false,
  1157. // parms: {
  1158. // url: "./static/data/json/dlg/RES_FL.json",
  1159. // style: {
  1160. // polyline: {
  1161. // material: "rgb(116,178,255)",
  1162. // width: 10,
  1163. // clampToGround: true,
  1164. // // distanceDisplayCondition: [0, 1500000],
  1165. // heightReference: 1,
  1166. // disableDepthTestDistance: 50000000,
  1167. // zIndex: 2
  1168. // }
  1169. // }
  1170. // }
  1171. // },
  1172. // {
  1173. // type: "geojson_xian",
  1174. // name: "TRA_CL",
  1175. // label: "道路中心线",
  1176. // show: false,
  1177. // parms: {
  1178. // url: "./static/data/json/dlg/TRA_CL.json",
  1179. // style: {
  1180. // polyline: {
  1181. // material: "rgb(116,178,255)",
  1182. // width: 10,
  1183. // clampToGround: true,
  1184. // // distanceDisplayCondition: [0, 1500000],
  1185. // heightReference: 1,
  1186. // disableDepthTestDistance: 50000000,
  1187. // zIndex: 2
  1188. // }
  1189. // }
  1190. // }
  1191. // },
  1192. // {
  1193. // type: "geojson_xian",
  1194. // name: "HYD_CL",
  1195. // label: "水系中心线",
  1196. // show: false,
  1197. // parms: {
  1198. // url: "./static/data/json/dlg/HYD_CL.json",
  1199. // style: {
  1200. // polyline: {
  1201. // material: "rgb(116,178,255)",
  1202. // width: 10,
  1203. // clampToGround: true,
  1204. // // distanceDisplayCondition: [0, 1500000],
  1205. // heightReference: 1,
  1206. // disableDepthTestDistance: 50000000,
  1207. // zIndex: 2
  1208. // }
  1209. // }
  1210. // }
  1211. // },
  1212. // {
  1213. // type: "geojson_xian",
  1214. // name: "HYD_L",
  1215. // label: "水系线",
  1216. // show: false,
  1217. // parms: {
  1218. // url: "./static/data/json/dlg/HYD_L.json",
  1219. // style: {
  1220. // polyline: {
  1221. // material: "rgb(116,178,255)",
  1222. // width: 10,
  1223. // clampToGround: true,
  1224. // // distanceDisplayCondition: [0, 1500000],
  1225. // heightReference: 1,
  1226. // disableDepthTestDistance: 50000000,
  1227. // zIndex: 2
  1228. // }
  1229. // }
  1230. // }
  1231. // },
  1232. // {
  1233. // type: "geojson_xian",
  1234. // name: "HYD_NL",
  1235. // label: "水系注记",
  1236. // show: false,
  1237. // parms: {
  1238. // url: "./static/data/json/dlg/HYD_NL.json",
  1239. // style: {
  1240. // polyline: {
  1241. // material: "rgb(116,178,255)",
  1242. // width: 10,
  1243. // clampToGround: true,
  1244. // // distanceDisplayCondition: [0, 1500000],
  1245. // heightReference: 1,
  1246. // disableDepthTestDistance: 50000000,
  1247. // zIndex: 2
  1248. // }
  1249. // }
  1250. // }
  1251. // },
  1252. // {
  1253. // type: "geojson_xian",
  1254. // name: "PIP_FL",
  1255. // label: "管线设施线",
  1256. // show: false,
  1257. // parms: {
  1258. // url: "./static/data/json/dlg/PIP_FL.json",
  1259. // style: {
  1260. // polyline: {
  1261. // material: "rgb(116,178,255)",
  1262. // width: 10,
  1263. // clampToGround: true,
  1264. // // distanceDisplayCondition: [0, 1500000],
  1265. // heightReference: 1,
  1266. // disableDepthTestDistance: 50000000,
  1267. // zIndex: 2
  1268. // }
  1269. // }
  1270. // }
  1271. // },
  1272. // {
  1273. // type: "geojson_xian",
  1274. // name: "CTL_L",
  1275. // label: "等高线",
  1276. // show: false,
  1277. // parms: {
  1278. // url: "./static/data/json/dlg/CTL_L.json",
  1279. // style: {
  1280. // polyline: {
  1281. // material: "rgb(116,178,255)",
  1282. // width: 10,
  1283. // clampToGround: true,
  1284. // // distanceDisplayCondition: [0, 1500000],
  1285. // heightReference: 1,
  1286. // disableDepthTestDistance: 50000000,
  1287. // zIndex: 2
  1288. // }
  1289. // }
  1290. // }
  1291. // },
  1292. // {
  1293. // type: "geojson_xian",
  1294. // name: "TER_L",
  1295. // label: "地貌线",
  1296. // show: false,
  1297. // parms: {
  1298. // url: "./static/data/json/dlg/TER_L.json",
  1299. // style: {
  1300. // polyline: {
  1301. // material: "rgb(116,178,255)",
  1302. // width: 10,
  1303. // clampToGround: true,
  1304. // // distanceDisplayCondition: [0, 1500000],
  1305. // heightReference: 1,
  1306. // disableDepthTestDistance: 50000000,
  1307. // zIndex: 2
  1308. // }
  1309. // }
  1310. // }
  1311. // }
  1312. ]
  1313. },
  1314. {
  1315. type: 'group',
  1316. name: '面图层',
  1317. label: '面图层',
  1318. children: [
  1319. {
  1320. type: 'geojson_mian',
  1321. name: 'H_BBI_A',
  1322. label: '建筑物及附属设施面',
  1323. show: false,
  1324. parms: {
  1325. url: './static/data/json/dlg/H_BBI_L.json'
  1326. }
  1327. },
  1328. {
  1329. type: 'geojson_mian',
  1330. name: 'H_BFI_A',
  1331. label: '场地面',
  1332. show: false,
  1333. parms: {
  1334. url: './static/data/json/dlg/H_BFI_A.json'
  1335. }
  1336. },
  1337. {
  1338. type: 'geojson_mian',
  1339. name: 'H_BGR_A',
  1340. label: '公共绿地面',
  1341. show: false,
  1342. parms: {
  1343. url: './static/data/json/dlg/H_BGR_A.json'
  1344. }
  1345. },
  1346. {
  1347. type: 'geojson_mian',
  1348. name: 'H_BST_A',
  1349. label: '构筑物面',
  1350. show: false,
  1351. parms: {
  1352. url: './static/data/json/dlg/H_BST_A.json'
  1353. }
  1354. },
  1355. {
  1356. type: 'geojson_mian',
  1357. name: 'H_LCI_A',
  1358. label: '城市道路面',
  1359. show: false,
  1360. parms: {
  1361. url: './static/data/json/dlg/H_LCI_A.json'
  1362. }
  1363. },
  1364. {
  1365. type: 'geojson_mian',
  1366. name: 'H_LFC_A',
  1367. label: '城市道路面',
  1368. show: false,
  1369. parms: {
  1370. url: './static/data/json/dlg/H_LFC_A.json'
  1371. }
  1372. },
  1373. {
  1374. type: 'geojson_mian',
  1375. name: 'H_LHN_A',
  1376. label: '路网面',
  1377. show: false,
  1378. parms: {
  1379. url: './static/data/json/dlg/H_LHN_A.json'
  1380. }
  1381. },
  1382. {
  1383. type: 'geojson_mian',
  1384. name: 'H_LIN_A',
  1385. label: '城际公路线',
  1386. show: false,
  1387. parms: {
  1388. url: './static/data/json/dlg/H_LIN_A.json'
  1389. }
  1390. },
  1391. {
  1392. type: 'geojson_mian',
  1393. name: 'H_LOT_A',
  1394. label: '其他通道(公路)面',
  1395. show: false,
  1396. parms: {
  1397. url: './static/data/json/dlg/H_LOT_A.json'
  1398. }
  1399. },
  1400. {
  1401. type: 'geojson_mian',
  1402. name: 'H_LRN_A',
  1403. label: '铁路网面',
  1404. show: false,
  1405. parms: {
  1406. url: './static/data/json/dlg/H_LRN_A.json'
  1407. }
  1408. },
  1409. {
  1410. type: 'geojson_mian',
  1411. name: 'N_HBE_A',
  1412. label: '河滩面',
  1413. show: false,
  1414. parms: {
  1415. url: './static/data/json/dlg/N_HBE_A.json'
  1416. }
  1417. },
  1418. {
  1419. type: 'geojson_mian',
  1420. name: 'N_HLA_A',
  1421. label: '湖泊面',
  1422. show: false,
  1423. parms: {
  1424. url: './static/data/json/dlg/N_HLA_A.json'
  1425. }
  1426. },
  1427. {
  1428. type: 'geojson_mian',
  1429. name: 'N_HRI_A',
  1430. label: '河流面',
  1431. show: false,
  1432. parms: {
  1433. url: './static/data/json/dlg/N_HRI_A.json'
  1434. }
  1435. },
  1436. {
  1437. type: 'geojson_mian',
  1438. name: 'yl',
  1439. label: '院落',
  1440. show: false,
  1441. parms: {
  1442. url: './static/data/json/dlg/yl.json'
  1443. }
  1444. }
  1445. // {
  1446. // type: "geojson_mian",
  1447. // name: "RES_FR",
  1448. // label: "设施面",
  1449. // show: false,
  1450. // parms: {
  1451. // url: "./static/data/json/dlg/RES_FR.json",
  1452. // style: {}
  1453. // }
  1454. // },
  1455. // {
  1456. // type: "geojson_mian",
  1457. // name: "RES_R",
  1458. // label: "居民地面",
  1459. // show: false,
  1460. // parms: {
  1461. // url: "./static/data/json/dlg/RES_R.json",
  1462. // style: {}
  1463. // }
  1464. // },
  1465. // {
  1466. // type: "geojson_mian",
  1467. // name: "ZRZ_R",
  1468. // label: "自然幢",
  1469. // show: false,
  1470. // parms: {
  1471. // url: "./static/data/json/dlg/ZRZ_R.json",
  1472. // style: {}
  1473. // }
  1474. // },
  1475. // {
  1476. // type: "geojson_mian",
  1477. // name: "YAR_R",
  1478. // label: "院落面",
  1479. // show: false,
  1480. // parms: {
  1481. // url: "./static/data/json/dlg/YAR_R.json",
  1482. // style: {}
  1483. // }
  1484. // },
  1485. // {
  1486. // type: "geojson_mian",
  1487. // name: "HYD_R",
  1488. // label: "水系面",
  1489. // show: false,
  1490. // parms: {
  1491. // url: "./static/data/json/dlg/HYD_R.json",
  1492. // style: {}
  1493. // }
  1494. // },
  1495. // {
  1496. // type: "geojson_mian",
  1497. // name: "PIP_FR",
  1498. // label: "管线设施面",
  1499. // show: false,
  1500. // parms: {
  1501. // url: "./static/data/json/dlg/PIP_FR.json",
  1502. // style: {}
  1503. // }
  1504. // },
  1505. // {
  1506. // type: "geojson_mian",
  1507. // name: "TER_R",
  1508. // label: "地貌面",
  1509. // show: false,
  1510. // parms: {
  1511. // url: "./static/data/json/dlg/TER_R.json",
  1512. // style: {}
  1513. // }
  1514. // },
  1515. // {
  1516. // type: "geojson_mian",
  1517. // name: "VEG_R",
  1518. // label: "植被与土质面",
  1519. // show: false,
  1520. // parms: {
  1521. // url: "./static/data/json/dlg/VEG_R.json",
  1522. // style: {}
  1523. // }
  1524. // },
  1525. // {
  1526. // type: "geojson_mian",
  1527. // name: "BUI_R",
  1528. // label: "房屋面",
  1529. // show: false,
  1530. // parms: {
  1531. // url: "./static/data/json/dlg/BUI_R.json",
  1532. // style: {}
  1533. // }
  1534. // }
  1535. ]
  1536. }
  1537. ],
  1538. tilesetMap: new Map()
  1539. }