summaryrefslogtreecommitdiff
path: root/fmt_files
diff options
context:
space:
mode:
authorexiftool <exiftool@users.sourceforge.net>2020-01-28 10:36:54 -0500
committerexiftool <exiftool@users.sourceforge.net>2020-01-28 10:36:54 -0500
commitf0429f9005073cdfe7bb901b1d5f02f740aee892 (patch)
treebd9cb85a65424dc8ca6ce6cc87c3f71cba6913f1 /fmt_files
parentd8287d3ac6f8b4012731af45481271a59bb4c1b2 (diff)
Update to 11.85
Diffstat (limited to 'fmt_files')
-rw-r--r--fmt_files/kml.fmt8
1 files changed, 4 insertions, 4 deletions
diff --git a/fmt_files/kml.fmt b/fmt_files/kml.fmt
index cb8ac59b..d225ff68 100644
--- a/fmt_files/kml.fmt
+++ b/fmt_files/kml.fmt
@@ -12,6 +12,7 @@
# 2013/02/05 - PH Fixed camera icon to work with new Google Earth
# 2017/02/02 - PH Organize into folders based on file directory
# 2018/01/04 - PH Added IF to be sure position exists
+# 2020/01/11 - F. Kotov Limited image preview size to 500px
#
# Notes: 1) Input files must contain GPSLatitude and GPSLongitude.
# 2) Add the -ee option to extract the full track from video files.
@@ -42,10 +43,9 @@
#[SECT] <open>0</open>
#[IF] $gpslatitude $gpslongitude
#[BODY] <Placemark>
-#[BODY] <description><![CDATA[<br/><table><tr><td>
-#[BODY] <img src='$main:directory/$main:filename'
-#[BODY] width='$imagewidth' height='$imageheight'>
-#[BODY] </td></tr></table>]]></description>
+#[BODY] <description><![CDATA[<img src='$main:directory/$main:filename'
+#[BODY] style='max-width:500px;max-height:500px;'> ]]>
+#[BODY] </description>
#[BODY] <Snippet/>
#[BODY] <name>$filename</name>
#[BODY] <styleUrl>#Photo</styleUrl>