Re: [mkgmap-dev] Bicycle routing improvements (reverting breakage from r1431)

2010-08-12 Thread Johann Gail
Right, the default style has to work for all routing. We cannot tweak it to improve bicycle routing, if the tweaks would ruin car routing. [...] What if we had a separate style for bicycle routing, with road_class and road_speed defined in such a way that minor roads are preferred?

[mkgmap-dev] Commit: r1668: Revert part of r1413.

2010-08-12 Thread svn commit
Version 1668 was commited by marko on 2010-08-12 13:03:04 +0100 (Thu, 12 Aug 2010) Revert part of r1413. Do not forbid foot/bicycle on highway=trunk and highway=trunk_link. Set road_speed=0 instead of road_speed=1 on those highway=path that are not bicycle=designated nor bicycle=official, so

[mkgmap-dev] Commit: r1669: Generate more polygons,

2010-08-12 Thread svn commit
Version 1669 was commited by marko on 2010-08-12 14:17:19 +0100 (Thu, 12 Aug 2010) Generate more polygons, so that add-pois-to-areas can work better. ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk

[mkgmap-dev] Cannot generate map with --index

2010-08-12 Thread Dermot McNally
Hi, For a while I've been out of the habit of adding --index to my command line because I don't use Mapsource to put maps on my devices. However, I wanted to do some experiments and find that I can't make it work with the following command line: java -Xms2g -Xmx2g

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-12 Thread Felix Hartmann
On 12.08.2010 20:55, Dermot McNally wrote: Hi, For a while I've been out of the habit of adding --index to my command line because I don't use Mapsource to put maps on my devices. However, I wanted to do some experiments and find that I can't make it work with the following command line:

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-12 Thread Steve Ratcliffe
Hi Exception in thread main java.lang.IllegalAccessError: tried to access method uk.me.parabola.imgfmt.app.ImgReader.position()J from class uk.me.parabola.imgfmt.app.trergn.RGNFileReader$RgnOffsets Any ideas? I believe that you need to recompile mkgmap from scratch, do 'ant rebuild'.