|
From: <all...@su...> - 2006-03-13 23:22:29
|
Update of /cvsroot/Geo-Google/lib/Geo In directory sumo.genetics.ucla.edu:/tmp/cvs-serv18966/lib/Geo Modified Files: Google.pm Log Message: update to specify version number of gmaps api Index: Google.pm =================================================================== RCS file: /cvsroot/Geo-Google/lib/Geo/Google.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Google.pm 2 Aug 2005 05:48:12 -0000 1.2 --- Google.pm 13 Mar 2006 23:22:24 -0000 1.3 *************** *** 125,132 **** #this gets a javascript page containing map XML ! use constant LQ => 'http://maps.google.com/maps?output=js&q=%s'; #this gets a javascript page containing map XML. special for "nearby" searches ! use constant NQ => 'http://maps.google.com/maps?output=js&near=%s&q=%s'; #used in polyline codec --- 125,132 ---- #this gets a javascript page containing map XML ! use constant LQ => 'http://maps.google.com/maps?output=js&v=1&q=%s'; #this gets a javascript page containing map XML. special for "nearby" searches ! use constant NQ => 'http://maps.google.com/maps?output=js&v=1&near=%s&q=%s'; #used in polyline codec |