北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
lixuliang
2024-03-15 e3c2da34f27e3f65b5885846dab478f4af20ffe6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<script>
const layers = [];
const alpha = 1;
const geoMap = null;
const baseMap = null;
const ImageLayer = null;
const annotation = null;
const hexin = null;
const yzxcgh = null;
const historyLayer = null;
const historyLW = null;
const rotate = 90;
const GPSMarker = null;
 
export default {
  layers, //收集器
  alpha,
  geoMap,
  baseMap,
  ImageLayer,
  annotation,
  hexin,
  yzxcgh,
  historyLayer,
  historyLW,
  rotate,
  GPSMarker
};
</script>