From 1a3f0779b7a4474b309a6e74d7e1e59403ad695c Mon Sep 17 00:00:00 2001 From: qqGroup0 <253114712@qq.com> Date: Thu, 30 Mar 2023 17:13:45 +0800 Subject: [PATCH] =?UTF-8?q?zqq:=E9=81=A5=E6=84=9F=E5=BD=B1=E5=83=8F?= =?UTF-8?q?=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/components/Map.vue | 29 ++ .../remoteSensingData/index.vue | 316 +++++++++++++++++- 3 files changed, 343 insertions(+), 3 deletions(-) create mode 100644 src/components/Map.vue diff --git a/package.json b/package.json index b2adea0..fb8775b 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@element-plus/icons-vue": "^2.1.0", "axios": "^1.3.4", "echarts": "^5.4.2", + "leaflet": "^1.9.3", "element-plus": "^2.3.1", "js-cookie": "^3.0.1", "mitt": "^3.0.0", diff --git a/src/components/Map.vue b/src/components/Map.vue new file mode 100644 index 0000000..743536d --- /dev/null +++ b/src/components/Map.vue @@ -0,0 +1,29 @@ + + + + + diff --git a/src/views/dataAcquisitionService/remoteSensingData/index.vue b/src/views/dataAcquisitionService/remoteSensingData/index.vue index 0c18556..2162fdb 100644 --- a/src/views/dataAcquisitionService/remoteSensingData/index.vue +++ b/src/views/dataAcquisitionService/remoteSensingData/index.vue @@ -1,5 +1,315 @@ - - remoteSensingData + + + + + + + Select time range + + Start time + + + + + End time + + + + + + Select a region + + {{ + // coordinate + 'Lat:' + coordinate.lat.toFixed("3") + ', Lng:' + coordinate.lng.toFixed("3") + }} + + + + + + Add coordinates + Clear coordinates + + + + Select satellite type + + + + + + Start Crawl + Cancel + + + + + - \ No newline at end of file + + + + + \ No newline at end of file