Skip to content

Commit

Permalink
Merge pull request #990 from AtlasOfLivingAustralia/feature/issue988
Browse files Browse the repository at this point in the history
Fixed incorrect warning message #988
  • Loading branch information
salomon-j committed Jul 1, 2024
2 parents 3683737 + 2678042 commit 9dde3d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ class ParatooService {
coordinates:projectAreaGeoJson.coordinates[0]
]
}
else {
else if (projectAreaGeoJson?.type != 'Polygon') {
log.warn("Invalid geometry type for project area: ${projectAreaGeoJson?.type} specified for Monitor project ${project.projectId}")
}
}
Expand Down

0 comments on commit 9dde3d6

Please sign in to comment.