12345678910111213141516171819202122232425262728 |
- /**
- * [systemConfig description]
- * @type {Object}
- * auth yangyang
- * version 0.0.1
- */
- var systemConfig = {
- assetsUrl:"http://localhost:2013",
- mapViewer:{
- center:[31.105589678244445, 121.72894516017521],
- zoom:10
- },
- token:'65463DEE-620A-0ED5-2385-17ECD07CD351',//公共地图资源token
- mapService:'http://121.43.55.7:10011/proxy/',//地图服务
- imageryLayer:"http://t0.tianditu.gov.cn/DataServer?T=img_w&X={x}&Y={y}&L={z}&tk=f331ba0b9ab96fb21c56d91de868935d"
- }
- //地图全局变量声明
- var map2DViewer = {
- markers:{},
- polygons:{},
- polylines:{},
- circles:{},
- map:null,
- jlMap:null,
- jlControl: {},
- layers:{},
- groups:{}
- }
|