Skip to content
Snippets Groups Projects
Commit 6d61c2d0 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added data-mainmap-height="700px;" to the actual map tags

parent c2295f5f
No related branches found
No related tags found
No related merge requests found
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
<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="nordicSeptoriaMapScript" type="text/javascript" src="{{settings.VIPSLOGIC_PROTOCOL}}://{{settings.VIPSLOGIC_SERVER_NAME}}/public/nordic_septoria_map/nordic_septoria_map.js"/></script>
</code> </code>
<p>Then the application will look like this</p> <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="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--> <!--script id="zymoGridMapScript" type="text/javascript" src="http://restclienthtml/public/nordic_septoria_whs/nordic_septoria_whs.js"/></script-->
<ul> <ul>
<li>If you omit the style attribute, the application will fill all available space</li> <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-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> </ul>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment