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>');
|
}
|