equal
deleted
inserted
replaced
6 #map_canvas { |
6 #map_canvas { |
7 width: 500px; |
7 width: 500px; |
8 height: 400px; |
8 height: 400px; |
9 } |
9 } |
10 </style> |
10 </style> |
11 <script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> |
11 <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> |
12 <script> |
12 <script> |
13 function initialize() { |
13 function initialize() { |
14 var Latlng = new google.maps.LatLng(32.060255, 118.796877); |
14 var Latlng = new google.maps.LatLng(32.060255, 118.796877); |
15 var map_canvas = document.getElementById('map_canvas'); |
15 var map_canvas = document.getElementById('map_canvas'); |
16 var map_options = { |
16 var map_options = { |