Re: [mkgmap-dev] [Patch v1] improve splitter

2014-05-26 Thread Gerd Petermann
Hi Bernd, splitter version 392 is even better, it splat Germany.o5m to only 90 tiles! :) just a note: The algo doesn't minimize the number of tiles, it maximizes the number of nodes in the least populated tile. With the 1st strategy it could happen that you have 87 tiles with a 99% fill

Re: [mkgmap-dev] House numbers and styles

2014-05-26 Thread Gerd Petermann
Hi Colin, I think you found a bug in the housenumber processing. The current implementation uses the streetnames which exist before style processing to produce a map of existing streets and nodes with addr info. After style processing, It tries to find the nodes and ways with the same name as

[mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Bernd Weigelt
Hi FYI: splitter r393 dies with following error, if i try to split my DACH-extract, all other extracts are not affected java.lang.ArrayIndexOutOfBoundsException: -184650 at uk.me.parabola.splitter.O5mMapParser.setStringRefPair(O5mMapParser.java:355) at

Re: [mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Gerd Petermann
Hi Bernd, this looks like an error in the o5m file. Is osmconvert able to read it? Gerd From: weigelt.be...@web.de To: mkgmap-dev@lists.mkgmap.org.uk Date: Mon, 26 May 2014 10:20:11 +0200 Subject: [mkgmap-dev] Problem with splitter r393 Hi FYI: splitter r393 dies with following

Re: [mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Bernd Weigelt
Am Montag, 26. Mai 2014, 10:21:31 schrieb Gerd Petermann: Wow, 80 seconds to get a hint ;-) this looks like an error in the o5m file. Is osmconvert able to read it? What shall i do? convert from o5m to osm and back? No problem Bernd -- amarok2 now playing:

Re: [mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Gerd Petermann
Hi Bernd, okay, so it is probably a special case :-( Please post a link to the complete o5m file. Gerd From: weigelt.be...@web.de To: mkgmap-dev@lists.mkgmap.org.uk Date: Mon, 26 May 2014 10:28:33 +0200 Subject: Re: [mkgmap-dev] Problem with splitter r393 Am Montag, 26. Mai 2014,

Re: [mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Gerd Petermann
Hi Bernd, and you may use 7zip to compress the o5m file first. Gerd From: weigelt.be...@web.de To: mkgmap-dev@lists.mkgmap.org.uk Date: Mon, 26 May 2014 10:28:33 +0200 Subject: Re: [mkgmap-dev] Problem with splitter r393 Am Montag, 26. Mai 2014, 10:21:31 schrieb Gerd Petermann: Wow,

Re: [mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Bernd Weigelt
Am Montag, 26. Mai 2014, 10:31:46 schrieb Gerd Petermann: Hi Gerd okay, so it is probably a special case Please post a link to the complete o5m file. Sorry, my mistake Didn't check the o5m file, only ask for that, what i should do ;-) I have to test osmconvert 0.7T against the old and a new

Re: [mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Gerd Petermann
Hi Bernd, no problem. I'll try to improve the error handling for this case. Gerd From: weigelt.be...@web.de To: mkgmap-dev@lists.mkgmap.org.uk Date: Mon, 26 May 2014 11:03:36 +0200 Subject: Re: [mkgmap-dev] Problem with splitter r393 Am Montag, 26. Mai 2014, 10:31:46 schrieb Gerd

Re: [mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Gerd Petermann
Hi Bernd, I've added a check in r395. reg. osmupdate I suggest to contact Markus Weber: markus.we...@gmx.com Gerd From: gpetermann_muenc...@hotmail.com To: mkgmap-dev@lists.mkgmap.org.uk Date: Mon, 26 May 2014 11:06:18 +0200 Subject: Re: [mkgmap-dev] Problem with splitter r393 Hi Bernd,

Re: [mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Bernd Weigelt
Am Montag, 26. Mai 2014, 04:27:13 schrieb GerdP: Hi Gerd Maybe you have a hardware problem? RAM? HDD? Don't think so, because then it should be more often, not only by this extract. If my HDD has a problem, the error should be the same as this morning, because i've renamed the file and

Re: [mkgmap-dev] Problem with splitter r393

2014-05-26 Thread Gerd Petermann
Hi Bernd, if you test r393 again with same input file and it doesn't fail, you can be pretty sure that the problem is in the hardware, presuming you give enough heap so that GC is not too stressed. The areas are similar because the problem occured in a later phase. Gerd From:

Re: [mkgmap-dev] new bicycle access rules

2014-05-26 Thread Minko
A few days later the tag is used 2 140x already I guess it could be implemented in the default style now? Minko wrote: Maybe none in the UK, but according to this site, 882 values (mainly in Germany) https://taginfo.openstreetmap.org/tags/?key=bicyclevalue=use_sidepath

[mkgmap-dev] Unicode index and searching

2014-05-26 Thread Steve Ratcliffe
Hi I've been working on implementing unicode sorting so that we can have a global index that supports address search with full unicode support. I've tested with a map mixing Germany and Poland and it seems to work at first sight, but I'm sure someone will find a bug quickly enough :) Get the

Re: [mkgmap-dev] House numbers and styles

2014-05-26 Thread WanMil
Hi Gerd, maybe I find some time on the weekend to have a look on it. WanMil Hi Colin, I think you found a bug in the housenumber processing. The current implementation uses the streetnames which exist before style processing to produce a map of existing streets and nodes with addr info.

Re: [mkgmap-dev] House numbers and styles

2014-05-26 Thread Colin Smale
Hi Wanmil, Gerd, That would be wonderful. If you need any more information from me, feel free to get in touch! Colin On 2014-05-26 20:10, WanMil wrote: Hi Gerd, maybe I find some time on the weekend to have a look on it. WanMil Hi Colin, I think you found a bug in the

Re: [mkgmap-dev] Unicode index and searching

2014-05-26 Thread Andrzej Popowski
Hi Steve, this is a great news! I have compiled map of Europe. It looks good and search works correctly in Mapsource. I haven't tested thoroughly but I have tried address search and city search in several languages. Search index for Europe is about 420MB. When compiling I got some