Re: [mkgmap-dev] Slowness processing specific tile

2011-05-22 Thread Felix Hartmann
On 22.05.2011 22:49, Felix Hartmann wrote: > > How can this happen, if without pbf support, LocatorConfig.xml can be > parsed without problems?? > okay, found this problem, I had an update turn wrong on me and some lines appeared twice therefore. So pbf libs seem okay, only problems with locator

Re: [mkgmap-dev] generate-sea is broken from rev 1760

2011-05-22 Thread Apollinaris Schoell
Hi Wanmil, tested the patch and all sea generation is correct now. Thanks for the good work On 22 May 2011, at 13:02 , WanMil wrote: > Hi Apollinaris, > > I have tried your testcase data and for my real big surprise the tile is > flooded with mkgmap trunk and the tile is not flooded after re

Re: [mkgmap-dev] problems with rendering of long riverbank (multipolygons)

2011-05-22 Thread Minko
Thanks Wanmil! Your patch solves the problems with the Albert Canal (water is back). It also solves another issue with rendering a very large multipolygon farmland in NW France: http://www.openstreetmap.org/browse/relation/1067268 I have tested it on about 10 tiles in Belgium/N-France/SW NL and I

[mkgmap-dev] mkgmap locking up on Iceland. All files and instructions to recreate the problem linked

2011-05-22 Thread Felix Hartmann
Get the cutted maps and areas.list file (in order to use -c option) for recreating the problem here: 1. _/http://openmtbmap.org/beta/iceland_osm.gz.zip/_ (11MB): Style-file here: 2. /_http://openmtbmap.org/beta/style-file.zip_/ If i either remove my style-file OR remove --route, then it compil

Re: [mkgmap-dev] Splitter PBF support patch

2011-05-22 Thread Francisco Moraes
On 5/22/2011 4:35 PM, mkgmap-dev-requ...@lists.mkgmap.org.uk wrote: > I've downloaded the splitter from trunk, but how can I splitt the files into > pbf-format. --pbf or output=pbf didn't work. > And does the locator-branch already can handle pbf-files? The code has not been committed to SVN yet.

Re: [mkgmap-dev] Slowness processing specific tile

2011-05-22 Thread Felix Hartmann
On 22.05.2011 22:35, WanMil wrote: >> Okay, some more tries to find out why mkgmap locks up on iceland (but >> not on most countries, so the thing is still really strange): >> >> I'll upload all needed files to recreate the problem in another mail, >> cause that will be easier than e-mailing fort

Re: [mkgmap-dev] Slowness processing specific tile

2011-05-22 Thread WanMil
> Okay, some more tries to find out why mkgmap locks up on iceland (but > not on most countries, so the thing is still really strange): > > I'll upload all needed files to recreate the problem in another mail, > cause that will be easier than e-mailing forth/back to find out why the > problem happe

Re: [mkgmap-dev] Splitter PBF support patch

2011-05-22 Thread Martin
Hello, I've downloaded the splitter from trunk, but how can I splitt the files into pbf-format. --pbf or output=pbf didn't work. And does the locator-branch already can handle pbf-files? Cheers Martin Am 20.05.2011 um 18:42 schrieb Henning Scholland: > Am 20.05.2011 16:45, schrieb Francisco M

Re: [mkgmap-dev] Slowness processing specific tile

2011-05-22 Thread Felix Hartmann
Okay, some more tries to find out why mkgmap locks up on iceland (but not on most countries, so the thing is still really strange): I'll upload all needed files to recreate the problem in another mail, cause that will be easier than e-mailing forth/back to find out why the problem happens. F

Re: [mkgmap-dev] generate-sea is broken from rev 1760

2011-05-22 Thread WanMil
Hi Apollinaris, I have tried your testcase data and for my real big surprise the tile is flooded with mkgmap trunk and the tile is not flooded after removing the code lines you blamed. So you are right. In the end the code lines should not be removed because they were added after a problem rep

[mkgmap-dev] [PATCH v1] Remove LineClipper artefacts to avoid flooding

2011-05-22 Thread WanMil
The patch removes artefacts from the LineClipper that might cause floodings. WanMil Index: src/uk/me/parabola/mkgmap/reader/osm/SeaGenerator.java === --- src/uk/me/parabola/mkgmap/reader/osm/SeaGenerator.java (revision 1952) +++

Re: [mkgmap-dev] bug or my mistake: delete not executed

2011-05-22 Thread Felix Hartmann
On 22.05.2011 21:21, michael lohr wrote: > the following 2 pieces of code in the lines file should do the same > thing: set the name for the route and then delete it. the 1st one works > as expected, the 2nd one sets the name but delete is not executed. am i > doing anything wrong or is that a bu

[mkgmap-dev] bug or my mistake: delete not executed

2011-05-22 Thread michael lohr
the following 2 pieces of code in the lines file should do the same thing: set the name for the route and then delete it. the 1st one works as expected, the 2nd one sets the name but delete is not executed. am i doing anything wrong or is that a bug? mkgmap:route-transport=* & mkgmap:route-bike

Re: [mkgmap-dev] exclude words from city / state

2011-05-22 Thread WanMil
>>> Using the locator branch, I noticed that many cities in Austria are not >>> findable anymore. The problem is that there are words like "Gemeinde >>> Mödling" or "Bezirk Mödling" or "county XYZ". There should be a list >>> where one can enter words that get deleted. >>> That is because for the b

Re: [mkgmap-dev] exclude words from city / state

2011-05-22 Thread Felix Hartmann
On 22.05.2011 20:47, WanMil wrote: >> Using the locator branch, I noticed that many cities in Austria are not >> findable anymore. The problem is that there are words like "Gemeinde >> Mödling" or "Bezirk Mödling" or "county XYZ". There should be a list >> where one can enter words that get delet

Re: [mkgmap-dev] exclude words from city / state

2011-05-22 Thread WanMil
> Using the locator branch, I noticed that many cities in Austria are not > findable anymore. The problem is that there are words like "Gemeinde > Mödling" or "Bezirk Mödling" or "county XYZ". There should be a list > where one can enter words that get deleted. > That is because for the boundary it

Re: [mkgmap-dev] How do I get a blue sea?

2011-05-22 Thread Roger Calvert
Thanks to a number of helpful suggestions, I now have a blue sea. The final change which worked was to get the options in mkgmap in the right order - so that '--generate-sea' came before the file names. However, mkgmap now generates a series of errors on one source file (out of 33). An example

Re: [mkgmap-dev] problems with rendering of long riverbank (multipolygons)

2011-05-22 Thread WanMil
You can download the patched (v2) mkgmap from http://files.mkgmap.org.uk/download/19/mkgmap.jar WanMil > Thanks Wanmil, I'd like to test it, but don't know how to use those patches. > Do you have a mkgmap.jar file? > > > Wanmil wrote: > > Minko, > > can you please test the patch I've posted? >

[mkgmap-dev] [PATCH v2] Multipolygon: Joining unconnected ways out of the bounding box

2011-05-22 Thread WanMil
v1 suffered from the problem that ways were connected over the bbox edge. Now connections with minimum distance are preferred no matter if a way is closed to a polygon or if a way is joined to another unclosed way. WanMil The patch connects unclosed ways out of the bounding box. In some situa