Skip to content

Commit

Permalink
Reverted getJson2 as it doesn't encode on the page in the same way #2971
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Sep 12, 2023
1 parent ee249ad commit 05c76c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/services/au/org/ala/merit/SiteService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class SiteService {
}

Map getSiteGeoJson(String siteId) {
webService.getJson2(grailsApplication.config.getProperty('ecodata.baseUrl') + 'site/' + siteId+'.geojson')
webService.getJson(grailsApplication.config.getProperty('ecodata.baseUrl') + 'site/' + siteId+'.geojson')
}

def lookupLocationMetadataForSite(Map site) {
Expand Down

0 comments on commit 05c76c0

Please sign in to comment.