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);
Missing the X?
Because it has been so long since my last dose of the X-Files, I decided to surf that too. The
Timeline of events. I must say that although I am a fan, I don't think I could ever be enough of a fan to do anything like making this timeline or the previously referenced HP Lexicon. I tip my hat to all those who's passion drives them to such acts of incredible nerdiness and state my appreciation simultaneously.
0 Comments:
Post a Comment
<< Home