config.js 660 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:10
  12. },
  13. token:'65463DEE-620A-0ED5-2385-17ECD07CD351',//公共地图资源token
  14. mapService:'http://121.43.55.7:10011/proxy/',//地图服务
  15. imageryLayer:"http://t0.tianditu.gov.cn/DataServer?T=img_w&X={x}&Y={y}&L={z}&tk=f331ba0b9ab96fb21c56d91de868935d"
  16. }
  17. //地图全局变量声明
  18. var map2DViewer = {
  19. markers:{},
  20. polygons:{},
  21. polylines:{},
  22. circles:{},
  23. map:null,
  24. jlMap:null,
  25. jlControl: {},
  26. layers:{},
  27. groups:{}
  28. }