Re: [mkgmap-dev] Splitter R97 needs additional package?

2009-09-27 Thread Johann Gail
How did you compile it? How are you running it? There should be an xpp3-1.1.4c.jar library in the lib directory. If you build the splitter using ant it will add those classes into the splitter.jar automatically. Otherwise you'll need to include xpp3 on your classpath. Ah, thank you,

[mkgmap-dev] Commit: r1234: Add the 'continue' attribute to the type.

2009-09-27 Thread svn commit
Version 1234 was commited by steve on 2009-09-27 10:58:41 +0100 (Sun, 27 Sep 2009) BRANCH: style Add the 'continue' attribute to the type. If the type has the continue attribute then searching is continued for further matches. As a result the one feature in OSM can result in more than one

Re: [mkgmap-dev] Commit: r1234: Add the 'continue' attribute to the type.

2009-09-27 Thread Steve Ratcliffe
On 27/09/09 10:58, svn commit wrote: Version 1234 was commited by steve on 2009-09-27 10:58:41 +0100 (Sun, 27 Sep 2009) BRANCH: style Add the 'continue' attribute to the type. Please don't try to use this just yet, as it will hang for anything more than the simplest of cases. ..Steve

Re: [mkgmap-dev] Strict ordering of action in a style rule file.

2009-09-27 Thread Torsten Leistikow
Steve Ratcliffe schrieb: Right, I can add a continue function. Would it be possible for you or Felix to send me a complete file with those rule so I can see how they are really used in practice? Sure, as an example I have attached the lines-file of my topo-base-layer. Note that in this

[mkgmap-dev] Streetname R....... Letter+Points

2009-09-27 Thread Jan Tappenbeck
Hallo ! i change vom Release 1167 to 1188 and now the streetnames are only ONE letter and some points like R... is it possible to reaktive to show the hole name ??? regards Jan :-) ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Commit: r1235: Fix hang on continue action.

2009-09-27 Thread svn commit
Version 1235 was commited by steve on 2009-09-27 16:42:08 +0100 (Sun, 27 Sep 2009) BRANCH: style Fix hang on continue action. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] Streetname R....... Letter+Points

2009-09-27 Thread Jan Tappenbeck
Jan Tappenbeck schrieb: Hallo ! i change vom Release 1167 to 1188 and now the streetnames are only ONE letter and some points like R... is it possible to reaktive to show the hole name ??? regards Jan :-) addidional only the name tag will be reduce to R. other parts of

[mkgmap-dev] [PATCH v1] - drive on left + roundabout direction checking

2009-09-27 Thread Mark Burton
As suggested, moved from rhd to dol. Two options are now available --drive-on-left and --drive-on-right. By default, you should not have to specify either because mkgmap now determines the side of the road to drive on from the direction of the first roundabout it processes. But if you don't

Re: [mkgmap-dev] Commit: r1235: Fix hang on continue action.

2009-09-27 Thread Felix Hartmann
svn commit wrote: Version 1235 was commited by steve on 2009-09-27 16:42:08 +0100 (Sun, 27 Sep 2009) BRANCH: style Fix hang on continue action. Thanks for your work, sadly though for me at the moment the style branch is useless because continue on the strictly ordered style rules has

Re: [mkgmap-dev] Commit: r1235: Fix hang on continue action.

