Authored by the Google Fusion Tables team
This tutorial shows you how to upload data to generate a set of placemarks in Google Earth and Maps.
Google Fusion Tables is a online data management application, designed for easy collaboration, data visualization and web publishing. It allows you to upload and merge large datasets and offers simple data queries and filters. Read more on this Google Research Blog post.
Because Fusion Tables also supports visualizing your data on maps, it is an alternative to Spreadsheet Mapper. Take a look at the feature comparison chart to see which tool is right for your mapping project.
This map was created in Google Fusion Tables from a caterpillar dataset.
Here are some examples of maps created and published with Fusion Tables.
This tutorial will guide you through creating a map with Fusion Tables using some sample data. Afterwards, try the Map your own data tutorial.
Tutorial Contents:
For this tutorial, you will use a sample dataset. It contains records of caterpillars collected in Costa Rica by ecologists. Each location is recorded with a latitude and longitude point.
Your newly uploaded data should now appear in a new Fusion Table!

Optional - display images in the table
The sample data set has links to images of the caterpillars and adult butterflies. To see image thumbnails in the Table view:

The images of the adult butterflies and the lateral view of the caterpillars should now appear in the table.

Fusion Tables auto-detects many location columns. For the sample data, you can immediately view your data on a map. If importing your own data, you may need to manually specify location columns.


That's it! You've mapped a spreadsheet of data.
The default info window is a simple list of the data values for this point. Instead, you can create an HTML template to customize the look of your info windows.

<div class="googft-info-window"
style="font-family: sans-serif; width: 330px; height: 20em; overflow-y: auto;">
<img src="{URL cp lateral}" style="width: 150px; vertical-align: top; margin-right: .5em" />
<img src="{URL adult}" style="width: 150px; vertical-align: top" />
<h2 class="color: brown">{herbivore species}</h2>
<p>Caterpillar found feeding on host plant <em>{host plant species}</em>,
{host plant family} in the {primary eco},{year}.</p>
<p>See specimen record {voucher} at <a href="http://janzen.sas.upenn.edu/">
Caterpillars, pupae, butterflies and moths of the A.C.G.</a></p>
</div>
Now click on the placemarks in the map view and see your stylized info windows.

Now you've uploaded a data file, mapped it, and customized the way the data is displayed in the placemark's info window. Good job!
Check out the Map your own data tutorial. When you're ready to share your map via email, on a website or even through Google Earth, take a look at the Sharing your map from Fusion Mapper tutorial.
Have questions about this tutorial? Want to give us some feedback? Visit the Google Fusion Tables user group or the Google Earth Outreach Discussion Group to discuss it with others.