/** * [systemConfig description] * @type {Object} * auth yangyang * version 0.0.1 */ var systemConfig = { assetsUrl:"http://localhost:2013", mapViewer:{ center:[31.105589678244445, 121.72894516017521], zoom:11 }, token:'65463DEE-620A-0ED5-2385-17ECD07CD351',//公共地图资源token mapService:'http://121.43.55.7:10011/proxy/',//地图服务 } //地图全局变量声明 var map2DViewer = { markers:{}, polygons:{}, polylines:{}, circles:{}, map:null, jlMap:null, jlControl: {}, layers:{}, groups:{} }