From 479c87832fe13619eddcb5e149a16d72a951dd9a Mon Sep 17 00:00:00 2001 From: aiddin Date: Mon, 6 May 2024 14:47:03 +0800 Subject: [PATCH] added googlemap and openlayer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Vue3 googlemap added Vue3 Openlayers ⭐ --- src/App.vue | 5 +- src/components/Vue3GoogleMap.vue | 86 ++++++++++ src/components/Vue3Openlayers.vue | 264 +++++++++++++++++------------- 3 files changed, 241 insertions(+), 114 deletions(-) create mode 100644 src/components/Vue3GoogleMap.vue diff --git a/src/App.vue b/src/App.vue index 1bd376d..c522f31 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,13 @@ \ No newline at end of file diff --git a/src/components/Vue3GoogleMap.vue b/src/components/Vue3GoogleMap.vue new file mode 100644 index 0000000..23add8f --- /dev/null +++ b/src/components/Vue3GoogleMap.vue @@ -0,0 +1,86 @@ + + + \ No newline at end of file diff --git a/src/components/Vue3Openlayers.vue b/src/components/Vue3Openlayers.vue index 5018627..bf8534f 100644 --- a/src/components/Vue3Openlayers.vue +++ b/src/components/Vue3Openlayers.vue @@ -1,141 +1,181 @@ -