window.conf = {}; //演示类型,mock/online conf.mode = "mock" //需要引入的sdk插件地址 conf.script = [ './static/jquery-1.11.0.min.js', './static/SmartEarthSDK/Cesium/Cesium.js', './static/SmartEarthSDK/SmartEarth.min.js', "./src/utils/hls.min.js" // 'http://172.82.4.119:8080/MapSDK/map.api.js', // 'http://172.82.4.119:8080/MapSDK/ThirdParty/heatmap.min.js' ] /*************三维引擎相关配置结束********************/ //三维引擎需要加载的插件 for (var i = 0, l = conf.script.length; i < l; i++) { document.write(''); } //白模底图数据地址 conf.bmurl = 'http://183.162.245.49:8099/changshabm/tileset.json'; // conf.bmurl = 'http://localhost/csxioc/wlbaimo/tileset.json';