初始化仓库
This commit is contained in:
159
public/config/device.json
Normal file
159
public/config/device.json
Normal file
@ -0,0 +1,159 @@
|
||||
{
|
||||
"radar": {
|
||||
"name": "雷达",
|
||||
"use": "find",
|
||||
"effectStyle": {}
|
||||
},
|
||||
"aoa": {
|
||||
"name": "AOA",
|
||||
"use": "find",
|
||||
"effectType": [
|
||||
"radar"
|
||||
],
|
||||
"effectStyle": {
|
||||
"scan": true,
|
||||
"color": "#99FFFF",
|
||||
"opacity": 0.2,
|
||||
"radius": 1000,
|
||||
"findColor": "#e85858"
|
||||
}
|
||||
},
|
||||
"tdoa": {
|
||||
"name": "无线电侦测",
|
||||
"use": "find",
|
||||
"effectType": [
|
||||
"radar"
|
||||
],
|
||||
"effectStyle": {
|
||||
"scan": false,
|
||||
"color": "#99FFFF",
|
||||
"opacity": 0.1,
|
||||
"radius": 1000
|
||||
}
|
||||
},
|
||||
"direct": {
|
||||
"name": "定向",
|
||||
"use": "attack",
|
||||
"effectType": [
|
||||
"sector"
|
||||
],
|
||||
"effectStyle": {
|
||||
"color": "#ecc34d",
|
||||
"opacity": 0.2,
|
||||
"radius": 1000,
|
||||
"startAngle": 0,
|
||||
"endAngle": 120
|
||||
}
|
||||
},
|
||||
"omni": {
|
||||
"name": "全向",
|
||||
"use": "attack",
|
||||
"effectType": [
|
||||
"sector",
|
||||
"circle"
|
||||
],
|
||||
"effectStyle": {
|
||||
"sector": {
|
||||
"color": "#ecc34d",
|
||||
"opacity": 0.3,
|
||||
"radius": 1000,
|
||||
"startAngle": 0,
|
||||
"endAngle": 360
|
||||
},
|
||||
"circle": {
|
||||
"attackShow": true,
|
||||
"color": "#ecc34d",
|
||||
"radius": 1000,
|
||||
"materialType": "CircleWave",
|
||||
"speed": 5,
|
||||
"opacity": 0.5
|
||||
}
|
||||
}
|
||||
},
|
||||
"crack": {
|
||||
"name": "协议破解",
|
||||
"use": "find & attack",
|
||||
"effectType": [
|
||||
"radar"
|
||||
],
|
||||
"effectStyle": {
|
||||
"radar": {
|
||||
"scan": true,
|
||||
"color": "#99FFFF",
|
||||
"opacity": 0.3,
|
||||
"radius": 1000
|
||||
},
|
||||
"sector": {
|
||||
"color": "#ecc34d",
|
||||
"opacity": 0.2,
|
||||
"radius": 1000,
|
||||
"startAngle": 0,
|
||||
"endAngle": 360
|
||||
}
|
||||
}
|
||||
},
|
||||
"guide": {
|
||||
"name": "诱导",
|
||||
"use": "attack",
|
||||
"effectType": [
|
||||
"circle"
|
||||
],
|
||||
"effectStyle": {
|
||||
"attackShow": true,
|
||||
"color": "#ecc34d",
|
||||
"radius": 1000,
|
||||
"materialType": "ScanLine",
|
||||
"speed": 5,
|
||||
"opacity": 0.5
|
||||
}
|
||||
},
|
||||
"circular": {
|
||||
"name": "周扫",
|
||||
"use": "find",
|
||||
"effectStyle": {}
|
||||
},
|
||||
"turntable": {
|
||||
"name": "转台",
|
||||
"use": "other",
|
||||
"effectStyle": {}
|
||||
},
|
||||
"detect": {
|
||||
"name": "面阵",
|
||||
"use": "attack",
|
||||
"effectType": [
|
||||
"sector"
|
||||
],
|
||||
"effectStyle": {
|
||||
"color": "#ecc34d",
|
||||
"opacity": 0.2,
|
||||
"radius": 1000,
|
||||
"startAngle": 0,
|
||||
"endAngle": 120
|
||||
}
|
||||
},
|
||||
"car": {
|
||||
"name": "车",
|
||||
"use": "other",
|
||||
"effectStyle": {
|
||||
"color": "#99FFFF",
|
||||
"opacity": 0.3,
|
||||
"radius": 1000
|
||||
},
|
||||
"model": ""
|
||||
},
|
||||
"dectetjammin": {
|
||||
"name": "查打一体",
|
||||
"use": "find",
|
||||
"effectType": [
|
||||
"circle"
|
||||
],
|
||||
"effectStyle": {
|
||||
"attackShow": true,
|
||||
"color": "#ecc34d",
|
||||
"radius": 1000,
|
||||
"materialType": "ScanLine",
|
||||
"speed": 5,
|
||||
"opacity": 0.5
|
||||
}
|
||||
}
|
||||
}
|
||||
70
public/config/map.json
Normal file
70
public/config/map.json
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"map3d": {
|
||||
"terrain": {
|
||||
"url": "http://data.mars3d.cn/terrain",
|
||||
"show": true
|
||||
},
|
||||
"scene": {
|
||||
"center": {
|
||||
"lat": 30.92,
|
||||
"lng": 116.35,
|
||||
"alt": 5000,
|
||||
"heading": 0,
|
||||
"pitch": -45
|
||||
},
|
||||
"scene3DOnly": false,
|
||||
"shadows": false,
|
||||
"removeDblClick": true,
|
||||
"sceneMode": 3,
|
||||
"showSun": true,
|
||||
"showMoon": true,
|
||||
"showSkyBox": true,
|
||||
"showSkyAtmosphere": true,
|
||||
"fog": true,
|
||||
"fxaa": true,
|
||||
"requestRenderMode": true,
|
||||
"globe": {
|
||||
"depthTestAgainstTerrain": false,
|
||||
"baseColor": "#546a53",
|
||||
"showGroundAtmosphere": true,
|
||||
"enableLighting": false
|
||||
},
|
||||
"cameraController": {
|
||||
"zoomFactor": 3.0,
|
||||
"minimumZoomDistance": 1,
|
||||
"maximumZoomDistance": 50000000,
|
||||
"enableRotate": true,
|
||||
"enableTranslate": true,
|
||||
"enableTilt": true,
|
||||
"enableZoom": true,
|
||||
"enableCollisionDetection": true,
|
||||
"minimumCollisionTerrainHeight": 15000
|
||||
}
|
||||
},
|
||||
"control": {
|
||||
"homeButton": false,
|
||||
"baseLayerPicker": false,
|
||||
"sceneModePicker": false,
|
||||
"vrButton": false,
|
||||
"fullscreenButton": false,
|
||||
"navigationHelpButton": false,
|
||||
"animation": false,
|
||||
"timeline": false,
|
||||
"infoBox": false,
|
||||
"geocoder": false,
|
||||
"selectionIndicator": false
|
||||
},
|
||||
"basemaps": [
|
||||
{
|
||||
"id": "image-tdss",
|
||||
"name": "影像图",
|
||||
"type": "xyz",
|
||||
"url": "http:/www.tdss.website:280/tiles/img_c/{z}/{x}/{y}",
|
||||
"crs": "EPSG:4490",
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"layers": [],
|
||||
"model": []
|
||||
}
|
||||
}
|
||||
1022
public/config/people.geojson
Normal file
1022
public/config/people.geojson
Normal file
File diff suppressed because one or more lines are too long
161311
public/config/plant.geojson
Normal file
161311
public/config/plant.geojson
Normal file
File diff suppressed because it is too large
Load Diff
22
public/config/plant.json
Normal file
22
public/config/plant.json
Normal file
@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"name": "完全不行",
|
||||
"code": [220101, 220106],
|
||||
"score": 0
|
||||
},
|
||||
{
|
||||
"name": "可以考虑",
|
||||
"code": [220130, 220210],
|
||||
"score": 0.8
|
||||
},
|
||||
{
|
||||
"name": "优选",
|
||||
"code": [220211, 220218],
|
||||
"score": 1
|
||||
},
|
||||
{
|
||||
"name": "其他",
|
||||
"code": null,
|
||||
"score": 0
|
||||
}
|
||||
]
|
||||
150
public/config/soil.geojson
Normal file
150
public/config/soil.geojson
Normal file
@ -0,0 +1,150 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"name": "soil",
|
||||
"features": [
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"面顺序号": 2,
|
||||
"编码": 200601,
|
||||
"名称": "NULL",
|
||||
"类型": "沙",
|
||||
"类别": "NULL",
|
||||
"高程": -32767.0,
|
||||
"比高洞深": 0.0,
|
||||
"沟宽洞宽": 0.0,
|
||||
"方向": 0.0,
|
||||
"图形特征": "AA",
|
||||
"注记指针": 0,
|
||||
"数据来源": 80
|
||||
},
|
||||
"geometry": {
|
||||
"type": "MultiPolygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
[114.398859558468146, 27.668534446997523],
|
||||
[114.398841567989138, 27.66843944628727],
|
||||
[114.398770561175397, 27.668598440827701],
|
||||
[114.398688564905683, 27.668642435209417],
|
||||
[114.398681568167447, 27.668791139008555],
|
||||
[114.398682551889081, 27.668805434003612],
|
||||
[114.398700530390613, 27.669044433995417],
|
||||
[114.398808498211622, 27.66931443974757],
|
||||
[114.398979458680046, 27.669604449540746],
|
||||
[114.398975456297819, 27.669637449113544],
|
||||
[114.399081428454707, 27.669857454983454],
|
||||
[114.399114417913367, 27.669948456699661],
|
||||
[114.399132418787318, 27.66991845804009],
|
||||
[114.399150425063638, 27.669823459694452],
|
||||
[114.399131459949814, 27.669424460433333],
|
||||
[114.398985514024133, 27.66893245329053],
|
||||
[114.398859558468146, 27.668534446997523]
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"面顺序号": 3,
|
||||
"编码": 200601,
|
||||
"名称": "NULL",
|
||||
"类型": "沙",
|
||||
"类别": "NULL",
|
||||
"高程": -32767.0,
|
||||
"比高洞深": 0.0,
|
||||
"沟宽洞宽": 0.0,
|
||||
"方向": 0.0,
|
||||
"图形特征": "AA",
|
||||
"注记指针": 0,
|
||||
"数据来源": 80
|
||||
},
|
||||
"geometry": {
|
||||
"type": "MultiPolygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
[114.400541692510458, 27.66509957473259],
|
||||
[114.400500095176668, 27.665052392232045],
|
||||
[114.400491695016882, 27.665123571325051],
|
||||
[114.400474685985259, 27.665250569575175],
|
||||
[114.400296667523236, 27.665665555802558],
|
||||
[114.400244639122562, 27.666063550396444],
|
||||
[114.400245636368041, 27.666095550299062],
|
||||
[114.400262633593869, 27.666110551341323],
|
||||
[114.400237130030888, 27.666181049313312],
|
||||
[114.400422625326087, 27.666036562234115],
|
||||
[114.400650623319606, 27.665813578337563],
|
||||
[114.400667627356526, 27.665746579790543],
|
||||
[114.400668630263027, 27.665710580036169],
|
||||
[114.400675636366742, 27.665629580897466],
|
||||
[114.400691640908789, 27.665557582309791],
|
||||
[114.400695642296725, 27.665536582673898],
|
||||
[114.400698643279341, 27.665521582945154],
|
||||
[114.400703644570171, 27.665500583378343],
|
||||
[114.400705644889257, 27.665494583540568],
|
||||
[114.400726649735361, 27.66541358533248],
|
||||
[114.400736651826961, 27.665377586163288],
|
||||
[114.400733656004093, 27.665330586204607],
|
||||
[114.400693663595291, 27.665282583816136],
|
||||
[114.400624675131539, 27.665218579591187],
|
||||
[114.400541692510458, 27.66509957473259]
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": {
|
||||
"面顺序号": 4,
|
||||
"编码": 200601,
|
||||
"名称": "NULL",
|
||||
"类型": "NULL",
|
||||
"类别": "NULL",
|
||||
"高程": -32767.0,
|
||||
"比高洞深": 0.0,
|
||||
"沟宽洞宽": 0.0,
|
||||
"方向": 0.0,
|
||||
"图形特征": "AA",
|
||||
"注记指针": 0,
|
||||
"数据来源": 0
|
||||
},
|
||||
"geometry": {
|
||||
"type": "MultiPolygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[
|
||||
[114.401093669523547, 27.676800552726455],
|
||||
[114.40121567541533, 27.676597561760744],
|
||||
[114.401142428491312, 27.676579847031775],
|
||||
[114.400998686989595, 27.676693547016022],
|
||||
[114.400856685138322, 27.676869536792381],
|
||||
[114.400678681309358, 27.677108523892993],
|
||||
[114.400484651035327, 27.677682508266987],
|
||||
[114.40048562316143, 27.678016506668534],
|
||||
[114.40048561916295, 27.678064506428687],
|
||||
[114.40049261753488, 27.678076506830202],
|
||||
[114.400514620795505, 27.678013508590698],
|
||||
[114.400518621179529, 27.678004508895778],
|
||||
[114.400524622053638, 27.677987509381715],
|
||||
[114.400535622479012, 27.677970510186718],
|
||||
[114.400552622780808, 27.677948511419984],
|
||||
[114.400680629459188, 27.677729520928821],
|
||||
[114.400858641286064, 27.67739453430438],
|
||||
[114.400964655605122, 27.677107542708875],
|
||||
[114.400993658651345, 27.677039544960266],
|
||||
[114.400998659608732, 27.67702254537161],
|
||||
[114.400998659945344, 27.677018545388766],
|
||||
[114.401031666700604, 27.676901548148003],
|
||||
[114.401084668997683, 27.676816552056568],
|
||||
[114.401093669523547, 27.676800552726455]
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
22
public/config/soil.json
Normal file
22
public/config/soil.json
Normal file
@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"name": "完全不行",
|
||||
"code": [220101, 220106],
|
||||
"score": 0
|
||||
},
|
||||
{
|
||||
"name": "可以考虑",
|
||||
"code": [220130, 220210],
|
||||
"score": 0.8
|
||||
},
|
||||
{
|
||||
"name": "优选",
|
||||
"code": [220211, 220218],
|
||||
"score": 1
|
||||
},
|
||||
{
|
||||
"name": "其他",
|
||||
"code": null,
|
||||
"score": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user