GuLiMmo
2023-12-04 495e5fd61b0093f322b7b26bd25ff9bbbaa9513d
src/pages/page-web/projects/wayline.vue
@@ -350,6 +350,8 @@
 * @param file
 */
function initKmlFile (file: string) {
  const [, address] = file.split('cloud-bucket')
  file = import.meta.env.VITE_MEDIAPANEL_API_URL + address
  removeById('kmzLine')
  const options = {
    camera: global.$viewer.scene.camera,