12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- /* eslint-disable no-unused-vars */
- var systemConfig = {
- mapDefault: {
- bbox: {
- west: 121.11980916824218,
- north: 31.155700342743066,
- east: 121.1241744019774,
- south: 31.152623826619337
- },
- defaultH: 20000,
- center: {
- lon: 121.12248800408501,
- lat: 31.154245709770727
- },
- height: 4.008330864975905,
- heading: 165.8663710445388, // 方向 北
- pitch: 0, // 倾斜角度
- roll: 0,
- },
- server: {
- // lujiazui: "http://139.159.0.174:9002/model_data/SHLJZ/lujiazui/output",
- // shzx: "http://139.159.0.174:9002/model_data/SHLJZ/SHzhongxin/output"
- // lujiazui: "http://192.168.1.37:9002/model_data/SHLJZ/lujiazui/output",
- mainBuild: "http://192.168.1.37:9002/model_data/SHLJZ/SHSJT",
- shzxZJY_wai: "http://192.168.1.37:9002/model_data/SHZX/FBX/output/DD",
- shzxZJY_nei: "http://192.168.1.37:9002/model_data/SHZX/FBX/output/ZX",
- lujiazui: "http://192.168.1.37:9002/model_data/SHLJZ/bm_SHLJZ/output",
- // shzx: "http://192.168.1.37:9002/model_data/SHLJZ/SHzhongxin/output",
- bim: "http://192.168.1.37:9002/model_data/SHLJZ/SHZX_13F/V1_2"
- },
- shljz_waibu1: "http://oa.kqgeo.com:20231/Examples/examples/shanghai_dark/shanghai/tiles04",
- shljz_waibu2: "http://oa.kqgeo.com:20231/Examples/examples/shanghai_dark/shanghai/tiles01",
- shljz_waibu3: "http://oa.kqgeo.com:20231/Examples/examples/shanghai_dark/shanghai/shanghai_tiles",
- flyLine: [
- { lon: 121.49948045662784, lat: 31.2411279462502, h: 1000 },
- { lon: 121.49693923999646, lat: 31.2386895086069, h: 1000 },
- { lon: 121.50136668530433, lat: 31.2389137314034, h: 1000 },
- { lon: 121.49813465338575, lat: 31.2350510557102, h: 1000 },
- { lon: 121.50404480622348, lat: 31.2372540881328, h: 1000 },
- { lon: 121.50098106973118, lat: 31.2345594651471, h: 1000 },
- { lon: 121.50424436588344, lat: 31.2315313268239, h: 1000 },
- { lon: 121.50722908210552, lat: 31.2324890561841, h: 1000 },
- { lon: 121.50635936746731, lat: 31.2387112690246, h: 1000 },
- { lon: 121.51150191377067, lat: 31.2302503751018, h: 1000 },
- { lon: 121.51382903680499, lat: 31.2290386376313, h: 1000 },
- { lon: 121.51015956228336, lat: 31.2254827834044, h: 1000 },
- { lon: 121.50524112034331, lat: 31.2298483955532, h: 1000 },
- { lon: 121.51169314156239, lat: 31.2430107192877, h: 1000 },
- { lon: 121.50912517555024, lat: 31.2421369628173, h: 1000 },
- { lon: 121.51247011333076, lat: 31.2379525082075, h: 1000 },
- { lon: 121.51353261358141, lat: 31.2349751111947, h: 1000 },
- { lon: 121.51521470449437, lat: 31.2327123359323, h: 1000 },
- { lon: 121.51663977661254, lat: 31.2295453104625, h: 1000 },
- { lon: 121.52037081542558, lat: 31.2315861102789, h: 1000 },
- { lon: 121.51747940114026, lat: 31.2349917927822, h: 1000 },
- { lon: 121.51649776275404, lat: 31.2387332922888, h: 1000 },
- { lon: 121.51853568483741, lat: 31.2406676679714, h: 1000 },
- { lon: 121.51734108062497, lat: 31.2426256043812, h: 1000 },
- { lon: 121.52425706332794, lat: 31.2363516342288, h: 1000 },
- { lon: 121.52854337003527, lat: 31.2383260088448, h: 1000 },
- { lon: 121.52419405666676, lat: 31.2425496399502, h: 1000 },
- ],
- WallRegularDiffuseObj: {
- center: [121.50561516948612, 31.23364599828376],
- radius: 300.0,
- edge: 60,
- height: 400.0,
- speed: 5.0,
- minRadius: 50,
- color: "#ffffff",
- },
- lineFlowObj: {
- center: [121.50561516948612, 31.23364599828376],
- num: 120,
- color: "#ffffff",
- }
- }
|