0> In article <[email protected]>,
0> Clinton Gladstone <URL:mailto:[email protected]> ("Clinton") 
wrote:

Clinton> That is, when you are outside and looking at the physical signs
Clinton> on the road, the 'ref' number of secondary roads does not usually
Clinton> appear on the signs, however the 'ref' of primary highways is
Clinton> generally printed on the signs (at least in Germany).

In UK, the road number is used down to secondary; tertiary and lower
should not have numbers visible on the signage (yes, exceptions exist,
but I'm quoting the rules).

So I have the following in my 'lines' file:

/--------
| highway=motorway {name '${ref|highway-symbol:hbox} ${name}' | 
'${ref|highway-symbol:hbox}' | '${name}' }
| highway=trunk {name '${ref|highway-symbol:hbox} ${name}' | 
'${ref|highway-symbol:hbox}' | '${name}' }
| highway=primary {name '${ref|highway-symbol:box} ${name}' | 
'${ref|highway-symbol:box}' | '${name}' }
| highway=secondary {name '${ref|highway-symbol:oval} ${name}' | 
'${ref|highway-symbol:oval}' | '${name}' }
| highway=* {name '${name}' }
\--------

so that lower-class roads are only named, not also numbered.
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to