Re: [mkgmap-dev] New (?) error message

2009-12-14 Thread Lambertus
I see this behavior as well with quite a few tiles. I work around this by using: ulimit -t 300 java -jar for rendering. Then check if an image file is created afterwards. If none is found the tile is split in half and then rendered again. This usually resolves it. Nop wrote: Hi! Can

[mkgmap-dev] naming map layers in a gmapsupp.img

2009-12-14 Thread Torsten Leistikow
Moin, I have multiple map layers in my gmapsupp.img file, but I can not set the name of the layers, so that they can be identified on my nuvi. The first layer is created by the following call: java -jar -Xmx6144M ../../mkgmap-r1170/mkgmap.jar --style-file=../../styles/06_restrictions_motorcar

Re: [mkgmap-dev] naming map layers in a gmapsupp.img

2009-12-14 Thread charlie
Quoting Torsten Leistikow de_m...@gmx.de: Moin, I have multiple map layers in my gmapsupp.img file, but I can not set the name of the layers, so that they can be identified on my nuvi. The first layer is created by the following call: java -jar -Xmx6144M ../../mkgmap-r1170/mkgmap.jar

Re: [mkgmap-dev] New (?) error message

2009-12-14 Thread Mark Burton
Hello Nop, Can anybody tell me the meaning of this error? I know some diagnostic messages are obscure but this one is telling you plain and simple that it is unwilling to split a particular area because it thinks it has become too small. Actually, I just checked the area it mentions and

[mkgmap-dev] Inserting hex codes in labels

2009-12-14 Thread Mark Burton
I would like to be able to insert hex chars into labels so I can stop parts (or all) of labels being displayed when zoomed out (as described in cgpsmapper doc). Is there anyway our style code can support that? I know it has some highway shields but how about the other codes? Cheers, Mark

Re: [mkgmap-dev] Inserting hex codes in labels

2009-12-14 Thread Gert Münzel
Hi, Mark, AFAIk it's actually not working with styling. But i already asked in the thread: [mkgmap-dev] Handling of Garmin magic label codes (highwayshields etc.) differs from mp-format input to osm-format ? There Steve and/or Clinton gave my the trick to directly insert the code into the style

Re: [mkgmap-dev] Inserting hex codes in labels

2009-12-14 Thread Gert Münzel
Hi Mark, unfortunately this hex sign square is not visible in the mail list. I have replaced it with HEXSIGN as marker. ex. highway=* {name '${ref|highway-symbol:box:6:4}HEXSIGN${name}' | '${ref|highway-symbol:box}' | '${name}'; add display_name = '${ref} ${name}' } cheers Gert

Re: [mkgmap-dev] Inserting hex codes in labels

2009-12-14 Thread Mark Burton
Hi Gert, Hi Mark, unfortunately this hex sign square is not visible in the mail list. I have replaced it with HEXSIGN as marker. ex. highway=* {name '${ref|highway-symbol:box:6:4}HEXSIGN${name}' | '${ref|highway-symbol:box}' | '${name}'; add display_name = '${ref} ${name}' }

[mkgmap-dev] [PATCH] apply_local action (variable substitution in relation members)

2009-12-14 Thread Marko Mäkelä
On the Finnish forum, the senior mapper alv pointed out that the left:*, right:* names for boundary=administrative ways are being made obsolete by boundary relations. I agree with him that boundary relations are the better option, especially with regards to localization. mkgmap can replace name

[mkgmap-dev] Boundary names, relations and left:*, right:* tags

2009-12-14 Thread Marko Mäkelä
Hi Toby, all, and sorry for replying to an old post. On Thu, Apr 16, 2009 at 03:57:41PM +0100, Toby Speight wrote: 0 In article 20090416102702.ga4...@x60s, 0 Marko Mäkelä URL:mailto:marko.mak...@iki.fi (Marko) wrote: Marko Could the minor boundaries be displayed on close zoom levels? Marko