Photos

From MBEWiki
(Difference between revisions)
Jump to: navigation, search
(New page: test: <script type="text/javascript"> //<![CDATA[ function makeMap1() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById("map1")); map.se...)
 
(Moved sattelite pics to Maps page, added placeholder text)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
test:
+
Place photos of the lab here
  
<script type="text/javascript">
+
==See Also==
//<![CDATA[
+
* [[Maps]]
      function makeMap1() {      if (GBrowserIsCompatible()) {        var map = new GMap2(document.getElementById("map1"));        map.setCenter(new GLatLng(42.058056, -87.674167), 17, G_HYBRID_MAP);        GEvent.addListener(map, 'click', function(overlay, point) {          if (overlay) {            if (overlay.tabs) {              overlay.openInfoWindowTabsHtml(overlay.tabs);            } else if (overlay.caption) {              overlay.openInfoWindowHtml(overlay.caption);            }          }        });        map.enableScrollWheelZoom(); map.addControl(new GMapTypeControl());  map.addControl(new GSmallMapControl());  mapIcons['N'] = new GIcon(G_DEFAULT_ICON, 'http://maps.google.com/mapfiles/markerN.png'); marker = new GMarker(new GLatLng(42.0579, -87.6739), { 'icon':mapIcons['N'] }); marker.caption = ' '; marker.tabs = [ new GInfoWindowTab('Address', '<b>NUCAPT</b> (Seidman, Mat. Sci.)<br />2220 N Campus Dr<br />Evanston, IL 60208'), new GInfoWindowTab('Directions', '<a href=\"http://maps.google.com/maps?q=2220+N+Campus+Dr,+Evanston,+IL&amp;spn=0.022078,0.040199&amp;hl=en\" class=\"external text\" title=\"http://maps.google.com/maps?q=2220+N+Campus+Dr,+Evanston,+IL&amp;spn=0.022078,0.040199&amp;hl=en\" rel=\"nofollow\">Driving directions</a>') ]; map.addOverlay(marker); GME_DEFAULT_ICON = G_DEFAULT_ICON;      } else {        document.getElementById("map1").innerHTML = "In order to see the map that would go in this space, you will need to use a <a href=\"http://local.google.com/support/bin/answer.py?answer=16532&amp;topic=1499\">compatible web browser</a>.";            }      }      addLoadEvent(makeMap1);
+
//]]>
+
</script>
+

Latest revision as of 00:24, 4 September 2008

Place photos of the lab here

[edit] See Also

Personal tools