From 5b714d0b7ad432692db7632e485b978913ef9295 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 22 Nov 2023 15:58:11 +0100
Subject: [PATCH] Add support for multi language map legend

---
 spatial/templates/spatial/gridmap.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spatial/templates/spatial/gridmap.html b/spatial/templates/spatial/gridmap.html
index a44cc9e7..cca6da27 100644
--- a/spatial/templates/spatial/gridmap.html
+++ b/spatial/templates/spatial/gridmap.html
@@ -33,7 +33,7 @@
 			<div class="form-group" id="paramselector" style="position: absolute; right: 20px; bottom: 20px; background-color: white; z-index: 1000;padding: 15px; border-radius: 15px;">
 			</div>
 			<div id="layerLegend" style="position: absolute; right: 20px; top: 20px; background-color: white; z-index: 1000;padding: 15px; border-radius: 15px;">
-				<img id="layerLegendImg" src=""/>
+				
 			</div>
         </div>
 		<div id="popup" title="Location details"></div>
-- 
GitLab