View Single Post
Posts: 72 | Thanked: 8 times | Joined on Jan 2007
#72
Originally Posted by grog View Post
Roadmap needs this file in the roadmaps folder, not in a sub-folder, for it to access the files.
That's strange. I definitely just did

Code:
$ cd /media/mmc2/roadmaps
wget -O http://roadmap.digitalomaha.net/maps/rnfMB.tar.gz | tar -xzf -
and it worked fine. My roadmaps folder looks like:
Code:
$ ls
MB     MN     ND     SB     usdir.rdm
I also could not get addresses in Winnipeg to lookup either, and I think you may be right about it not being setup for that. Check the following:

Code:
$ grep -i Fargo usdir.rdm
Fargo-Odell
Fargo
West Fargo
$ grep -i -B1 Manitoba usdir.rdm
MB
Manitoba
$ grep -i peg usdir.rdm
Pegram
$ grep -i peg MB/usc89001.rdm
Peguis
Winnipeg
It seems the Manitoba map file lists Winnipeg, but the usdir does not, and [speculation]I have a feeling that usdir needs to list it for it to be searchable. Though one would think if it knows MB, it would search the MB folder for maps with Winnipeg in them... not sure.

Kernelpanic is already looking into problems with address lookup, so I'm sure we'll hear an answer when he knows what's up.
 

The Following 2 Users Say Thank You to bobpaul For This Useful Post: