From d3abc352aa6bde50939b8f9b6e2c28c330af9825 Mon Sep 17 00:00:00 2001
From: Fabio Manganiello <fabio@manganiello.tech>
Date: Mon, 31 Mar 2025 12:05:09 +0200
Subject: [PATCH] Refresh the map after the point resolution has been changed

---
 frontend/src/components/Map.vue | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frontend/src/components/Map.vue b/frontend/src/components/Map.vue
index db2732e..40af5ee 100644
--- a/frontend/src/components/Map.vue
+++ b/frontend/src/components/Map.vue
@@ -547,6 +547,8 @@ export default {
         ...this.showMetrics.toQuery(),
         resolutionMeters: this.resolutionMeters,
       })
+
+      this.refreshMap()
     },
 
     showMetrics: {