var WMS_URL = 'http://www.govtrack.us/perl/wms-cd.cgi?';
var G_MAP_LAYER_FILLED = createWMSTileLayer(WMS_URL, "cd-filled", null, "image/gif", null, null, null, .25);
var G_MAP_LAYER_OUTLINES = createWMSTileLayer(WMS_URL, "cd-outline", null, "image/gif", null, null, null, .66, "Data from GovTrack.us");
var G_MAP_OVERLAY = createWMSOverlayMapType([G_MAP_TYPE.getTileLayers()[0], G_MAP_LAYER_FILLED, G_MAP_LAYER_OUTLINES], "Overlay");
map.addMapType(G_MAP_OVERLAY);
//map.addControl(new GMapTypeControl());
//map.setCenter(new GLatLng(39, -96), 4);
map.setMapType(G_MAP_OVERLAY);
Matthew C. Nisbet's
This is the blog of my new supervisor. I will be his Graduate Research Assistant for at least this semester, if not, the rest of the school year. Luckily, this is significantly easier to read than some of the texts he had on the syllabus. Boy, am I going to have to get used to reading liberal arts based materials! (I miss the objectivity of science already!)
Read more at framing-science.blogspo...
0 Comments:
Post a Comment
<< Home