From 6d61c2d01dd37470bab791fbb09fb269474a8a77 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 10 Dec 2019 09:06:45 +0100
Subject: [PATCH] Added data-mainmap-height="700px;" to the actual map tags

---
 mock/templates/mock/zymogridmapclient.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mock/templates/mock/zymogridmapclient.html b/mock/templates/mock/zymogridmapclient.html
index 10637bad..9daaf2c4 100644
--- a/mock/templates/mock/zymogridmapclient.html
+++ b/mock/templates/mock/zymogridmapclient.html
@@ -19,13 +19,13 @@
 	&lt;script id="nordicSeptoriaMapScript" type="text/javascript" src="{{settings.VIPSLOGIC_PROTOCOL}}://{{settings.VIPSLOGIC_SERVER_NAME}}/public/nordic_septoria_map/nordic_septoria_map.js"/&gt;&lt;/script&gt;
 	</code>
 	<p>Then the application will look like this</p>
-	<div id="nordicSeptoriaMapContainer" style="width:800px;" data-language="dk"></div>
+	<div id="nordicSeptoriaMapContainer" style="width:800px;" data-language="dk" data-mainmap-height="700px;"></div>
 	<script id="nordicSeptoriaMapScript" type="text/javascript" src="{{settings.VIPSLOGIC_PROTOCOL}}://{{settings.VIPSLOGIC_SERVER_NAME}}/public/nordic_septoria_map/nordic_septoria_map.js"/></script>
 	<!--script id="zymoGridMapScript" type="text/javascript" src="http://restclienthtml/public/nordic_septoria_whs/nordic_septoria_whs.js"/></script-->
 	<ul>
 		<li>If you omit the style attribute, the application will fill all available space</li>
 		<li>If you omit the data-language attribute, the default language (en) will be used. Currently supported languages are no, dk and en. </li>
-		<li>If you omit the data-mainmap-height attribute, the main map's heigth will be 450px</li>
+		<li>If you omit the data-mainmap-height attribute, the main map's height will be 450px.</li>
 	</ul>
 </body>
 </html>
\ No newline at end of file
-- 
GitLab