<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial'; COLOR: #000000">
<DIV>Hi Bernd,</DIV>
<DIV><SPAN lang=en id=result_box><SPAN class=hps>our group</SPAN> <SPAN
class=hps>in Brazil</SPAN> <SPAN class=hps>found that</SPAN> <SPAN class=hps>in
all</SPAN> <SPAN class=hps>Garmin</SPAN> <SPAN class=hps>Nuvis</SPAN> <SPAN
class=hps>this problem </SPAN></SPAN>to print the REF and NAME in the hbox, box
or oval, using the default styles.</DIV>
<DIV><SPAN lang=en id=result_box><SPAN class=hps>We are not</SPAN> <SPAN
class=hps>programmers and</SPAN> <SPAN class=hps>we do not know</SPAN> <SPAN
class=hps>the correct</SPAN> <SPAN class=hps>method,</SPAN></SPAN>, but solved
the problem excluding the $ {name} in the line:</DIV>
<DIV>highway = trunk {name '$ {ref | highway-symbol: hbox}<FONT color=#ff0000> $
{name</FONT><FONT color=#ff0000>}</FONT>' | '$ {ref | highway-symbol: hbox}' |
'$ {name}'; addlabel '$ {name} ({$ ref})'}</DIV>
<DIV> </DIV>
<DIV>We proceed as follows:</DIV>
<DIV> </DIV>
<DIV>highway = trunk</DIV>
<DIV>{</DIV>
<DIV>name '$ {ref | highway-symbol: hbox' |</DIV>
<DIV> '$ {ref | highway-symbol: hbox}' |</DIV>
<DIV> '$ {name}';</DIV>
<DIV>addlabel '$ {name} ({$ ref})'</DIV>
<DIV> }</DIV>
<DIV> </DIV>
<DIV>We do so for highways motorway, primary and secondary.</DIV>
<DIV> </DIV>
<DIV>[]s</DIV>
<DIV>Marcio</DIV>
<DIV> </DIV>
<DIV>-----Mensagem Original----- </DIV>
<DIV>From: Bernd Weigelt </DIV>
<DIV>Sent: Sunday, September 6, 2015 8:04 AM </DIV>
<DIV>To: Development list for mkgmap </DIV>
<DIV>Subject: [mkgmap-dev] Problem with too large shields on streets with ref
andname </DIV>
<DIV> </DIV>
<DIV>Hi</DIV>
<DIV> </DIV>
<DIV>Could it be, that this rule is a little bit too much for some
devices?</DIV>
<DIV> </DIV>
<DIV>highway=trunk</DIV>
<DIV>
{</DIV>
<DIV>
name '${ref|highway-symbol:hbox} ${name}' |</DIV>
<DIV>
'${ref|highway-symbol:hbox}' |</DIV>
<DIV>
'${name}';</DIV>
<DIV>
addlabel '${name} (${ref})'</DIV>
<DIV>
}</DIV>
<DIV>The rule ist the same as in the default style, but i break the line to make
it </DIV>
<DIV>better readable for me.</DIV>
<DIV> </DIV>
<DIV>My nüvi 2445 shows annoying large shields if a street has ref _and_ name,
my </DIV>
<DIV>O650 don't do this, it shows the shieldonly on streets without name.</DIV>
<DIV>See the attached screenshots from both devices.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Bernd</DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>