From 51ba89192e1b2775b49a76c5c905d82e2bd1c731 Mon Sep 17 00:00:00 2001 From: TigerNiu <1356219320@qq.com> Date: Tue, 18 Nov 2025 19:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A1=97=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 25 +- package-lock.json | 287 + package.json | 2 + public/data/tianjin.geojson | 1 + public/data/tianjin_street.geojson | 248182 ++++++++++++++++++++++++++ src/assets/mockPlotData.js | 149 +- src/components/MapView.vue | 405 +- src/components/PlotPopup.vue | 99 + src/components/SamplePopup.vue | 257 + src/main.js | 7 +- src/style.css | 18 +- tianjin_street.qmd | 27 + 12 files changed, 249291 insertions(+), 168 deletions(-) create mode 100644 public/data/tianjin.geojson create mode 100644 public/data/tianjin_street.geojson create mode 100644 src/components/PlotPopup.vue create mode 100644 src/components/SamplePopup.vue create mode 100644 tianjin_street.qmd diff --git a/index.html b/index.html index d715f0a..024c9ee 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ -
- - - -