<html>
<body>
<tt>I wrote a program, WAPAPRS,
<a href="http://w9if.net/cgi-bin/wapaprs/web_main.pl" eudora="autourl">
http://w9if.net/cgi-bin/wapaprs/web_main.pl</a> that shows the location
of objects (cars, etc.) on a cell phone. The program worked for years,
but due to restrictions in access to maps, it stopped working.<br><br>
I would like to make it operational again, but need to be able to grab a
map from a map server by passing a callsign. Below is the perl line that
used to work. Anyone got a suggestion for an updated method for grabbing
maps?<br><br>
wget -q -p -nd -O /var/www/html/myicons/temp1.gif
"http://www.vicinity.com/gif?&CT=$lat:$lon:8000:&IC=$lat:$lon:9:&FAM=myblast&W=$mapblast_width&H=$mapblast_height<br>
<br>
Rich, W9IF<br>
</body>
</html>