1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459 |
- const geoserverurl = 'http://localhost:8090/geoserver/TianZhen/wms?'
- const geoserverwmtsurl = 'http://localhost:8090/geoserver/TianZhen/wmts?'
- // 系统总配置
- window.AppConfig = {
- /* 项目服务(根据项目进行更换) */
- serverBaseUrl8006: 'http://localhost:8006',
- // serverBaseUrl8006: "http://43.138.89.214:8006",
- /* 数据服务地址 */
- serverBaseUrl8010: 'http://localhost:8010',
- /* 接图表地址 */
- jietubiaourl: 'http://localhost:8012/dataServer/part3/jietubiao/', //+name.pdf
- /* 加载tiff */
- jietubiaotiffurl: 'http://localhost:8012/dataServer/part3/jietubiaotiff/', //+name.png
- //基础图层配置
- layersConfig: [
- {
- type: 'group',
- name: '基础影像',
- label: '基础影像',
- tag: '',
- show: false,
- children: [
- {
- type: 'urltemplate',
- name: '全国影像',
- label: '全国影像',
- show: false,
- parms: {
- url: 'http://localhost:9016/dataServer/part1/DATA/ChinaImage/{z}/{x}/{y}.jpg'
- }
- },
- {
- type: 'arcgis',
- name: '天镇影像',
- label: '天镇影像',
- show: true,
- parms: {
- url: 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer'
- }
- }
- ]
- },
- {
- type: 'group',
- name: '行政区划',
- label: '行政区划',
- children: [
- {
- type: 'geojson',
- name: '太原市界',
- label: '太原市界',
- show: true,
- parms: {
- url: './static/data/json/taiyuan_FeatureToLine_Featur.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- }
- ]
- },
- {
- type: 'group',
- name: '空间查询',
- label: '空间查询',
- // children: [
- // {
- // type: 'group',
- // name: '空间查询',
- // label: '数据加载',
- children: [
- {
- type: 'geojson_mian',
- name: 'jjj202308_2__cc1407252017000258',
- label: '寿阳县2019年-2m'
- },
- {
- type: 'geojson_mian',
- name: 'jjj2019_1__cc1407252017000258',
- label: '寿阳县2023年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'jjj201908_1__128_cc1410022017000325_4326',
- label: '尧都区2019年8月—1m'
- },
- {
- type: 'geojson_mian',
- name: 'poi',
- label: '天镇poi'
- },
- ]
- // }]
- },
- {
- type: 'group',
- name: '耕地流出动态监测',
- label: '耕地流出动态监测',
- children: [
- {
- type: 'geojson_mian',
- name: 'yq202004_2_jubu',
- label: '阳曲县2020年05_01'
- },
- {
- type: 'geojson_mian',
- name: 'yq202212_2_jubu',
- label: '阳曲县2022年12-2m_01'
- },
- {
- type: 'geojson_mian',
- name: 'yq202405_jubu',
- label: '阳曲县2024年05_01'
- },
- {
- type: 'geojson_mian',
- name: 'yq202405_2a_jubu',
- label: '阳曲县2024年05-2am_01'
- },
- {
- type: 'geojson_mian',
- name: 'yq202004_2',
- label: '阳曲县2020年04-2m'
- },
- {
- type: 'geojson_mian',
- name: 'yq202212_2',
- label: '阳曲县2022年12-2m'
- },
- {
- type: 'geojson_mian',
- name: 'yq202405',
- label: '阳曲县2024年05'
- },
- {
- type: 'geojson_mian',
- name: 'yq202405_2a',
- label: '阳曲县2024年05-2am'
- }
- ]
- },
- {
- type: 'group',
- name: '城市国土空间监测',
- label: '城市国土空间监测',
- children: [
- {
- type: 'geojson_mian',
- name: 'ty2014_1_jubu',
- label: '城区2014年-1m_01'
- },
- {
- type: 'geojson_mian',
- name: 'ty2017_1_jubu',
- label: '城区2017年-1m_01'
- },
- {
- type: 'geojson_mian',
- name: 'ty2021_2_jubu',
- label: '城区2021年-2m_01'
- },
- {
- type: 'geojson_mian',
- name: 'ty2023_2_jubu',
- label: '城区2023年-2m_01'
- },
- {
- type: 'geojson_mian',
- name: 'ty2014_1',
- label: '城区2014年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2017_1',
- label: '城区2017年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2021_2',
- label: '城区2021年-2m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2023_2',
- label: '城区2023年-2m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2014_1_shuiti',
- label: '城区2014年水体-1m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2017_1_shuiti',
- label: '城区2017年水体-1m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2021_2_shuiti',
- label: '城区2021年水体-2m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2023_2_shuiti',
- label: '城区2023年水体-2m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2014_1_jianzhuwu',
- label: '城区2014年房屋-1m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2017_1_jianzhuwu',
- label: '城区2017年房屋-1m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2021_2_jianzhuwu',
- label: '城区2021年房屋-2m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2023_2_jianzhuwu',
- label: '城区2023年房屋-2m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2014_1_caodi',
- label: '城区2014年草地-1m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2017_1_caodi',
- label: '城区2017年草地-1m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2021_2_caodi',
- label: '城区2021年草地-2m'
- },
- {
- type: 'geojson_mian',
- name: 'ty2023_2_caodi',
- label: '城区2023年草地-2m'
- }
- ]
- },
- {
- type: 'group',
- name: '矿山修复动态监测',
- label: '矿山修复动态监测',
- children: [
- {
- type: 'geojson_mian',
- name: 'jjj2019_1__cc1407252017000258',
- label: '寿阳县2019年-2m'
- },
- {
- type: 'geojson_mian',
- name: 'jjj202308_2__cc1407252017000258',
- label: '寿阳县2023年-1m'
- },
- // {
- // type: "geojson_mian",
- // name: "jjj201908_1__128_cc1410022017000325_4326",
- // label: "尧都区2019年8月—1m",
- // },
- // {
- // type: "geojson_mian",
- // name: "jjj202308_1_128_cc1410022017000325_4326",
- // label: "尧都区2023年8月—1m",
- // },
- {
- type: 'geojson_mian',
- name: 'HHSQ_2021_1',
- label: '左云县2021年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'HHSQ_2023_1',
- label: '左云县2023年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'hh201903_2_128_cc14118120170003112_4326',
- label: '孝义市,交口县2019年3月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'hh2021_1_128_cc1411812017000312_4326',
- label: '孝义市,交口县2021年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'hh202308_1_128_cc14118120170003112_4326',
- label: '孝义市,交口县2023年8月-1m'
- },
- {
- type: 'geojson_mian',
- name: 'hh2018_1_128_cc1411812017000285_4326',
- label: '孝义市2018年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'hh2019_2_128_cc1411812017000285_4326',
- label: '孝义市2019年-2m'
- },
- {
- type: 'geojson_mian',
- name: 'hh202308_1_128_cc14118120170001285_4326',
- label: '孝义市2023年8月-1m'
- },
- {
- type: 'geojson_mian',
- name: 'hh202308_2_128_cc141181201701285_4326',
- label: '孝义市2023年8月-2m'
- }
- ]
- },
- {
- type: 'group',
- name: '露天矿越界开采监测',
- label: '露天矿越界开采监测',
- children: [
- {
- type: 'geojson_mian',
- name: 'xy2015_4326_128',
- label: '襄垣县2015年'
- },
- {
- type: 'geojson_mian',
- name: 'xy202106_2_4326_128',
- label: '襄垣县2021年6月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'hr2016_2_128_4326',
- label: '和顺县2016年-2m'
- },
- {
- type: 'geojson_mian',
- name: 'hr2017_1_128_4326',
- label: '和顺县2017年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'hr2018_1_128_4326',
- label: '和顺县2018年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'hr202004_2_128_4326',
- label: '和顺县2020年4月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'hr202111_2_128_4326',
- label: '和顺县2021年11月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'hr202205_2_128_4326',
- label: '和顺县2022年5月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'hr202405_2_128_4326',
- label: '和顺县2024年5月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'xy2017_1_4326_128',
- label: '襄垣县2017年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'xy2020_1_4326_128',
- label: '襄垣县2020年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'xy202203_2_4326_128',
- label: '襄垣县2022年3月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'xy202304_2_4326_128',
- label: '襄垣县2023年4月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'xy202403_2_4326_128',
- label: '襄垣县2024年3月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'tjxy202004_2_project',
- label: '灵石县2020年4月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'tjxy202112_2_128',
- label: '灵石县2021年12月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'tjxy202211_2_128',
- label: '灵石县2022年11月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'tjxy202312_2_128',
- label: '灵石县2023年12月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'tjxy202406_2_128',
- label: '灵石县2024年6月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'sk202109_2_4326_128',
- label: '交口县2021年9月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'sk202207_2_4326_128',
- label: '交口县2022年7月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'sk202404_2_4326_128',
- label: '交口县2024年4月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'xj2015_4326_128',
- label: '交口县2015年'
- },
- {
- type: 'geojson_mian',
- name: 'xj2019_1_4326_128',
- label: '交口县2019年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'xj2020_1_4326_128',
- label: '交口县2020年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'xj202104_2_4326_128',
- label: '交口县2021年4月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'xj202205_2_4326_128',
- label: '交口县2022年5月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'assd2015_4326_128',
- label: '昔阳县2015年'
- },
- {
- type: 'geojson_mian',
- name: 'assd2019_1_4326_128',
- label: '昔阳县2019年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'assd2020_1_4326_128',
- label: '昔阳县2020年-1m'
- },
- {
- type: 'geojson_mian',
- name: 'assd202004_2_4326_128',
- label: '昔阳县2020年4月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'assd202102_2_4326_128',
- label: '昔阳县2021年2月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'assd202111_2_4326_128',
- label: '昔阳县2021年11月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'assd202211_2_4326_128',
- label: '昔阳县2022年11月-2m'
- },
- {
- type: 'geojson_mian',
- name: 'assd202311_2_4326_128',
- label: '昔阳县2023年11月-2m'
- }
- ]
- }
- ],
- terrainList: [
- {
- name: '山西全省dem',
- show: false,
- url: 'http://data.mars3d.cn/terrain'
- }
- ],
- tableNamesOptions: [
- {
- value: 'test1',
- label: '城市国土空间监测2015',
- area: '太原市六城区',
- dBasePeriodData: '影像数据',
- DataSituation: '2013至2023年每年的影像中变化明显的五期',
- NumberChanges: '',
- ChangeArea: ''
- },
- {
- value: 'test2',
- label: '城市国土空间监测2018',
- area: '阳曲县',
- dBasePeriodData: '2020年三调数据中耕地图斑范围',
- DataSituation: '选择影像特征明显的三至四期作为自动解译对照分析实验组的数据',
- NumberChanges: '',
- ChangeArea: ''
- },
- {
- value: 'test3',
- label: '露天矿越界开采监测2019',
- area: '阳曲县',
- dBasePeriodData: '2020年三调数据中耕地图斑范围',
- DataSituation: '最终选择影像变化明显的区域',
- NumberChanges: '',
- ChangeArea: ''
- },
- {
- value: 'test4',
- label: '露天矿越界开采监测2020',
- area: '(待定)',
- dBasePeriodData: '三个项目各自的基期影像',
- DataSituation: '修复前和修复后',
- NumberChanges: '',
- ChangeArea: ''
- },
- {
- value: 'hhsq2023_1_4326_ct1402262016000026001',
- label: '矿山修复动态监测2022',
- area: '(待定)',
- dBasePeriodData: '三个项目各自的基期影像',
- DataSituation: '修复前和修复后',
- NumberChanges: '',
- ChangeArea: ''
- },
- {
- value: 'hhsq2021_1_4326_ct1402262016000026001',
- label: '矿山修复动态监测2024',
- area: '(待定)',
- dBasePeriodData: '三个项目各自的基期影像',
- DataSituation: '修复前和修复后',
- NumberChanges: '',
- ChangeArea: ''
- },
- {
- value: 'jjj202308_1_128_cc1410022017000325_4326',
- label: '尧都区2023年8月—1m',
- area: '(待定)',
- dBasePeriodData: '三个项目各自的基期影像',
- DataSituation: '修复前和修复后',
- NumberChanges: '',
- ChangeArea: ''
- },
- {
- value: 'jjj201908_1__128_cc1410022017000325_4326',
- label: '尧都区2019年8月—1m',
- area: '(待定)',
- dBasePeriodData: '三个项目各自的基期影像',
- DataSituation: '修复前和修复后',
- NumberChanges: '',
- ChangeArea: ''
- }
- ],
- //shp图层
- shpConfig: [
- {
- type: 'group',
- name: '点图层',
- label: '点图层',
- children: [
- {
- type: 'geojson_dian',
- name: 'H_BBI_P',
- label: '建筑物及附属设施点',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BBI_A.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- name: 'H_BGR_P',
- label: '公共绿地点',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BGR_P.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- name: 'H_BST_P',
- label: '构筑物点',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BST_P.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- name: 'H_LFC_P',
- label: '轨道交通点',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LFC_P.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- name: 'H_LOT_P',
- label: '其他通道(公路)点',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LOT_P.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- name: 'H_LRF_P',
- label: '交通附属(轨道交通)点',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LRF_P.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- name: 'H_PCO_P',
- label: '通信主干线及附属设施点',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_PCO_P.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- name: 'H_PEL_P',
- label: '输电主干线及附属设施点',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_PEL_P.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- // name: "TRA_FP",
- // label: "交通附属设施点",
- name: 'M_GEN_P',
- label: '测试点',
- show: false,
- parms: {
- url: './static/data/json/dlg/M_GEN_P.json'
- }
- },
- {
- type: 'geojson_dian',
- name: 'RES_NP',
- label: '居民地注记',
- show: false,
- parms: {
- url: './static/data/json/dlg/RES_NP.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- name: 'RES_P',
- label: '居民地点',
- show: false,
- parms: {
- url: './static/data/json/dlg/RES_P.json',
- style: {}
- }
- },
- {
- type: 'geojson_dian',
- name: 'RES_FP',
- label: '设施点',
- show: false,
- parms: {
- url: './static/data/json/dlg/RES_FP.json'
- }
- },
- {
- type: 'geojson_dian',
- name: 'ELV_P',
- label: '高程点',
- show: false,
- parms: {
- url: './static/data/json/dlg/ELV_P.json'
- }
- },
- {
- type: 'geojson_dian',
- name: 'HYD_P',
- label: '水系点',
- show: false,
- parms: {
- url: './static/data/json/dlg/HYD_P.json'
- }
- },
- {
- type: 'geojson_dian',
- name: 'PIP_FP',
- label: '管线设施点',
- show: false,
- parms: {
- url: './static/data/json/dlg/PIP_FP.json'
- }
- },
- {
- type: 'geojson_dian',
- name: 'VEG_P',
- label: '植被与土质点',
- show: false,
- parms: {
- url: './static/data/json/dlg/VEG_P.json'
- }
- }
- ]
- },
- {
- type: 'group',
- name: '线图层',
- label: '线图层',
- children: [
- {
- type: 'geojson_xian',
- name: 'H_BBI_L',
- label: '建筑物及附属设施线',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BBI_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'H_BGR_L',
- label: '公共绿地线',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BGR_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'H_BST_L',
- label: '构筑物线',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BST_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'H_LCI_L',
- label: '城市道路线',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LCI_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'H_LCO_L',
- label: '乡村到路线',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LCO_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'H_LFC_L',
- label: '交通附属(公路水空)线',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LFC_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'H_LIN_L',
- label: '城际公路线',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LIN_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'H_LOT_L',
- label: '其他通道(公路)线',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LOT_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'N_HFA_L',
- label: '瀑布/跌水线',
- show: false,
- parms: {
- url: './static/data/json/dlg/N_HFA_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'N_HRI_L',
- label: '河流线',
- show: false,
- parms: {
- url: './static/data/json/dlg/N_HRI_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- },
- {
- type: 'geojson_xian',
- name: 'N_HRN_L',
- label: '水网线',
- show: false,
- parms: {
- url: './static/data/json/dlg/N_HRN_L.json',
- style: {
- polyline: {
- material: 'rgb(116,178,255)',
- width: 10,
- clampToGround: true,
- // distanceDisplayCondition: [0, 1500000],
- heightReference: 1,
- disableDepthTestDistance: 50000000,
- zIndex: 2
- }
- }
- }
- }
- // {
- // type: "geojson_xian",
- // name: "VEG_L",
- // label: "植被与土质线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/VEG_L.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "TRA_RL",
- // label: "道路线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/TRA_RL.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "RES_L",
- // label: "居民地线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/RES_L.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "TRA_FL",
- // label: "交通附属设施线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/TRA_FL.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "RES_FL",
- // label: "设施线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/RES_FL.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "TRA_CL",
- // label: "道路中心线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/TRA_CL.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "HYD_CL",
- // label: "水系中心线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/HYD_CL.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "HYD_L",
- // label: "水系线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/HYD_L.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "HYD_NL",
- // label: "水系注记",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/HYD_NL.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "PIP_FL",
- // label: "管线设施线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/PIP_FL.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "CTL_L",
- // label: "等高线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/CTL_L.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // },
- // {
- // type: "geojson_xian",
- // name: "TER_L",
- // label: "地貌线",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/TER_L.json",
- // style: {
- // polyline: {
- // material: "rgb(116,178,255)",
- // width: 10,
- // clampToGround: true,
- // // distanceDisplayCondition: [0, 1500000],
- // heightReference: 1,
- // disableDepthTestDistance: 50000000,
- // zIndex: 2
- // }
- // }
- // }
- // }
- ]
- },
- {
- type: 'group',
- name: '面图层',
- label: '面图层',
- children: [
- {
- type: 'geojson_mian',
- name: 'H_BBI_A',
- label: '建筑物及附属设施面',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BBI_L.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'H_BFI_A',
- label: '场地面',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BFI_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'H_BGR_A',
- label: '公共绿地面',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BGR_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'H_BST_A',
- label: '构筑物面',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_BST_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'H_LCI_A',
- label: '城市道路面',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LCI_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'H_LFC_A',
- label: '城市道路面',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LFC_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'H_LHN_A',
- label: '路网面',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LHN_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'H_LIN_A',
- label: '城际公路线',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LIN_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'H_LOT_A',
- label: '其他通道(公路)面',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LOT_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'H_LRN_A',
- label: '铁路网面',
- show: false,
- parms: {
- url: './static/data/json/dlg/H_LRN_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'N_HBE_A',
- label: '河滩面',
- show: false,
- parms: {
- url: './static/data/json/dlg/N_HBE_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'N_HLA_A',
- label: '湖泊面',
- show: false,
- parms: {
- url: './static/data/json/dlg/N_HLA_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'N_HRI_A',
- label: '河流面',
- show: false,
- parms: {
- url: './static/data/json/dlg/N_HRI_A.json'
- }
- },
- {
- type: 'geojson_mian',
- name: 'yl',
- label: '院落',
- show: false,
- parms: {
- url: './static/data/json/dlg/yl.json'
- }
- }
- // {
- // type: "geojson_mian",
- // name: "RES_FR",
- // label: "设施面",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/RES_FR.json",
- // style: {}
- // }
- // },
- // {
- // type: "geojson_mian",
- // name: "RES_R",
- // label: "居民地面",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/RES_R.json",
- // style: {}
- // }
- // },
- // {
- // type: "geojson_mian",
- // name: "ZRZ_R",
- // label: "自然幢",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/ZRZ_R.json",
- // style: {}
- // }
- // },
- // {
- // type: "geojson_mian",
- // name: "YAR_R",
- // label: "院落面",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/YAR_R.json",
- // style: {}
- // }
- // },
- // {
- // type: "geojson_mian",
- // name: "HYD_R",
- // label: "水系面",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/HYD_R.json",
- // style: {}
- // }
- // },
- // {
- // type: "geojson_mian",
- // name: "PIP_FR",
- // label: "管线设施面",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/PIP_FR.json",
- // style: {}
- // }
- // },
- // {
- // type: "geojson_mian",
- // name: "TER_R",
- // label: "地貌面",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/TER_R.json",
- // style: {}
- // }
- // },
- // {
- // type: "geojson_mian",
- // name: "VEG_R",
- // label: "植被与土质面",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/VEG_R.json",
- // style: {}
- // }
- // },
- // {
- // type: "geojson_mian",
- // name: "BUI_R",
- // label: "房屋面",
- // show: false,
- // parms: {
- // url: "./static/data/json/dlg/BUI_R.json",
- // style: {}
- // }
- // }
- ]
- }
- ],
- tilesetMap: new Map()
- }
|