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

Updated references to correct map

parent e07542ab
No related branches found
No related tags found
1 merge request!5Observation masking
...@@ -15,12 +15,12 @@ ...@@ -15,12 +15,12 @@
<h1>Let's say this is the EuroWheat web page</h1> <h1>Let's say this is the EuroWheat web page</h1>
<p>What you do is that you include the following code in your HTML</p> <p>What you do is that you include the following code in your HTML</p>
<code> <code>
&lt;div id="zymoGridMapContainer" style="width:800px;" data-language="dk"&gt;&lt;/div&gt;<br/> &lt;div id="nordicSeptoriaMapContainer" style="width:800px;" data-language="dk"&gt;&lt;/div&gt;<br/>
&lt;script id="zymoGridMapScript" type="text/javascript" src="{{settings.VIPSLOGIC_PROTOCOL}}://{{settings.VIPSLOGIC_SERVER_NAME}}/public/nordic_septoria_whs/nordic_septoria_whs.js"/&gt;&lt;/script&gt; &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> </code>
<p>Then the application will look like this</p> <p>Then the application will look like this</p>
<div id="zymoGridMapContainer" style="width:800px;" data-language="dk"></div> <div id="nordicSeptoriaMapContainer" style="width:800px;" data-language="dk"></div>
<script id="zymoGridMapScript" type="text/javascript" src="{{settings.VIPSLOGIC_PROTOCOL}}://{{settings.VIPSLOGIC_SERVER_NAME}}/public/nordic_septoria_whs/nordic_septoria_whs.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-->
<p>If you omit the style attribute, the application will fill all available space</p> <p>If you omit the style attribute, the application will fill all available space</p>
<p>If you omit the data-language attribute, the default language (en) will be used. Currently supported languages are no, dk and en. </p> <p>If you omit the data-language attribute, the default language (en) will be used. Currently supported languages are no, dk and en. </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment