Illinois tornado outbreak
The National Weather Service officially set the number of tornadoes at 24 that struck Illinois on Sunday, Nov. 17, 2013, resulting in six fatalities and at least 147 injuries. Two of the tornadoes were rated EF-4, the second-strongest with winds approaching 200 mph. Those hit New Minden and Washington, where more than 500 homes were damaged alone. Gov. Pat Quinn declared 13 counties disaster areas after the deadly tornadoes: Champaign, Douglas, Grundy, Jasper, LaSalle, Massac, Pope, Tazewell, Wabash, Washington, Wayne, Woodford and Will.
#map-canvas { width:700px; height:800px; }
.layer-wizard-search-label { font-family: sans-serif };
http://maps.google.com/maps/api/js?sensor=false
var map;
var layer_0;
var layer_1;
function initialize() {
map = new google.maps.Map(document.getElementById(‘map-canvas’), {
center: new google.maps.LatLng(39.56301086410737, -88.73088378906255),
zoom: 7,
mapTypeId: google.maps.MapTypeId.ROADMAP
});
layer_0 = new google.maps.FusionTablesLayer({
query: {
select: “col4”,
from: “1pfMMdfpgnxtyfqD5HlCdf6nJs_enbda8O9Bew38”
},
map: map,
styleId: 2,
templateId: 2
});
layer_1 = new google.maps.FusionTablesLayer({
query: {
select: “col0”,
from: “1qdTKrXsxJhcOLNQjs2QNNWstN8mGrkS7gil4IMk”
},
map: map,
styleId: 2,
templateId: 2
});
}
google.maps.event.addDomListener(window, ‘load’, initialize);




