摘要: <template> <div class="centermap" ref="mapContainer"></div> </template> <script setup lang="ts"> import { ref, onMounted } from 'vue'; import AMapLoad 阅读全文
posted @ 2024-06-11 14:26 张甜瓜 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 创建一个js文件工具 // WGS84 to GCJ-02 converter // 高德转地球坐标 // coordinateUtils.js const PI = 3.1415926535897932384626; const a = 6378245.0; // a: WGS84 大地坐标系的长 阅读全文
posted @ 2024-06-03 11:41 张甜瓜 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="box" v-move> <div class="header"></div> <div>内容</div> </div></template> <script setup lang="ts">import { ref, Directive, Direct 阅读全文
posted @ 2024-05-20 16:16 张甜瓜 阅读(16) 评论(0) 推荐(0) 编辑