Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSLogic
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
VIPSLogic
Commits
47870c9e
Commit
47870c9e
authored
2 months ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
phytophthora: Removed some categories
parent
9025a31c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/webapp/map_applications/phytophthora/js/map.js
+1
-3
1 addition, 3 deletions
src/main/webapp/map_applications/phytophthora/js/map.js
with
1 addition
and
3 deletions
src/main/webapp/map_applications/phytophthora/js/map.js
+
1
−
3
View file @
47870c9e
...
...
@@ -47,7 +47,6 @@ async function initMap() {
'
vaccinium myrtillus
'
:
[
204
,
0
,
204
,
1
],
// Lilla 2
'
pieris
'
:
[
255
,
0
,
255
,
1
],
// Lilla 3
'
viburnum
'
:
[
255
,
51
,
255
,
1
],
// Lilla 4
'
ericaceae
'
:
[
255
,
102
,
255
,
1
],
// Lilla 5
'
fagus sylvatica
'
:
[
255
,
0
,
0
,
1
],
// Bøk = rød
'
alnus incana
'
:
[
239
,
133
,
19
,
1
],
// Gråor = dyp oransje
'
quercus
'
:
[
239
,
236
,
19
,
1
],
// Eik = gul
...
...
@@ -399,7 +398,6 @@ var forekomsttypeLatinskeNavn = [
"
Vaccinium myrtillus
"
,
// Blåbær
"
Pieris
"
,
// Pyramidelyng
"
Viburnum
"
,
// Korsved
"
Ericaceae
"
,
// Lyngfamilien
"
Fagus sylvatica
"
,
//"Bøk",
"
Alnus incana
"
,
//"Gråor",
"
Quercus
"
,
//"Eik",
...
...
@@ -436,7 +434,7 @@ var getCropOrganism = function (organismId) {
const
symptomer
=
[
"
Flekker
"
,
"
Glisne kroner
"
,
"
Oppsprekking
"
,
"
Død
"
,
"
Andre symptom
"
,
"
Andre skader
"
,
"
Ikke symptom
"
,
"
Irrelevant
"
];
const
uttakssteder
=
[
"
Import
"
,
"
Hagesentre
"
,
"
Planteskole
"
,
"
Grøntanlegg
"
,
"
Naturområder
"
];
const
uttakssteder
=
[
"
Import
"
,
"
Hagesentre
"
,
"
Planteskole
"
,
"
Grøntanlegg
"
];
const
funns
=
[
"
[Ukjent]
"
,
"
Sanns. Phyt.
"
,
"
Phytophthora ramorum
"
,
"
Phytophthora syringae
"
,
"
Phytophthora hedraiandra
"
,
"
Negativ
"
,
"
Phytophthora gonapodyides
"
,
"
Phytophthora lacustris
"
,
"
Phytophthora plurivora
"
,
"
Phytophthora cambivora
"
,
"
Phytophthora cactorum
"
,
"
Phytophthora sp
"
]
const
provetyper
=
[
"
[Ikke prøve]
"
,
"
Blad
"
,
"
Skudd (og blad
"
,
"
Jord
"
,
"
Vev
"
,
"
Vann
"
,
"
Bait
"
];
...
...
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