bill 1 ano atrás
pai
commit
767252372e
1 arquivos alterados com 12 adições e 12 exclusões
  1. 12 12
      src/view/map/coord.vue

+ 12 - 12
src/view/map/coord.vue

@@ -197,18 +197,18 @@ import {
 } from "drawing-board";
 import { flyScene, gotoPointPage, mapManage } from "./install";
 import { board } from "./install";
-import { attachImageCoord, readExif } from "@/util/image-exif";
-import { saveAs } from "@/util/file-serve";
-
-const changfile = async (ev) => {
-  readExif(ev.target.files[0]);
-  const blob = await attachImageCoord(ev.target.files[0], [
-    127.101412416667,
-    37.338276944444,
-    5,
-  ]);
-  saveAs(blob);
-};
+// import { attachImageCoord, readExif } from "@/util/image-exif";
+// import { saveAs } from "@/util/file-serve";
+
+// const changfile = async (ev) => {
+//   readExif(ev.target.files[0]);
+//   const blob = await attachImageCoord(ev.target.files[0], [
+//     127.101412416667,
+//     37.338276944444,
+//     5,
+//   ]);
+//   saveAs(blob);
+// };
 
 const inputPoint = ref<ScenePoint | null>(null);
 const updatePointName = async (scenePoint: ScenePoint) => {