| author | Christian Urban <christian dot urban at kcl dot ac dot uk> |
| Sat, 11 Apr 2015 04:29:37 +0100 | |
| changeset 116 | 4718e6804c94 |
| parent 115 | af0ecdcd08a9 |
| child 117 | 7ea39721aea7 |
| history.html | file | annotate | diff | comparison | revisions | |
| index.html | file | annotate | diff | comparison | revisions |
--- a/history.html Sat Apr 11 04:27:31 2015 +0100 +++ b/history.html Sat Apr 11 04:29:37 2015 +0100 @@ -9,26 +9,6 @@ height: 400px; } </style> - <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> - <script type="text/javascript"> - function initialize() { - var Latlng = new google.maps.LatLng(32.060255, 118.796877); - var map_canvas = document.getElementById('map_canvas'); - var map_options = { - center: Latlng, - zoom: 0, - mapTypeId: google.maps.MapTypeId.HYBRID - } - var map = new google.maps.Map(map_canvas, map_options) - - var marker = new google.maps.Marker({ - position: Latlng, - map: map, - title: 'Nanjing' - }); - } - google.maps.event.addDomListener(window, 'load', initialize); - </script> <style type="text/css"> body { font-size: 14px; font-family: "trebuchet ms", helvetica, sans-serif; }