![]() |
2008-02-10
, 21:07
|
Posts: 32 |
Thanked: 5 times |
Joined on Nov 2007
|
#2
|
...
A top level page with links for each state is at:
http://www.zdez.org/maps.html
Each state links to a list of counties for the state if you want to preload the card with nearby counties (in the zmap directory). The program will automatically download as you zoom out and scroll.
![]() |
2008-02-11
, 13:26
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#3
|
![]() |
2008-02-12
, 01:48
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#4
|
![]() |
2008-02-13
, 02:44
|
Posts: 32 |
Thanked: 5 times |
Joined on Nov 2007
|
#5
|
![]() |
2008-02-13
, 12:46
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#6
|
![]() |
2008-02-13
, 20:33
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#7
|
![]() |
2008-03-01
, 15:02
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#8
|
![]() |
2008-03-03
, 18:05
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#9
|
I'm new to .deb files, and my attempts at dependencies aren't working out yet.
Install wget from the application manager. It is under "web" since it is a file loader. zmapper uses it to download the map files.
I don't have a launcher. The statusbar proc launcher works, and I prefer:
osso-xterm -e "sh /usr/share/zmap/zmap.sh"
as the command line, though you can run it directly in an xterm. However you won't see it download the map files so might wonder why it appears to freeze. Usually you will see wget downloading something like one of the maps for a nearby county.
You will need the /media/mmc1 (external) SD card, and a zmap directory will be created with a file bounds.dat.gz and the map files. It contains the code to automatically download and convert the Tiger map files, but for now it will first try to download the preprocessed map files.
These maps contain roads (red or black), railroads (orange), power lines (violet), rivers/streams (blue), other (green), city/county boundaries (dark yellow), cities (yellow), parks (green), lakes (blue), airports (gray), military (light red).
They do not yet contain points of interest or text annotations, which is planned - and the code has some infrastructure for it. But the lines and shapes are all there.
A top level page with links for each state is at:
http://www.zdez.org/maps.html
Each state links to a list of counties for the state if you want to preload the card with nearby counties (in the zmap directory). The program will automatically download as you zoom out and scroll.
(I'm working on better backgrounding, graphics, annotations, etc).
It needs the standard map program installed for /usr/libexec/navicore-gpsd-helper which starts the internal or BT GPS. You may need to manually disconnect a bluetooth GPS for the GPS connection to automatically restart.
http://www.zdez.org/zmapper-0.1.deb for an install - it does not contain the dependency for wget, but it won't download maps without it.
http://www.zdez.org/zmapper-source.tgz for the GPL source
Keystrokes (you need the n810 or a BT keyboard):
"<" or "," zooms in, ">" or "."zooms out, Z resets the zoom
joypad left/right/up/down move. Space returns to origin or GPS.
M toggles satellite display. T will "tag" (remember the current location for next startup).
It displays GPS info and your travel track (and should display kismet detected APs)
This is the first alpha - I plan on porting it to be a full application, but before I spend a lot of time I would like some feedback.