Changeset 7665


Ignore:
Timestamp:
Apr 2, 2010, 8:30:15 AM (15 years ago)
Author:
janveeden
Message:

Added google map.

Location:
trunk/src_map
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src_map/index.php

    r7664 r7665  
    33<title>Nodemap Wireless Leiden</title>
    44<link href="style/stylesheet.css" rel="stylesheet" type="text/css">
     5<!-- Loading in the google-api -->
     6<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
     7<!-- Loading in the javascript that will add the map into #mapcanvas -->
     8<script type="text/javascript" src="inc/nodemapWL.js"></script>
    59</head>
    610<body>
    711<div id="mainwrapper">
    8         <div id="mapcanvas"></div>
     12        <div id="mapcanvas">
     13                <!-- Create the map using the intitialize_map() function from nodemapWL.js -->
     14                <script type="text/javascript">initialize_map();</script>
     15        </div>
    916        <div id="infowrapper">
    10                 <div id="infotop"></div>
    11                 </div>
     17                <div id="infotop"></div>               
    1218                <div id="infobottom"></div>
    1319        </div>
Note: See TracChangeset for help on using the changeset viewer.