Re: [mkgmap-dev] Splitter issue

2011-02-21 Thread Scott Crosby
On Mon, Feb 21, 2011 at 5:06 PM, Steve Ratcliffe wrote: > > Hi Scott > >> What approach are you thinking of? >> >> One constraint in my design is that I didn't want to have one thread >> for each output file because there could be>5000 output files. > > This thing that I don't like is that the Inp

Re: [mkgmap-dev] Multipolygones and tags in outer line

2011-02-21 Thread Thorsten Kukuk
On Tue, Feb 22, Henning Scholland wrote: > You can take a look into our wiki ( > http://wiki.openstreetmap.org/wiki/DE:Relation:multipolygon ) I know that, thanks! But from 15 Multipolygons I checked now in Nuernberg, only one was correct ... And I only checked a very, very small piece ... Th

Re: [mkgmap-dev] Multipolygones and tags in outer line

2011-02-21 Thread Henning Scholland
Am 22.02.2011 00:03, schrieb Thorsten Kukuk: > On Mon, Feb 21, Henning Scholland wrote: > >> Am 21.02.2011 23:13, schrieb Thorsten Kukuk: >>> Hi, >>> >>> I found now several buildings/areas, which where constructed >>> with multipolygons, but where only the inner polygons where >>> ignored for rend

Re: [mkgmap-dev] Splitter issue

2011-02-21 Thread Steve Ratcliffe
Hi Scott > What approach are you thinking of? > > One constraint in my design is that I didn't want to have one thread > for each output file because there could be>5000 output files. This thing that I don't like is that the InputQueueInfo's submit themselves onto a queue and that they can add

Re: [mkgmap-dev] Multipolygones and tags in outer line

2011-02-21 Thread Thorsten Kukuk
On Mon, Feb 21, Henning Scholland wrote: > Am 21.02.2011 23:13, schrieb Thorsten Kukuk: > > Hi, > > > > I found now several buildings/areas, which where constructed > > with multipolygons, but where only the inner polygons where > > ignored for rendering > Hi Thorsten > > It seems to be an error

Re: [mkgmap-dev] patched polish file charset and multipolygon handling

2011-02-21 Thread Steve Ratcliffe
On 21/02/11 12:22, Kolesár András wrote: Hello, Welcome to the list. > Finally, I have modified READING_CHARSET in > mkgmap/reader/polish/PolishMapDataSource.java from "UTF-8" to > "ISO-8859-2" and accented characters started to work. The used config Yes, you are correct. The way it was meant

Re: [mkgmap-dev] Converting mkgmap generated maps to Mac format (was Index branch - success!)

2011-02-21 Thread Clinton Gladstone
On Feb 21, 2011, at 19:56, Carlos Dávila wrote: > I still have problems converting one of my maps: > python gmapi-builder.py -t osmmap.tdb -b osmmap.img -s typ/SPAIN-38.TYP > -i osmmap.mdx -m osmmap_mdr.img 553800*.img osmmap.img osmmap_mdr.img The second file, 55380002.img, appears to have an e

Re: [mkgmap-dev] Multipolygones and tags in outer line

2011-02-21 Thread Henning Scholland
Am 21.02.2011 23:13, schrieb Thorsten Kukuk: > Hi, > > I found now several buildings/areas, which where constructed > with multipolygons, but where only the inner polygons where > ignored for rendering Hi Thorsten It seems to be an error in osm-data. If you have a MP, all taggs on outer way desc

[mkgmap-dev] Multipolygones and tags in outer line

2011-02-21 Thread Thorsten Kukuk
Hi, I found now several buildings/areas, which where constructed with multipolygons, but where only the inner polygons where ignored for rendering. As an example see at: http://www.openstreetmap.org/browse/relation/56430 This is a building with tree inner polygons. As long as the outer-polygone

Re: [mkgmap-dev] patched polish file charset and multipolygon handling

2011-02-21 Thread WanMil
Dear András, thanks for your patch and for your comments about mkgmap. I cannot say anything about the mp format processing of mkgmap because I did not have any mp formatted input file. Regarding the multipolygon errors: I can confirm that there is a bug in the PolygonSplitterBase class. Split

Re: [mkgmap-dev] Splitter issue

2011-02-21 Thread Scott Crosby
On Sun, Feb 20, 2011 at 8:22 AM, Steve Ratcliffe wrote: > Hi > >> OK, I think I have this one solved, or at least worked around.  The >> original code used a character array to buffer up output before > > I've looked at this and I think that the cause is the same as the other > problem with the NP

Re: [mkgmap-dev] Converting mkgmap generated maps to Mac format (was Index branch - success!)

2011-02-21 Thread Carlos Dávila
El 16/02/11 00:01, Clinton Gladstone escribió: > I have now compared the gmapi-builder linked from the Wiki with the one we > have in the SVN repository. > > - The Wiki version includes a minor fix, which ensures that file names are > upper-cased (usually not a problem). > > - The SVN version ha

Re: [mkgmap-dev] patched polish file charset and multipolygon handling

2011-02-21 Thread Kolesár András
My data is in .mp file, not .osm. I think mkgmap would better to have working .mp file support. András Eredeti üzenet Feladó: Chris66 Címzett: mkgmap-dev@lists.mkgmap.org.uk Dátum: 2011.02.21 13:56 Tárgy: Re: [mkgmap-dev] patched polish file charset and multipolygonhandlin

Re: [mkgmap-dev] patched polish file charset and multipolygon handling

2011-02-21 Thread Chris66
Am 21.02.2011 13:22, schrieb Kolesár András: > I'm new to mkgmap, just replacing cgpsmapper because it's slow, buggy > and closed source. I have tried to compile from an .mp file. Hi, you can directly compile .osm Files. And we also already have a working Multipolygon-Splitter for these. Chris

[mkgmap-dev] patched polish file charset and multipolygon handling

2011-02-21 Thread Kolesár András
Dear developers, I'm new to mkgmap, just replacing cgpsmapper because it's slow, buggy and closed source. I have tried to compile from an .mp file. The resulting .img file had two huge problems: 1. Wrong character encoding. I used an .mp source file in code page ISO-8859-2 (or Windows-1250).

Re: [mkgmap-dev] Contour lines in Mapsource (was Improved street search in index branch)

2011-02-21 Thread Charlie Ferrero
On 21/02/2011 11:42, Felix Hartmann wrote: > > > On 21.02.2011 07:09, Charlie Ferrero wrote: >> On 21/01/2011 18:17, Felix Hartmann wrote: >>> >>> On 21.01.2011 15:12, char...@cferrero.net wrote: Minko (ligfiet...@online.nl) wrote: [snip] > Note that I don't put the line "mapname

Re: [mkgmap-dev] Contour lines in Mapsource (was Improved street search in index branch)

2011-02-21 Thread Ralf Kleineisel
On 21.02.2011 07:09, Charlie Ferrero wrote: > Hmmm - tried this and it still doesn't work. My contour style has > exactly the same levels as the base style, and the mapnames are higher. Do your contour tiles have the same codepage as your OSM tiles? The latest mapsource versions seem to have p