surprise
2024-02-02 0d02f863ebd8193ea6f6b0f363620bba6894134a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
const mapViewer = {
  initMap() {
       var earthCtrl = new SmartEarth.EarthCtrl("cesiumContainer", {
            StaticFileBaseUrl: config.StaticFileBaseUrl,
        });
  },
  setMapLocaTion(res) {
    
  },
 
 
 
 
 
 
}
export default mapViewer;