# This patch was hand assembled, it might not be of valid syntax # (although I aim for it to be), and the source file you start with # is likely to be different from mine, so you'll have to hand apply those # lines (which is ok since you need to adjust them slightly or skip them # for your setup). --- 20080702_map.html 2008-07-08 08:15:09.000000000 -0700 +++ 20080702_map.php 2008-07-08 08:58:54.000000000 -0700 @@ -51,7 +51,7 @@ -
+ // changes background colot to white and label width to 220 @@ -71,8 +71,20 @@ // basic map parameters: full_screen:false, // should the map fill the entire page (or frame)? - center:[38.7599354005,-123.1119842825], // latitude,longitude - be sure to keep the square brackets - zoom:8, // higher number means closer view; at 600px wide, 7 = width of New Mexico, 12 = width of San Francisco + // higher number means closer view; at 600px wide, 7 = width of New Mexico, 12 = width of San Francisco + + map_opacity:1, map_type:'G_HYBRID_MAP', // opacity is from 0 to 1; popular map_type choices are 'G_NORMAL_MAP', 'G_SATELLITE_MAP', 'G_HYBRID_MAP', 'G_PHYSICAL_MAP', 'USGS_TOPO_TILES' doubleclick_zoom:true, mousewheel_zoom:false, // true or false; or, value of 'reverse' for mousewheel_zoom makes down=in and up=out @@ -90,7 +102,7 @@ default_marker:{ color:'red',icon:'googlemini' }, // icon can be a URL, but be sure to also include size:[w,h] and optionally anchor:[x,y] icon_directory:'http://maps.gpsvisualizer.com/google_maps/icons/', // don't change this unless you really know what you're doing marker_link_target:'lct', // the name of the window or frame into which markers' URLs will load - info_window_width:0, thumbnail_width:0, // in pixels, the width of the markers' info windows or thumbnails; 0 for default (override with window_width: or thumbnail_width: in an individual marker's options) + info_window_width:0, thumbnail_width:480, // in pixels, the width of the markers' info windows or thumbnails; 0 for default (override with window_width: or thumbnail_width: in an individual marker's options) hide_labels:false, label_offset:[0,0], label_centered:false, // hide_labels causes the "permanent" labels to be hidden at first; global label_offset setting is [x,y] (positive numbers are right and down) driving_directions:false, // put a small "driving directions" form in each marker's pop-up window? (override with dd:true or dd:false in the marker's options) marker_filter_options:{ // options for removing waypoints that are out of the current view @@ -881,6 +897,26 @@ wpts = new Array(); + wpts.push( GV_Marker(gmap,{lat:37.6012138888889,lon:-122.393777777778,name:'102_PAO_0Q5_ShelterCove',desc:'102_PAO_0Q5_ShelterCove',url:'/Pix/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/102_PAO_0Q5_ShelterCove.html',thumbnail:'/Pix/rig-cache/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/prev800_102_PAO_0Q5_ShelterCove.jpg',color:'magenta',icon:'camera',folder:'photos'}) ); wpts.push( GV_Marker(gmap,{lat:37.7644222222222,lon:-122.402738888889,name:'106_PAO_0Q5_ShelterCove',desc:'106_PAO_0Q5_ShelterCove',url:'/Pix/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/106_PAO_0Q5_ShelterCove.html',thumbnail:'/Pix/rig-cache/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/prev800_106_PAO_0Q5_ShelterCove.jpg',color:'magenta',icon:'camera',folder:'photos'}) ); wpts.push( GV_Marker(gmap,{lat:37.7713027777778,lon:-122.404861111111,name:'108_PAO_0Q5_ShelterCove-jen',desc:'108_PAO_0Q5_ShelterCove-jen',url:'/Pix/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/108_PAO_0Q5_ShelterCove-jen.html',thumbnail:'/Pix/rig-cache/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/prev800_108_PAO_0Q5_ShelterCove-jen.jpg',color:'magenta',icon:'camera',folder:'photos'}) ); @@ -894,6 +930,9 @@ wpts.push( GV_Marker(gmap,{lat:40.0472388888889,lon:-124.096286111111,name:'201_0Q5_ShelterCove_PAO',desc:'201_0Q5_ShelterCove_PAO',url:'/Pix/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/201_0Q5_ShelterCove_PAO.html',thumbnail:'/Pix/rig-cache/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/prev800_201_0Q5_ShelterCove_PAO.jpg',color:'magenta',icon:'camera',folder:'photos'}) ); wpts.push( GV_Marker(gmap,{lat:38.2105416666667,lon:-122.690938888889,name:'209_0Q5_ShelterCove_PAO',desc:'209_0Q5_ShelterCove_PAO',url:'/Pix/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/209_0Q5_ShelterCove_PAO.html',thumbnail:'/Pix/rig-cache/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/prev800_209_0Q5_ShelterCove_PAO.jpg',color:'magenta',icon:'camera',folder:'photos'}) ); wpts.push( GV_Marker(gmap,{lat:37.7306638888889,lon:-122.507430555556,name:'212_0Q5_ShelterCove_PAO',desc:'212_0Q5_ShelterCove_PAO',url:'/Pix/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/212_0Q5_ShelterCove_PAO.html',thumbnail:'/Pix/rig-cache/Flying/Flights/20080702_PAO_0Q5_ShelterCove_PAO/prev800_212_0Q5_ShelterCove_PAO.jpg',color:'magenta',icon:'camera',folder:'photos'}) ); + GV_Finish_Map(gv_options); } else {