Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Grid ADASMELIAE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Models
GRID
Grid ADASMELIAE
Commits
9b79e577
Commit
9b79e577
authored
1 year ago
by
Lene Wasskog
Browse files
Options
Downloads
Patches
Plain Diff
chore: Update legends, fix expression for low migration risk
parent
b43f5e51
No related branches found
No related tags found
No related merge requests found
Pipeline
#3756
passed
1 year ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ADASMELIAE.cfg
+6
-6
6 additions, 6 deletions
ADASMELIAE.cfg
mapfile/template.j2
+3
-3
3 additions, 3 deletions
mapfile/template.j2
with
9 additions
and
9 deletions
ADASMELIAE.cfg
+
6
−
6
View file @
9b79e577
...
...
@@ -3,11 +3,11 @@
languages
=
en,nb
[i18n.en]
low_risk
=
Low
infec
tion risk
high_risk
=
High
infec
tion risk
temperature
=
T
emperature
low_risk
=
Low
migra
tion risk
high_risk
=
High
migra
tion risk
temperature
=
Maximum air t
emperature
[i18n.nb]
low_risk
=
Lav infeksjonsrisiko
high_risk
=
Høy infeksjonsrisiko
temperature
=
Temperatur
\ No newline at end of file
low_risk
=
Lav migreringsrisiko
high_risk
=
Høy migreringsrisiko
temperature
=
Maksimum lufttemperatur
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mapfile/template.j2
+
3
−
3
View file @
9b79e577
...
...
@@ -143,14 +143,14 @@ LAYER
# class using simple string comparison, equivalent to ([pixel] = 0)
CLASS
NAME "Low
infec
tion risk"
EXPRESSION ([pixel] < 3)
NAME "Low
migra
tion risk"
EXPRESSION ([pixel]
>= 0 AND [pixel]
< 3)
STYLE
COLOR 255 204 0
END
END
CLASS
NAME "High
infec
tion risk"
NAME "High
migra
tion risk"
EXPRESSION ([pixel] >= 3)
STYLE
COLOR 255 0 0
...
...
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