Update of /cvsroot/rideplot/rideplot/src
In directory usw-pr-cvs1:/tmp/cvs-serv13967
Modified Files:
rideplot
Log Message:
New url for the Mapblast map.
Can someone in the US test that the map lines up with a track.
It works fine in Northern Europe :)
Index: rideplot
===================================================================
RCS file: /cvsroot/rideplot/rideplot/src/rideplot,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** rideplot 7 Jun 2002 23:12:31 -0000 1.4
--- rideplot 10 Sep 2002 12:15:39 -0000 1.5
***************
*** 804,808 ****
print STDERR "Scale $scale meters per pixel\n";
! $map_url = "http://www.mapblast.com/gif?&CT=$mid_lat:$mid_lon:$mb_scale&IC=$mid_lat:$mid_lon:10&W=$img_x&H=$img_y&FAM=myblast&LB=";
if ( defined $map_get ) {
get_map();
--- 804,809 ----
print STDERR "Scale $scale meters per pixel\n";
! # $map_url = "http://www.mapblast.com/gif?&CT=$mid_lat:$mid_lon:$mb_scale&IC=$mid_lat:$mid_lon:10&W=$img_x&H=$img_y&FAM=myblast&LB=";
! $map_url = "http://www.vicinity.com/gif?&CT=$mid_lat:$mid_lon:$mb_scale&IC=$mid_lat:$mid_lon:10&W=$img_x&H=$img_y&FAM=myblast&LB=";
if ( defined $map_get ) {
get_map();
|