[mkgmap-dev] Regression causing Heap space exhaustion?

2009-08-21 Thread Morten Kjeldgaard
Hi, The default version of mkgmap distributed with Ubuntu 9.04 (jaunty) is svn630. I tried upgrading to version svn1067 which has recently appeared in Debian unstable, but now I get a Java heap space exception on the _same_ .osm file that worked before. The map I was working with is the

Re: [mkgmap-dev] Commit: r1140: -- breaks overlays and relations file?

2009-08-21 Thread Mark Burton
Hi Felix, Is this still a problem or did it get better? Cheers, Mark ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

[mkgmap-dev] Commit: r1141: Avoid NPE if no name tag present when processing mkgmap:gtype.

2009-08-21 Thread svn commit
Version 1141 was commited by markb on 2009-08-21 09:49:12 +0100 (Fri, 21 Aug 2009) Avoid NPE if no name tag present when processing mkgmap:gtype. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Commit: r1140: -- breaks overlays and relations file?

2009-08-21 Thread Felix Hartmann
2009/8/21 Mark Burton ma...@ordern.com Hi Felix, Is this still a problem or did it get better? Cheers, Mark ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev No I'm still unable

Re: [mkgmap-dev] Commit: r1140: -- breaks overlays and relations file?

2009-08-21 Thread Mark Burton
Felix, No I'm still unable to get routes and overlays to show up on the map. either using 1140 with multiple elements patch (no other patches), nor with clean svn version. That's sad. I don't know what you mean by routes or overlays so I can't imagine what the problem is. If you could

Re: [mkgmap-dev] Overflowed directory error

2009-08-21 Thread Clinton Gladstone
2009/8/21 Carlos Dávila cdavi...@jemila.jazztel.es: Hello all While compiling a map from 6 tiles obtained with splitter (manually adjusted areas.list) I get the following error: GRAVE (BlockManager): overflowed directory with max block 65534, current=65535 There is not enough room in a

Re: [mkgmap-dev] Commit: r1140: -- breaks overlays and relations file?

2009-08-21 Thread Felix Hartmann
2009/8/21 Mark Burton ma...@ordern.com Felix, No I'm still unable to get routes and overlays to show up on the map. either using 1140 with multiple elements patch (no other patches), nor with clean svn version. That's sad. I don't know what you mean by routes or overlays so I

Re: [mkgmap-dev] Commit: r1140: -- breaks overlays and relations file?

2009-08-21 Thread Mark Burton
Hi Felix, Overlays. I mean the overlays file in the style-files. Before 1139 if you had a line in your lines file saysing for example: highway=footway highway=cycleway [0x123 resolution 20] you could now define in the overlays file 0x123: 0x2a, 0x0c and both 0x2a and 0x0c were

Re: [mkgmap-dev] Regression causing Heap space exhaustion?

2009-08-21 Thread Greg Troxel
Morten Kjeldgaard m...@bioxray.au.dk writes: The default version of mkgmap distributed with Ubuntu 9.04 (jaunty) is svn630. I tried upgrading to version svn1067 which has recently appeared in Debian unstable, but now I get a Java heap space exception on the _same_ .osm file that worked

[mkgmap-dev] bug or feature?

2009-08-21 Thread Valentijn Sessink
Hi list, I guess I found out that --description does not work when using a -c template-file. Is this a bug or a feature, i.e. does the source need to be patched or should I patch the documentation? (I'm willing to do the latter, but not if a fix in the source is really easy). Best regards,

Re: [mkgmap-dev] Commit: r1140: -- breaks overlays and relations file?

2009-08-21 Thread Steve Ratcliffe
Hi Mark, great work on implementing the extended types. As for this problem, I don't see it. With a simple style that only includes one line type with overlays it works just fine. Same with relations. Also looking at the code change, there is nothing that appears to touch that area of the

Re: [mkgmap-dev] Overflowed directory error

2009-08-21 Thread Carlos Dávila
Clinton Gladstone escribió: 2009/8/21 Carlos Dávila cdavi...@jemila.jazztel.es: Hello all While compiling a map from 6 tiles obtained with splitter (manually adjusted areas.list) I get the following error: GRAVE (BlockManager): overflowed directory with max block 65534, current=65535

Re: [mkgmap-dev] Overflowed directory error

2009-08-21 Thread charlie
Quoting Carlos Dávila cdavi...@jemila.jazztel.es: Hello all While compiling a map from 6 tiles obtained with splitter (manually adjusted areas.list) I get the following error: GRAVE (BlockManager): overflowed directory with max block 65534, current=65535 There is not enough room in a single

Re: [mkgmap-dev] Overflowed directory error

2009-08-21 Thread Carlos Dávila
char...@cferrero.net escribió: Quoting Carlos Dávila cdavi...@jemila.jazztel.es: Hello all While compiling a map from 6 tiles obtained with splitter (manually adjusted areas.list) I get the following error: GRAVE (BlockManager): overflowed directory with max block 65534, current=65535

Re: [mkgmap-dev] Commit: r1140: -- breaks overlays and relations file?

2009-08-21 Thread Thilo Hannemann
Am 21.08.2009 um 12:43 schrieb Felix Hartmann: Is noone else using these features? Thilo, what about you? Are you able to use 1140 as a base? Hi Felix, sorry, I didn't see that thread earlier. The feature with the relations that you are using was never integrated into trunk. I assume

[mkgmap-dev] Sea Polygons and java 1.6

2009-08-21 Thread Steve Ratcliffe
Hi The sea polygon patch uses a feature from java 1.6 (NavigableSet), whereas mkgmap is currently released for java 1.5. Perhaps there is a different way to do it that avoids the use, but it could be time to consider going to 1.6. Now I don't personally mind going to 1.6 and in fact I

Re: [mkgmap-dev] Regression causing Heap space exhaustion?

2009-08-21 Thread Morten Kjeldgaard
On 21/08/2009, at 23.26, Steve Ratcliffe wrote: When support for relations was added the memory required increased. I think that was added along with routing, I believe, which was in version 684 or thereabouts, so that will explain what you see. I don't use debian, but I just downloaded

[mkgmap-dev] [PATCH v1] - support for extended type attributes

2009-08-21 Thread Mark Burton
Yo Landlubbers, Here's the first cut at encoding support for extended type attributes. This is mostly concerned with marine entities like (wreck depths, buoy types, light types, colours, etc.) As there is quite a lot of it and I haven't sussed it all out yet, I thought it would make sense to