初始化仓库
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
@ -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
161311
public/config/plant.geojson
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
@ -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
@ -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
|
||||
}
|
||||
]
|
||||
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
27
public/index.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<link
|
||||
href="./map/Cesium/Widgets/widgets.css"
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
/>
|
||||
<script src="./map/Cesium/Cesium.js" type="text/javascript"></script>
|
||||
<link href="./map/mars3d/mars3d.css" rel="stylesheet" type="text/css" />
|
||||
<script src="./map/mars3d/mars3d.js" type="text/javascript"></script>
|
||||
<script src="./map/turf/turf.min.js" type="text/javascript"></script>
|
||||
|
||||
<script src="./map/heatmap.js" type="text/javascript"></script>
|
||||
|
||||
<script src="./tools/colormap.js"></script>
|
||||
<script src="./tools/turf.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_0.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_1.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_10.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_11.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_12.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_13.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_14.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_15.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_16.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_17.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_18.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_19.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_2.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_20.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_21.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_22.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_23.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_24.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_25.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_26.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_27.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_3.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_4.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_5.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_6.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_7.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_8.json
Normal file
1
public/map/Cesium/Assets/IAU2006_XYS/IAU2006_XYS_9.json
Normal file
BIN
public/map/Cesium/Assets/Images/bing_maps_credit.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/map/Cesium/Assets/Images/cesium_credit.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/map/Cesium/Assets/Images/google_earth_credit.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
public/map/Cesium/Assets/Images/ion-credit.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
public/map/Cesium/Assets/Textures/LensFlare/DirtMask.jpg
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
public/map/Cesium/Assets/Textures/LensFlare/StarBurst.jpg
Normal file
|
After Width: | Height: | Size: 191 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/0/0/0.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/0/1/0.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/1/0/0.jpg
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/1/0/1.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/1/1/0.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/1/1/1.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/1/2/0.jpg
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/1/2/1.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/1/3/0.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/1/3/1.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/0/0.jpg
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/0/1.jpg
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/0/2.jpg
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/0/3.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/1/0.jpg
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/1/1.jpg
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/1/2.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/1/3.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/2/0.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/2/1.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/2/2.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/2/3.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/3/0.jpg
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/3/1.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/3/2.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/3/3.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/4/0.jpg
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/4/1.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/4/2.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/4/3.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/5/0.jpg
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/5/1.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/5/2.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/5/3.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/6/0.jpg
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/6/1.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/6/2.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/6/3.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/7/0.jpg
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/7/1.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/7/2.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/map/Cesium/Assets/Textures/NaturalEarthII/2/7/3.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TileMap version="1.0.0" tilemapservice="http://tms.osgeo.org/1.0.0">
|
||||
<Title>NE2_HR_LC_SR_W_DR_recolored.tif</Title>
|
||||
<Abstract></Abstract>
|
||||
<SRS>EPSG:4326</SRS>
|
||||
<BoundingBox miny="-90.00000000000000" minx="-180.00000000000000" maxy="90.00000000000000" maxx="180.00000000000000"/>
|
||||
<Origin y="-90.00000000000000" x="-180.00000000000000"/>
|
||||
<TileFormat width="256" height="256" mime-type="image/jpg" extension="jpg"/>
|
||||
<TileSets profile="geodetic">
|
||||
<TileSet href="0" units-per-pixel="0.70312500000000" order="0"/>
|
||||
<TileSet href="1" units-per-pixel="0.35156250000000" order="1"/>
|
||||
<TileSet href="2" units-per-pixel="0.17578125000000" order="2"/>
|
||||
</TileSets>
|
||||
</TileMap>
|
||||
BIN
public/map/Cesium/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
public/map/Cesium/Assets/Textures/SkyBox/tycho2t3_80_my.jpg
Normal file
|
After Width: | Height: | Size: 149 KiB |
BIN
public/map/Cesium/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg
Normal file
|
After Width: | Height: | Size: 164 KiB |
BIN
public/map/Cesium/Assets/Textures/SkyBox/tycho2t3_80_px.jpg
Normal file
|
After Width: | Height: | Size: 120 KiB |
BIN
public/map/Cesium/Assets/Textures/SkyBox/tycho2t3_80_py.jpg
Normal file
|
After Width: | Height: | Size: 149 KiB |
BIN
public/map/Cesium/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg
Normal file
|
After Width: | Height: | Size: 149 KiB |
BIN
public/map/Cesium/Assets/Textures/maki/airfield.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/map/Cesium/Assets/Textures/maki/airport.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/map/Cesium/Assets/Textures/maki/alcohol-shop.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/map/Cesium/Assets/Textures/maki/america-football.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/map/Cesium/Assets/Textures/maki/art-gallery.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/map/Cesium/Assets/Textures/maki/bakery.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/map/Cesium/Assets/Textures/maki/bank.png
Normal file
|
After Width: | Height: | Size: 936 B |
BIN
public/map/Cesium/Assets/Textures/maki/bar.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |