Skip to content

Commit 592bbfd

Browse files
committed
Document Geographic Details - Reduce amount of EXIF data shown in popup on OSM map view
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Document Geographic Details@910 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent fa80ccd commit 592bbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alfresco/site-webscripts/org/sharextras/components/geographic/osm-map.get.html.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<div class="exif">
3333
<table cellpadding="0" cellspacing="0" width="100%">
3434
<tbody>
35-
<#list ["dateTimeOriginal.relativeTime", "pixelXDimension", "pixelYDimension", "exposureTime", "fNumber", "flash", "focalLength",
36-
"isoSpeedRatings", "manufacturer", "model", "software", "orientation", "xResolution", "yResolution", "resolutionUnit"] as name>
35+
<#list ["dateTimeOriginal.relativeTime", "exposureTime", "fNumber", "flash", "focalLength",
36+
"isoSpeedRatings", "manufacturer", "model", "software"] as name>
3737
<@exif props name />
3838
</#list>
3939
</tbody>

0 commit comments

Comments
 (0)