Skip to content

Commit

Permalink
fixed typo from previous commit #988
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jun 30, 2024
1 parent 7f6b5f7 commit 961d743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/services/au/org/ala/ecodata/SiteService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ class SiteService {
]
}
else {
siteGeom = geometryson(site)
siteGeom = geometryAsGeoJson(site)
}

if (siteGeom) {
Expand Down

0 comments on commit 961d743

Please sign in to comment.