mapConfig.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * @Author: sjl
  3. * @Date: 2023-06-07 14:13:28
  4. * @Descripttion:
  5. */
  6. window.mapConfig = {
  7. demUrl: 'http://221.182.8.141:15000/iserver/services/3D-lzyx_bcdem/rest/realspace/datas/%E8%A1%A5%E5%85%85%E5%BD%B1%E5%83%8F_%E9%AB%98%E7%A8%8B@lzyx_bc',
  8. isSct: true,
  9. // demUrl: true,
  10. // updateHeight: 'http://221.182.8.141:8090/iserver/services/spatialAnalysis-gk/restjsr/spatialanalyst/geometry/3d/extractvector3d.js',
  11. updateHeight: 'http://221.182.8.141:15000/iserver/services/spatialAnalysis-lzyx_bcdem/restjsr/spatialanalyst/geometry/3d/extractvector3d.json',
  12. sceneName: 'lzyx_bcdem',
  13. layerName: '补充影像_高程@lzyx_bc',
  14. layers2D: [
  15. // {
  16. // id: 'lzyxbcdom',
  17. // title: '超图三维缓存',
  18. // epsg: 4326,
  19. // type: 'SUPER_3D',
  20. // show: true,
  21. // minimumLevel: 0,
  22. // maximumLevel: 18,
  23. // url: ['http://221.182.8.141:15000/iserver/services/3D-local3DCache-lzyxbcdom/rest/realspace/datas/lzyx_bc_dom'],
  24. // },
  25. // {
  26. // id: 'dzdt',
  27. // title: '电子地图',
  28. // epsg: 4326,
  29. // type: 'SUPER_3D',
  30. // show: false,
  31. // minimumLevel: 0,
  32. // maximumLevel: 18,
  33. // url: ['http://221.182.8.141:15000/iserver/services/map-ugcv5-lzdzdtmap2/rest/maps/lzdzdtmap'],
  34. // },
  35. {
  36. id: 'baseyx',
  37. title: '高德影像图',
  38. epsg: 4326,
  39. type: 'GD',
  40. show: true,
  41. minimumLevel: 0,
  42. maximumLevel: 18,
  43. url: ['https://webst02.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}'],
  44. },
  45. // {
  46. // id: 'TDT',
  47. // title: '高德影像图',
  48. // epsg: 4326,
  49. // type: 'TDT',
  50. // show: true,
  51. // minimumLevel: 0,
  52. // maximumLevel: 18,
  53. // url: [
  54. // 'http://t0.tianditu.gov.cn/vec_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=vec&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default&format=tiles&tk=15f7b01aababbb39ab568f4ba12ea21c',
  55. // // 'http://t0.tianditu.com/cva_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=cva&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default.jpg&tk=d6a72a78a43a2c17294b72ab26354cd6',
  56. // 'http://t0.tianditu.com/cia_w/wmts?service=wmts&request=GetTile&version=1.0.0&LAYER=cia&tileMatrixSet=w&TileMatrix={TileMatrix}&TileRow={TileRow}&TileCol={TileCol}&style=default.jpg&tk=15f7b01aababbb39ab568f4ba12ea21c',
  57. // ],
  58. // },
  59. ],
  60. layers3D: [],
  61. };