1
Surpriseplus
2022-09-16 a7e5110ef3f5fe3c9205f7d1a526b9fbbb55d826
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
window.conf = {};
window.gisUrl = 'http://183.162.245.49:3301/';
//需要引入的sdk插件地址
conf.script = [
    // 'https://cdn.bootcss.com/jquery/3.3.1/jquery.js',
    // '/static/SmartEarthSDK/Cesium/Cesium.js',
    // '/static/SmartEarthSDK/SmartEarth.min.js'
    // 'http://172.82.4.119:8080/MapSDK/map.api.js',
    // 'http://172.82.4.119:8080/MapSDK/ThirdParty/heatmap.min.js'
    // 'http://183.162.245.49:3301/MapSDK/map.api.js'
    "./MapSDK/map.api.js"
]
 
/*************三维引擎相关配置结束********************/
 
 
 
 
//三维引擎需要加载的插件
for (var i = 0, l = conf.script.length; i < l; i++) {
    document.write('<script src="' + conf.script[i] + '"></script>');
}