|
@@ -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) => {
|