home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 January / maximum-cd-2009-01.iso / DiscContents / picasa3-setup.exe / runtime / geotag.kml < prev    next >
Encoding:
Extensible Markup Language  |  2008-04-07  |  2.4 KB  |  93 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://earth.google.com/kml/2.0">
  3. <Document>
  4.   <name>My Picasa Pictures</name>
  5.   <open>1</open>  
  6.   %<FOR_EACH_IMAGE>%
  7.   <Style id="picasaDisplayNormal_%UID%">  
  8.     <IconStyle>
  9.       <Icon>
  10.         <href>%IMAGE_ROLL%</href>
  11.       </Icon>
  12.     </IconStyle>
  13.     <BalloonStyle>
  14.       <text>$[description]</text>
  15.     </BalloonStyle>
  16.     <LabelStyle>      
  17.       <scale>0</scale>
  18.     </LabelStyle>
  19.   </Style>
  20.   <Style id="picasaDisplayHighlight_%UID%">    
  21.     <IconStyle>
  22.       <scale>2</scale>
  23.       <Icon>
  24.         <href>%IMAGE_ROLL%</href>
  25.       </Icon>
  26.     </IconStyle>
  27.     <BalloonStyle>
  28.       <text>$[description]</text>
  29.     </BalloonStyle>
  30.   </Style>
  31.   <StyleMap id="picasaDisplayStyleMap_%UID%">    
  32.     <Pair>
  33.       <key>normal</key>
  34.       <styleUrl>#picasaDisplayNormal_%UID%</styleUrl>
  35.     </Pair>
  36.     <Pair>
  37.       <key>highlight</key>
  38.       <styleUrl>#picasaDisplayHighlight_%UID%</styleUrl>
  39.     </Pair>
  40.   </StyleMap>
  41.   %</FOR_EACH_IMAGE>%
  42.   <Folder>
  43.     <name>Picasa - %DATE%</name>
  44.     <Snippet>%ALBUMNAME%</Snippet>    
  45.     <description>
  46.       <![CDATA[
  47.         Generated %DATE%%TIME%
  48.       ]]>
  49.     </description>
  50.     <open>1</open>
  51.     %<FOR_EACH_IMAGE>%
  52.     <Placemark>
  53.       <name>%CAPTION_OR_NAME%</name>
  54.       <Snippet />
  55.       <description>
  56.         <![CDATA[
  57.           <table width="400">          
  58.             <tr>
  59.               <td>
  60.                 <img src="%IMAGE_THUMB%" width="%IMAGE_THUMB_WIDTH%" height="%IMAGE_THUMB_HEIGHT%" >
  61.                 <br />
  62.               </td>
  63.             </tr>
  64.             <tr><td> </td></tr>
  65.             <tr>
  66.               <td>%CAPTION%</td>
  67.             </tr>
  68.             <tr><td> </td></tr>
  69.             <tr>
  70.               <td>
  71.                 <em>Date : %FILEDATE%</em>
  72.               </td>
  73.             </tr>
  74.             <tr>
  75.               <td align="right">
  76.                 <hr />
  77.                 <a href="http://picasa.google.com/index.html"><img width="150" height="25" src="http://picasa.google.com/assets/logo_kmz.gif"></a>
  78.               </td>
  79.             </tr>
  80.           </table>
  81.         ]]>
  82.       </description>
  83.       %LOOK_AT%
  84.       <styleUrl>#picasaDisplayStyleMap_%UID%</styleUrl>
  85.       <Point>
  86.         <coordinates>%LONG%,%LAT%,0</coordinates>
  87.       </Point>
  88.     </Placemark>
  89.     %</FOR_EACH_IMAGE>%
  90.   </Folder>
  91. </Document>
  92. </kml>
  93.