Re: [mkgmap-dev] Index branch - success!

2011-02-14 Thread maning sambale
You're right I found 21 instances containing this tag: http://www.openstreetmap.org/browse/node/302106226 It seems everything was tagged as with the country=disputed territory :) Is there a way to override the is_in:country since I'm only compiling with my own country. On Mon, Feb 14, 2011

Re: [mkgmap-dev] Index branch - success!

2011-02-14 Thread Chris66
Am 12.02.2011 21:45, schrieb Chris66: So, searching cities with LÜ now gives: Lünen, Kreis Unna Lünen-Süd, DEU and looking for LU gives: Lüdinghausen, Kreis Coesfeld Lünen, Kreis Unna Lünen-Süd, DEU New result with v1850: No more crash in BaseCamp, so made gmapsupp.img for

Re: [mkgmap-dev] Index branch - success!

2011-02-13 Thread maning sambale
My report using mkgmap-index-r1850.jar. Args file: code-page=1252 tdbfile latin1 country-abbr=PHL country-name=PHILIPPINES remove-short-arcs=5 route add-pois-to-areas family-id=639 family-name=OSM_PHIL overview-mapname=4001 series-name=OSM_PHIL description=OSM_PHIL

Re: [mkgmap-dev] Index branch - success!

2011-02-12 Thread Chris66
Hi, I get following error when testing with northrhinewestfalia.osm.bz2 (9 tiles). Already tried the suggested --block-size=8192, same error. Error seems to occur at the combine after the tiles have been created. SCHWERWIEGEND (BlockManager): overflowed directory with max block 65534,

Re: [mkgmap-dev] Index branch - success!

2011-02-12 Thread Steve Ratcliffe
Hi Initializing lastName with null should do (?). The patch initializes lastName with null in all Mdr classes. This seems to be a cp problem that might happen with all names in lot's of Mdr classes. Don't know if an empty name should be contained in map?! A region without a name is pretty

Re: [mkgmap-dev] Index branch - success!

2011-02-12 Thread Chris66
Am 12.02.2011 12:27, schrieb Chris66: SCHWERWIEGEND (BlockManager): overflowed directory with max block 65534, current=65535 Ok, I could get rid of this error by using smaller tiles. Now in Basecamp the Mapinstall crashes when the progress bar of the index generating process is at 16%.

Re: [mkgmap-dev] Index branch - success!

2011-02-12 Thread Steve Ratcliffe
Hello Now in Basecamp the Mapinstall crashes when the progress bar of the index generating process is at 16%. I had this problem while upload a complete UK. I've since found that if I just upload a few tiles it doesn't happen. Hopefully I can track down exactly which tile(s) causes it which

Re: [mkgmap-dev] Index branch - success!

2011-02-12 Thread Henning Scholland
Am 12.02.2011 14:56, schrieb Chris66: Am 12.02.2011 13:24, schrieb Steve Ratcliffe: Now in Basecamp the Mapinstall crashes when the progress bar of the index generating process is at 16%. I had this problem while upload a complete UK. I've since found that if I just upload a few tiles it

Re: [mkgmap-dev] Index branch - success!

2011-02-12 Thread Henning Scholland
Sorry, I was wrong... is_in contains Deutschland Henning ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Index branch - success!

2011-02-12 Thread WanMil
I observed that the MapSource search menu is disabled if the MDR file is larger than 0x7FF (134217727) bytes. Maybe in this case a flag must be set? WanMil Hi Some progress on the index branch. I found that the flags at the end of mdr7 trigger the acceptance of the 20-29 sections.

Re: [mkgmap-dev] Index branch - success!

2011-02-12 Thread Steve Ratcliffe
On 12/02/11 15:32, WanMil wrote: I observed that the MapSource search menu is disabled if the MDR file is larger than 0x7FF (134217727) bytes. Maybe in this case a flag must be set? My guess is in ImgHeader: // This sectors, head, cylinders stuff appears to be used by mapsource // and

Re: [mkgmap-dev] Index branch - success!

2011-02-12 Thread Chris66
Am 12.02.2011 15:08, schrieb Henning Scholland: Now when I find for addresses on my Legend HCX, I can choose between region Deutschland and region Germany. [...] I used location-autofill=1 and --country-name=germany --country-abbr=DE --area-name=DE when I change this to

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread Clinton Gladstone
On Feb 11, 2011, at 20:11, Steve Ratcliffe wrote: Some progress on the index branch. This is the best thing I've heard all day. :-) Thanks, I'll try this out. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread Steve Ratcliffe
This is the best thing I've heard all day. :-) Thanks, I'll try this out. There's bound to be bugs, so start with something simple. At first I thought that it wasn't working across tiles until I realised that I'd only downloaded one :) ___ mkgmap-dev

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread WanMil
Wow! Big congratulations!!! I've tested a 6-tile map of germany and it's working (which means uploading to my Oregon 400 - search works!). Have fun! (I'm sure you have :-) WanMil Hi Some progress on the index branch. I found that the flags at the end of mdr7 trigger the acceptance of the

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread Lambertus
Sounds terrific! Congratulations :D Op 11-02-11 20:11, Steve Ratcliffe schreef: Hi Some progress on the index branch. I found that the flags at the end of mdr7 trigger the acceptance of the 20-29 sections. I can now download the maps to my Legend. Now when you try address search, it is

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread Carlos Dávila
El 11/02/11 20:11, Steve Ratcliffe escribió: Hi Some progress on the index branch. I found that the flags at the end of mdr7 trigger the acceptance of the 20-29 sections. I can now download the maps to my Legend. Now when you try address search, it is in a completely different mode.

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread WanMil
I tried to compile a complete europe map. It failed with the following exception (sounds easy to fix...?-): Exception in thread main java.lang.NullPointerException at uk.me.parabola.imgfmt.app.mdr.Mdr23.sortRegions(Mdr23.java:54) at

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread Steve Ratcliffe
On 11/02/2011 20:59, WanMil wrote: I tried to compile a complete europe map. It failed with the following exception (sounds easy to fix...?-): Exception in thread main java.lang.NullPointerException at uk.me.parabola.imgfmt.app.mdr.Mdr23.sortRegions(Mdr23.java:54) Easy to stop the exception

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread Steve Ratcliffe
Compiled germany with it. Compiling works. Copy gmap.img to 60CSX. Map works. Search same as in older days. Do i need Mapsource ? use OS X 10.6 ;-( Yes you do. Mkgmap can't create the index in the form required for the device. ..Steve ___ mkgmap-dev

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread WanMil
On 11/02/2011 20:59, WanMil wrote: I tried to compile a complete europe map. It failed with the following exception (sounds easy to fix...?-): Exception in thread main java.lang.NullPointerException at uk.me.parabola.imgfmt.app.mdr.Mdr23.sortRegions(Mdr23.java:54) Easy to stop the exception

Re: [mkgmap-dev] Index branch - success!

2011-02-11 Thread Clinton Gladstone
On Feb 11, 2011, at 22:31, fla...@googlemail.com wrote: Compiled germany with it. Compiling works. Copy gmap.img to 60CSX. Map works. Search same as in older days. Do i need Mapsource ? use OS X 10.6 ;-( On OS X, you should be able to use Garmin Basecamp and Mapinstall to install the maps.