将输入或计算得到的坐标批量展绘到地图上,直观展示分布
+点击或拖拽 Excel 文件到此处
+.xlsx / .xls / .csv 格式
+ +| # | +名称 | +经度 | +纬度 | +操作 | +
|---|---|---|---|---|
| {{ i + 1 }} | +{{ p.name || '-' }} | +{{ p.lng.toFixed(6) }} | +{{ p.lat.toFixed(6) }} | ++ + | +
- Edit
- components/HelloWorld.vue to test HMR
-
- Check out - create-vue, the official Vue + Vite starter -
-- Learn more about IDE Support for Vue in the - Vue Docs Scaling up Guide. -
-Click on the Vite and Vue logos to learn more
- - - diff --git a/src/components/MapInteraction.vue b/src/components/MapInteraction.vue new file mode 100644 index 0000000..ecf0a2a --- /dev/null +++ b/src/components/MapInteraction.vue @@ -0,0 +1,960 @@ + +在地图上点选拾取坐标、线选量距、面选量面积,实时显示地理与投影坐标
+