Geotrace: version 0.0.1	- initial release

This is a geographical traceroute program.
It's heavily based on GTrace (www.caida.org/tools/visualization/gtrace) 
but written in C instead of java.
You will need gtk 1.2 (I have 1.2.9) and gdk-pixbuf (I'm using 0.10.1).
I haven't tested it on any other machines than mine.
You need to have traceroute. Again, I haven't tried on older versions of 
traceroute, i'm using 1.4a5
if traceroute is not in /usr/sbin/, change line TRACEROUTE_STRING 
in geotrace.h
The maps directory must be pointed to MAP_PATH in geotrace.h
(you will have to change that if you don't run geotrace from another 
directory).
this is the initial release but it should be stable.
it it not at all portable, and has not been tested against any other 
configurations.

COMPILE:
just run make. 
make sure you have gtk and gdk-pixbuf and that gtk-config and gdk-pixbuf 
are in you path.

RUNNING: just ./geotrace (no command line args yet)

KNOWN BUGS:
the lat/lon is off by a few degrees for the 3 maps of the us. The reason 
is that these map actually use an alber projection. Implementing that is 
the top priority right now.


Any feedback, suggestions, bug reports are greatly appreciated.
page: http://geotrace.sourceforge.net
