From 900e1727d83745bb6dc6aae7c7cdb4c3e03ed903 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 5 May 2021 22:43:38 +0200
Subject: [PATCH] add class to map control for view selection

---
 src/core/js/ext_map.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/js/ext_map.js b/src/core/js/ext_map.js
index 7e52270e..231515f7 100644
--- a/src/core/js/ext_map.js
+++ b/src/core/js/ext_map.js
@@ -1683,7 +1683,7 @@ var caosdb_map = new function () {
                 // TODO refactor and extract function for map controls and
                 // merge with similar code from the select_handler.
                 var button = L.DomUtil.create("div",
-                    "leaflet-bar leaflet-control leaflet-control-custom"
+                    "leaflet-bar leaflet-control leaflet-control-custom caosdb-f-map-change-view-btn"
                 );
                 button.title = "Change the view";
                 // TODO move to css
-- 
GitLab