Skip to content

Commit

Permalink
Fixed species config for Fauna Ground Counts protocols AtlasOfLivingA…
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jun 6, 2024
1 parent 04d8188 commit a9c18f4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/main/scripts/releases/3.3/insertParatooProtocolConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,10 @@ var protocols = {
},
"fauna-ground-counts-observation.other_target_species.other_species": {
"dataType": "text"
}
},
"fauna-ground-counts-conduct-survey.observation.count": {
"dwcAttribute": "individualCount"
},
},
"viewModel": {
"fauna-ground-counts-observation.observation.pest_species": {
Expand Down Expand Up @@ -1013,22 +1016,22 @@ var protocols = {
"apiEndpoint": "ground-counts-vantage-point-surveys",
"overrides": {
"dataModel": {
"ground-counts-vantage-point-setup.observations.count_of_individuals": {
"vantage-point-conduct-survey.observations.count_of_individuals": {
"dwcAttribute": "individualCount"
},
"ground-counts-vantage-point-setup.observations.species.attributable_fauna_species": {
"vantage-point-conduct-survey.observations.species.attributable_fauna_species": {
"dataType": "species"
},
"ground-counts-vantage-point-setup.observations.species.attributable_wild_dog": {
"vantage-point-conduct-survey.observations.species.attributable_wild_dog": {
"dataType": "species"
},
"ground-counts-vantage-point-setup.observations.species.attributable_deer": {
"vantage-point-conduct-survey.observations.species.attributable_deer": {
"dataType": "species"
},
"ground-counts-vantage-point-setup.observations.spotters_name": {
"vantage-point-conduct-survey.observations.spotters_name": {
"dataType": "recordedBy"
},
"ground-counts-vantage-point-setup.other_target_species.other_species": {
"vantage-point-conduct-survey.other_target_species.other_species": {
"dataType": "text"
}
},
Expand Down

0 comments on commit a9c18f4

Please sign in to comment.