{align:left}
This is a dynamic map of improvement projects in the Millers Creek watershed. Information can be
automatically added to the map by entering data into the [milcreek:Improvements Form].
{html}
<embed>
<style>
#map-canvas { width:500px; height:500px; }
.layer-wizard-search-label { font-family: sans-serif };
</style>
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?sensor=false">
</script>
<script type="text/javascript">
var map;
var layer_0;
var layer_1;
function initialize() {
map = new google.maps.Map(document.getElementById('map-canvas'), {
center: new google.maps.LatLng(42.2981169118781, -83.69915889897663),
zoom: 13,
mapTypeId: google.maps.MapTypeId.ROADMAP
});
layer_0 = new google.maps.FusionTablesLayer({
query: {
select: "col0",
from: "1CacRKE0HV880uBkYysiyExzw-po7u5CBc_eET-fe"
},
map: map,
styleId: 2,
templateId: 2
});
layer_1 = new google.maps.FusionTablesLayer({
query: {
select: "col5",
from: "1D2crEwRJpy_I7aE_ULt75OEb1xys8BEUfoRHZqKR"
},
map: map,
styleId: 2,
templateId: 2
});
}
google.maps.event.addDomListener(window, 'load', initialize);
</script>
<div id="map-canvas"></div>
</embed>
{html}
{align} |