From c15ad9ab56f5661b17ae6e97685dc0cb7ca69c91 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sun, 1 Jul 2018 22:02:54 +0200 Subject: [PATCH] Let users move the view around * Let user move the view around, without automatic refocusing. * Add a button to refocus view. --- src/components/Map.vue | 18 ++++++------- src/views/Map.vue | 57 ++++++++++++++++++++++++++++++++++-------- 2 files changed, 56 insertions(+), 19 deletions(-) diff --git a/src/components/Map.vue b/src/components/Map.vue index 04e39e1..973bf60 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -1,10 +1,10 @@