Skip to content

Commit a9c18f4

Browse files
committed
Fixed species config for Fauna Ground Counts protocols AtlasOfLivingAustralia/ecodata#960
1 parent 04d8188 commit a9c18f4

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/main/scripts/releases/3.3/insertParatooProtocolConfig.js

+10-7
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,10 @@ var protocols = {
803803
},
804804
"fauna-ground-counts-observation.other_target_species.other_species": {
805805
"dataType": "text"
806-
}
806+
},
807+
"fauna-ground-counts-conduct-survey.observation.count": {
808+
"dwcAttribute": "individualCount"
809+
},
807810
},
808811
"viewModel": {
809812
"fauna-ground-counts-observation.observation.pest_species": {
@@ -1013,22 +1016,22 @@ var protocols = {
10131016
"apiEndpoint": "ground-counts-vantage-point-surveys",
10141017
"overrides": {
10151018
"dataModel": {
1016-
"ground-counts-vantage-point-setup.observations.count_of_individuals": {
1019+
"vantage-point-conduct-survey.observations.count_of_individuals": {
10171020
"dwcAttribute": "individualCount"
10181021
},
1019-
"ground-counts-vantage-point-setup.observations.species.attributable_fauna_species": {
1022+
"vantage-point-conduct-survey.observations.species.attributable_fauna_species": {
10201023
"dataType": "species"
10211024
},
1022-
"ground-counts-vantage-point-setup.observations.species.attributable_wild_dog": {
1025+
"vantage-point-conduct-survey.observations.species.attributable_wild_dog": {
10231026
"dataType": "species"
10241027
},
1025-
"ground-counts-vantage-point-setup.observations.species.attributable_deer": {
1028+
"vantage-point-conduct-survey.observations.species.attributable_deer": {
10261029
"dataType": "species"
10271030
},
1028-
"ground-counts-vantage-point-setup.observations.spotters_name": {
1031+
"vantage-point-conduct-survey.observations.spotters_name": {
10291032
"dataType": "recordedBy"
10301033
},
1031-
"ground-counts-vantage-point-setup.other_target_species.other_species": {
1034+
"vantage-point-conduct-survey.other_target_species.other_species": {
10321035
"dataType": "text"
10331036
}
10341037
},

0 commit comments

Comments
 (0)