From ac6964c9f49d013f1bd16d2f8f97ba3be61ab1e3 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 14 Apr 2025 16:30:38 +0200 Subject: [PATCH] fix: remove "hide home button" shown twice in map settings Co-authored-by: David Larlet --- umap/static/umap/js/modules/umap.js | 1 - 1 file changed, 1 deletion(-) diff --git a/umap/static/umap/js/modules/umap.js b/umap/static/umap/js/modules/umap.js index b941205a..655b37f2 100644 --- a/umap/static/umap/js/modules/umap.js +++ b/umap/static/umap/js/modules/umap.js @@ -833,7 +833,6 @@ export default class Umap { UIFields.push(`properties.${name}Control`) } UIFields = UIFields.concat([ - 'properties.homeControl', 'properties.moreControl', 'properties.scrollWheelZoom', 'properties.miniMap',