config.js 547 B

12345678910111213141516171819202122232425262728
  1. /**
  2. * [systemConfig description]
  3. * @type {Object}
  4. * auth yangyang
  5. * version 0.0.1
  6. */
  7. var systemConfig = {
  8. assetsUrl:"http://localhost:2013",
  9. mapViewer:{
  10. center:[31.105589678244445, 121.72894516017521],
  11. zoom:11
  12. },
  13. token:'65463DEE-620A-0ED5-2385-17ECD07CD351',//公共地图资源token
  14. mapService:'http://121.43.55.7:10011/proxy/',//地图服务
  15. }
  16. //地图全局变量声明
  17. var map2DViewer = {
  18. markers:{},
  19. polygons:{},
  20. polylines:{},
  21. circles:{},
  22. map:null,
  23. jlMap:null,
  24. jlControl: {},
  25. layers:{},
  26. groups:{}
  27. }