- Timestamp:
- Apr 2, 2010, 11:37:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src_map/inc/nodemapWL.js
r7665 r7671 1 1 function initialize_map() { 2 //Specify start position of the map 2 3 var latlng = new google.maps.LatLng(52.162687, 4.493294); 4 //Default settings for how the map starts out 3 5 var myOptions = { 4 6 zoom: 11, … … 6 8 mapTypeId: google.maps.MapTypeId.ROADMAP 7 9 }; 10 //Create the map using the settings from myOptions and placing it in the div mapcanvas 8 11 var map = new google.maps.Map(document.getElementById("mapcanvas"), myOptions); 9 12 }
Note:
See TracChangeset
for help on using the changeset viewer.