Add custom icons
- Add a new column "icon". Click Edit > Change columns.
- Click "New" and select "Column.
- Title the new column "Icon" and click "Save".
- Open a new tab to the Custom Icon Library.
- Click on the icon you want and copy the Icon Name (you must copy it exactly, it is case sensitive)
- Paste the icon name in your Fusion Table icon column, for each row.
- Go to the Map view.
- Click "Change feature styles" and change the settings from Fixed to Column.
- Under Column, click "Use icon specified in column" and select the "Icon" column using the drop down box. Click "Save".
Edit the infowindow
- In the Map view, click "Change infowindow".
- Select "Custom"
- Delete the current code and copy and paste the below in. Click "Save".
Infowindow script
<div class='googft-info-window'>
{Name}<br>
<b>website:</b> <a href="{website}" target="_blank">{website}</a><br>
</div>
Create a heat map
- In Map view, click heat map.
- Adjust the settings to your taste.