Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSWeb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSWeb
Commits
3fe66b06
Commit
3fe66b06
authored
5 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Updated references to correct map
parent
e07542ab
No related branches found
No related tags found
1 merge request
!5
Observation masking
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mock/templates/mock/zymogridmapclient.html
+4
-4
4 additions, 4 deletions
mock/templates/mock/zymogridmapclient.html
with
4 additions
and
4 deletions
mock/templates/mock/zymogridmapclient.html
+
4
−
4
View file @
3fe66b06
...
@@ -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>
<
div id="
zymoGrid
MapContainer" style="width:800px;" data-language="dk"
><
/div
>
<br/>
<
div id="
nordicSeptoria
MapContainer" style="width:800px;" data-language="dk"
><
/div
>
<br/>
<
script id="
zymoGrid
MapScript" type="text/javascript" src="{{settings.VIPSLOGIC_PROTOCOL}}://{{settings.VIPSLOGIC_SERVER_NAME}}/public/nordic_septoria_
whs
/nordic_septoria_
whs
.js"/
><
/script
>
<
script id="
nordicSeptoria
MapScript" 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=
"
zymoGrid
MapContainer"
style=
"width:800px;"
data-language=
"dk"
></div>
<div
id=
"
nordicSeptoria
MapContainer"
style=
"width:800px;"
data-language=
"dk"
></div>
<script
id=
"
zymoGrid
MapScript"
type=
"text/javascript"
src=
"{{settings.VIPSLOGIC_PROTOCOL}}://{{settings.VIPSLOGIC_SERVER_NAME}}/public/nordic_septoria_
whs
/nordic_septoria_
whs
.js"
/></script>
<script
id=
"
nordicSeptoria
MapScript"
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment