Warning: include() [function.include]: Unable to access common/ctl_header.php in /fs/aa/users/c/t/ctl/public_html/resources-teaching/google-earth/index.php on line 1

Warning: include(common/ctl_header.php) [function.include]: failed to open stream: Permission denied in /fs/aa/users/c/t/ctl/public_html/resources-teaching/google-earth/index.php on line 1

Warning: include() [function.include]: Failed opening 'common/ctl_header.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/lib/php/uvm/include:/usr/local/uvm-inc') in /fs/aa/users/c/t/ctl/public_html/resources-teaching/google-earth/index.php on line 1

Google Earth Resources and Tips

Resources

Tips:

How to Add Images to a Google Earth Placemark Description

To embed images in a Google Earth placemark "balloon", you'll need to create a small amount of HTML code. To start, the image must be posted on the web. Then:

  1. Using Firefox, go to the page that displays the image and right click on the image itself. Choose "Copy Image Location" to capture the image's address, know as the URL. NOTE: Other browsers may refer to this option as "copy image URL" or "address"
  2. To add the image to Google Earth, either create a new placemark or edit an existing placemark. To edit an existing placemark, right click on a placemark and choose:
    • "Properties" (on Windows) or
    • "Get Info" (on Mac)
  3. Paste your image's address (URL) into the description field. The following HTML code must be added to display the image. Copy and paste the code into your description field and enter the information indicated in red.

    To simply embed an image:
    <img src="paste image URL here">

    Float image to right (or left) of text:
    <img src="paste image URL here" style="float:right; margin:10px;">

Add link to descriptions with HTML
To add a link:
You may paste the URL into the description field and it will be converted to a hyperlink, however if the URL is too long, it you can create a more user-friendly link in the following way. Copy and paste this text and fill in as noted:
<a href="paste image URL here" >xenter link name here</a>
See example: <a href="http://www.uvm.edu">University of Vermont</a>
Create Paragraphs and Basic Formatting

Create paragraphs:
<p>paragraph here</p>

Formatting basics:
<em>italic text here</em>
<strong>bold text here</strong><br>