View Single Post
Posts: 191 | Thanked: 10 times | Joined on Feb 2006
#86
Originally Posted by ioan
for those who use windows at home, I made a windows application to help you download maps for maemo-mapper on your computer and transfer them on your nokia 770 when you need them. here is the link:
http://www.barghis.com/winmapper.htm
the app maps are comparible with maemo-mapper, I used qnuite's code (converted to delphi) to download the maps.
the source code is included

thanks,
-ioan
great tool!

but there's a slight problem with the lat/log parsing, if the decimal seperator in the system/locale is not "." (ie. if it's ",") then you have to fix the coordinates (replace "."'s with ","'s) or it won't parse them.