Hi,
I have written a small easy to use Java tool JGPSMap.
The JGPSMap is an application that retrieves and displays maps, adds
elements at arbitrary positions and saves the resulting map as GIF
files. Input files for map elements are: Netstumbler summary and
flexible ascii format incl. polygons using the format:
<text><TAB><color><TAB><fill/nofill><TAB><pointlist in gpscoordinates>
e.g.
"myelement red fill (49.1177,8.5911);(49.1223,8.5818);(49.136,8.5467); "
will display a filled triangle in red. Colors may be specified as
"0xRRGGBB".
Requirements
- jdk1.3 or later
Further information is available at
http://www.i-u.de/schools/hellbrueck/jgpsmap/index.htm
Have a look at a sample and the gui at
http://www.i-u.de/schools/hellbrueck...p/pics/gui.gif
Download latest version at
http://sourceforge.net/projects/jgpsmap/