Skip to content

Commit c37c6fe

Browse files
authored
Merge pull request #631 from AtlasOfLivingAustralia/482-occurrence-image-metadata
#482 fetch occurrence image metadata
2 parents ccaab6d + 88c433d commit c37c6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/services/au/org/ala/biocache/hubs/WebServicesService.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class WebServicesService {
7676
}
7777

7878
def JSONObject getRecord(String id, Boolean hasClubView) {
79-
def url = "${grailsApplication.config.getProperty('biocache.baseUrl')}/occurrences/${id.encodeAsURL()}"
79+
def url = "${grailsApplication.config.getProperty('biocache.baseUrl')}/occurrences/${id.encodeAsURL()}?im=true"
8080
getJsonElements(url, hasClubView, hasClubView)
8181
}
8282

0 commit comments

Comments
 (0)