Skip to content

Commit 983cd8d

Browse files
Merge pull request #469 from AtlasOfLivingAustralia/id-field-area
Added id field to the area information
2 parents d04ee7a + ea86fd9 commit 983cd8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-app/assets/javascripts/spApp/service/layoutService.js

+1
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
"<tr><td>" + $i18n(347, "Description") + "</td><td>" + item.description + "</td></tr>" +
363363
"<tr><td>" + $i18n(348, "Area (sq km)") + "</td><td testTag='areaSize'>" + item.area_km.toFixed(2) + "</td></tr>" +
364364
"<tr><td>" + $i18n(349, "Extents") + "</td><td>" + b[0][0] + " " + b[0][1] + ", " +
365+
"<tr><td>" + $i18n(486, "Id") + "</td><td>" + item.id + "</td></tr>" +
365366
b[1][0] + " " + b[1][1] + "</td></tr>" + metadata + "</table>")
366367
} else {
367368
if (item.metadataUrl !== undefined) {

0 commit comments

Comments
 (0)