Re: [mkgmap-dev] Problem to understand splitter.jar --description

2015-03-07 Thread Bernd Weigelt
Am Samstag, 7. März 2015, 08:46:06 schrieb Bernd Weigelt: I will test it No didn't work. only the description of the last layer is visible on the device, see the attached screenshot 106.jpg my script set the correct description for every layer first layer: java -ea -Xmx6G -jar

[mkgmap-dev] FW: --make-opposite-cycleways option

2015-03-07 Thread Gerd Petermann
Hi all, sorry, I hit the send button by mistake. ... Did anybody think about this proposal? 2) Maybe we can replace the --make-opposite-cycleways option by a new special tag like mkgmap:add_cycleway=[before|after] ? The idea is to change the code in mkgmap so that it doesn't create a copy of

Re: [mkgmap-dev] FW: --make-opposite-cycleways option

2015-03-07 Thread Mike Baggaley
Hi Gerd, I suggest it might be more useful to make it a more general purpose option for affecting the order of precedence used with the continue statement, something like mkgmap:precedence=integer where negative number are added before positive ones and the default precedence is 0. This would

Re: [mkgmap-dev] Problem to understand splitter.jar --description

2015-03-07 Thread Bernd Weigelt
Am Samstag, 7. März 2015, 13:45:29 schrieb Andrzej Popowski: And then compile map with options like this: ... mkgmap.jar ... --mapname=65001001 -c template2.args --description=bonn_20150306_1700_basemap --gmapsupp That's what i'm doing right now, setting a different mapid for every layer

Re: [mkgmap-dev] Problem to understand splitter.jar --description

2015-03-07 Thread Bernd Weigelt
Am Samstag, 7. März 2015, 10:11:16 schrieb Bernd Weigelt: but it is not a really problem for me, because tiles/*o5m works as expected. see 28.jpg not sure if this is a feature or a bug But it is possibly, that the mapid has to set after -c template.args, not tested at this moment. Bernd

Re: [mkgmap-dev] Problem to understand splitter.jar --description

2015-03-07 Thread Andrzej Popowski
Hi Bernd, No didn't work. only the description of the last layer is visible on the device, see the attached screenshot 106.jpg Are you creating multiple maps from single template.img? Template.args include mapname, which overwrites definition, that you give as mkgmap option. This results in

[mkgmap-dev] Commit: r3492: improve documentation of some tags prefixed with mkgmap:

2015-03-07 Thread svn commit
Version mkgmap-r3492 was committed by gerd on Sat, 07 Mar 2015 improve documentation of some tags prefixed with mkgmap: - Mike Baggaley ___ mkgmap-dev mailing list mkgmap-dev@lists.mkgmap.org.uk http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] --make-opposite-cycleways option

2015-03-07 Thread Gerd Petermann
Hi Mike, I think a possible problem with your patch is that you always add the cycle way with type 0x10, without further checking the attributes of the highway. The -make-opposite-cycleways option would add the cycle way with the same type as that for the car. Gerd From: m...@tvage.co.uk To:

Re: [mkgmap-dev] Problem to understand splitter.jar --description

2015-03-07 Thread Bernd Weigelt
Am Samstag, 7. März 2015, 13:27:50 schrieben Sie: Am Samstag, 7. März 2015, 10:11:16 schrieb Bernd Weigelt: but it is not a really problem for me, because tiles/*o5m works as expected. see 28.jpg not sure if this is a feature or a bug But it is possibly, that the mapid has to set