Re: [mkgmap-dev] problem with creating gmapsupp and TYP in mdr

2009-10-29 Thread Nop
Hi! maning sambale schrieb: java.lang.NullPointerException at uk.me.parabola.tdbfmt.OverviewMapBlock.setArea(OverviewMapBlock.java:100) at uk.me.parabola.mkgmap.combiners.TdbBuilder.addToTdb(TdbBuilder.java:114) at

Re: [mkgmap-dev] Exception in mkgmap r1328

2009-10-29 Thread Nop
Hi! Nop schrieb: While trying to build a routable map from the planetfile for Germany with a slightly modified default style, I receive the following exception: Exception in thread main java.lang.NullPointerException at

Re: [mkgmap-dev] Combining several different maps into one gmapsupp

2009-10-29 Thread Ralf Kleineisel
On Wednesday 28 October 2009 20:59:52 Ævar Arnfjörð Bjarmason wrote: But is it possible to take an existing image file and set its --transparent value or --draw-priority after it has been generated? I Wgmaptool can do just that. Use the GUI or on the command line: gmt.exe -w -t 12345678.img

Re: [mkgmap-dev] Exception in mkgmap r1328

2009-10-29 Thread Steve Ratcliffe
On 29/10/09 00:19, Nop wrote: While trying to build a routable map from the planetfile for Germany with a slightly modified default style, I receive the following exception: Exception in thread main java.lang.NullPointerException at

Re: [mkgmap-dev] NSIS patch

2009-10-29 Thread Steve Ratcliffe
Hi Nakor On 28/10/09 20:51, Nakor wrote: Please find attached a patch that will generate a .nsi file if --nsis is provided on the command line. This .nsi file can be use with NSIS (http://nsis.sourceforge.net) to build an EXE installer for installing the maps with MapSource on Windows. The

Re: [mkgmap-dev] Commit: r1330: Reduce volume of warnings when turn restriction uses a 'via' way.

2009-10-29 Thread Paul
Mark Burton wrote: Ha! 69, that's nothing, I'm currently working my way through the 2000+ flare road errors in the UK! When I have done those, I have 500+ roundabouts that fork or have overlapping segments. Why am I doing this? Dunno why you're doing it but when you find out let me

[mkgmap-dev] Commit: r1332: Generate a .nsi file if --nsis is provided on the command line. This .nsi file can be used with NSIS (http://nsis.sourceforge.net) to build an EXE installer for installing

2009-10-29 Thread svn commit
Version 1332 was commited by steve on 2009-10-29 11:52:05 + (Thu, 29 Oct 2009) Generate a .nsi file if --nsis is provided on the command line. This .nsi file can be used with NSIS (http://nsis.sourceforge.net) to build an EXE installer for installing the maps with MapSource on Windows.

[mkgmap-dev] Noise removal from mkgmap logs

2009-10-29 Thread Marko Mäkelä
For what it is worth, I wrote some regular expressions for ignoring some known noise warnings generated by mkgmap. After the removal of the noise, only genuine warnings will be issued for Finland. The index page of my Garmin map of Finland http://www.polkupyoraily.net/osm/ is in Finnish, but I

[mkgmap-dev] Commit: r1333: Bus stops and tram stops.

2009-10-29 Thread svn commit
Version 1333 was commited by steve on 2009-10-29 12:02:59 + (Thu, 29 Oct 2009) Bus stops and tram stops. - Marko M?\195?\164kel?\195?\164 ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

Re: [mkgmap-dev] access=no on a cycleway doesn't work?

2009-10-29 Thread Marko Mäkelä
On Thu, Oct 29, 2009 at 02:41:25PM +0100, Valentijn Sessink wrote: In my neighbourhood there's a highway=cycleway that is currently blocked due to construction works. As the cycleway is still there (the cycleway itself is not under construction), I tagged it access=no. However, mkgmap still

[mkgmap-dev] Commit: r1334: Treat MDR .img files separately from regular .img files.

2009-10-29 Thread svn commit
Version 1334 was commited by steve on 2009-10-29 14:22:21 + (Thu, 29 Oct 2009) Treat MDR .img files separately from regular .img files. Fixes a null pointer when creating the tdb file. No other file has been changed to use the the new kind. The gmapsupp does not yet support mdr files,

Re: [mkgmap-dev] Exception in mkgmap r1328

2009-10-29 Thread Nop
Hi! Steve Ratcliffe schrieb: On 29/10/09 00:19, Nop wrote: While trying to build a routable map from the planetfile for Germany with a slightly modified default style, I receive the following exception: Exception in thread main java.lang.NullPointerException at

Re: [mkgmap-dev] Exception in mkgmap r1328

2009-10-29 Thread Steve Ratcliffe
On 29/10/09 15:45, Nop wrote: No, there is no osmmap_mdr.img. There are 24 .img that were created from as many splitter output files in the same session. So I guess one of them must be incomplete. But there were no other exceptions or warnings. Is there a way to increase the warning level?

Re: [mkgmap-dev] Exception in mkgmap r1328

2009-10-29 Thread Nop
Hi! Steve Ratcliffe schrieb: Report back the results if it isn't immediately obvious what is wrong from that. Ok, I was able to identify the damaged .img file. But I still cannot tell, what the problem is. I compared it with a good file at the finest log level and basically it appears that

Re: [mkgmap-dev] [PATCH] Display road name instead of ref in routing directions

2009-10-29 Thread Gert Münzel
ok, thanks, it was only a misunderstanding of routing directions, simply caused by my bad english. The rest was already clear. cheers Gert ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] NSIS patch v2

2009-10-29 Thread Nakor
Its OK to error out on a missing tdb file as that is not optional, but you should probably detect the presence of a mdr file though and adjust omit it from the file. I'll have to add the ability to detect MDR files to FileInfo. You should also take account of the product-id too. I will