2009-09-27 Thread Steve Ratcliffe
On 27/09/09 21:28, Felix Hartmann wrote: Thanks for your work, sadly though for me at the moment the style branch is useless because continue on the strictly ordered style rules has no effect. (I need to have the rules running not only in order, but also if continue given, several rules on the

Re: [mkgmap-dev] Commit: r1235: Fix hang on continue action.

2009-09-27 Thread Felix Hartmann
Steve Ratcliffe wrote: On 27/09/09 21:28, Felix Hartmann wrote: Thanks for your work, sadly though for me at the moment the style branch is useless because continue on the strictly ordered style rules has no effect. (I need to have the rules running not only in order, but also if continue

[mkgmap-dev] Commit: r1237: Out of bounds bug fixed.

2009-09-27 Thread svn commit
Version 1237 was commited by steve on 2009-09-27 22:46:45 +0100 (Sun, 27 Sep 2009) BRANCH: mdr Out of bounds bug fixed. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] [PATCH v1] - drive on left + roundabout direction checking

2009-09-27 Thread Dermot McNally
2009/9/27 Mark Burton ma...@ordern.com: Also, it now issues a warning for each roundabout it finds that appears to go in the wrong direction. I just got 720 warnings when I processed the GB map so either there is a problem with the code or there is a lot of duff roundabouts. I checked a

[mkgmap-dev] Unable to compile maps

2009-09-27 Thread Carlos Dávila
Since yesterday I get the error below trying to compile France and Spain maps (from Geofabrik): java.lang.AssertionError: relative pointer too large for 14 bits at uk.me.parabola.imgfmt.app.net.RouteArc.writeSecond(RouteArc.java:260) at

Re: [mkgmap-dev] [PATCH v1] - drive on left + roundabout direction checking

2009-09-27 Thread Mark Burton
Hi Dermot, I've tried this on my map of Ireland and it works fine. Unexpectedly, though, I see _no_ errors for wrong way roundabouts. One theory is that our roundabouts are all pointing the right way... Hmm, that would be rather amazing. Is there any verbose mode I need to have on to see

[mkgmap-dev] Commit: r1238: Print node offsets when assertion fails in writeSecond().

2009-09-27 Thread svn commit
Version 1238 was commited by markb on 2009-09-27 23:25:31 +0100 (Sun, 27 Sep 2009) Print node offsets when assertion fails in writeSecond(). ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Unable to compile maps

2009-09-27 Thread Mark Burton
Hi Carlos, Since yesterday I get the error below trying to compile France and Spain maps (from Geofabrik): java.lang.AssertionError: relative pointer too large for 14 bits Hmm, I know where this is coming from but would like a little more info before I try a fix. Please use r1238 (just

Re: [mkgmap-dev] Unable to compile maps

2009-09-27 Thread Carlos Dávila
Mark Burton escribió: Hi Carlos, Since yesterday I get the error below trying to compile France and Spain maps (from Geofabrik): java.lang.AssertionError: relative pointer too large for 14 bits Hmm, I know where this is coming from but would like a little more info before I try a

[mkgmap-dev] Commit: r1239: Sort sections 10 and 11.

2009-09-27 Thread svn commit
Version 1239 was commited by steve on 2009-09-27 23:38:37 +0100 (Sun, 27 Sep 2009) BRANCH: mdr Sort sections 10 and 11. 10 needs to be sorted by increasing mdr11 record number (and by group, but we only have one group). 11 needs to be sorted alphabetically by label. I say 'needs to be' but

[mkgmap-dev] Commit: r1240: When estimating size of node, assume that it will have large offsets.

2009-09-27 Thread svn commit
Version 1240 was commited by markb on 2009-09-28 00:08:25 +0100 (Mon, 28 Sep 2009) When estimating size of node, assume that it will have large offsets. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] Unable to compile maps

2009-09-27 Thread Mark Burton
Hi Carlos, Here it is: java.lang.AssertionError: relative pointer too large for 14 bits (source offset = 1115876, dest offset = 1124268) Thanks for that, it was useful. Please try r1240, it could possibly fix the issue. Cheers, Mark ___

[mkgmap-dev] [PATCH v3] - drive on left + roundabout direction checking

2009-09-27 Thread Mark Burton
v3 - now reverses the order of the points in roundabouts that have the wrong direction so that routing is more likely to succeed. v2 - now prints OSM URL of first point in dodgy roundabout. As suggested, moved from rhd to dol. Two options are now available