Clinton Gladstone wrote:
On Thu, Aug 20, 2009 at 12:56 PM, Felix
Hartmann<extremecar...@googlemail.com> wrote:
Could some other people please try out whether the overlays and
relations file still work with 1140?

Could you send an example of what you are doing in your relations
file? I will then see if I can reproduce the problem.

Cheers.
see my relations file attached.
I tried with clean 1140 as well as witch 1140 and continue patch.

With 1139 it works fine....


type=route & route=bicycle & network=tcn
        {
                name '${ref|subst: |highway-symbol:hbox} ${name}' | 
'${ref|subst: |highway-symbol:hbox}' | 'tcn ${name}';
                apply { set route=bicycle }
        }       [0x06 resolution 20]

type=route & route=bicycle & network=lcn
        {
                name '${ref|subst: |highway-symbol:hbox} ${name}' | 
'${ref|subst: |highway-symbol:hbox}' | 'lcn ${name}';
                apply { set route=bicycle }
        }       [0x06 resolution 20]

type=route & route=bicycle & network=rcn
        {
                name '${ref|subst: |highway-symbol:hbox} ${name}' | 
'${ref|subst: |highway-symbol:hbox}' | 'rcn ${name}';
                apply { set route=bicycle }
        }       [0x06 resolution 20]

type=route & route=bicycle & network=ncn
        {
                name '${ref|subst: |highway-symbol:hbox} ${name}' | 
'${ref|subst: |highway-symbol:hbox}' | 'ncn ${name}';
                apply { set route=bicycle }
        }       [0x06 resolution 18]

type=route & route=bicycle & network=icn
        {
                name '${ref|subst: |highway-symbol:hbox} ${name}' | 
'${ref|subst: |highway-symbol:hbox}' | 'icn ${name}';
                apply { set route=bicycle }
        }       [0x06 resolution 18]    
        
type=route & route=mtb
        {
                name '${ref|subst: |highway-symbol:hbox} ${name}' | 'mtbrt 
${ref|subst: |highway-symbol:hbox}' | 'mtbrt ${name}';
                apply { set route=mtb }
        }       [0x0e resolution 18]
        
type=route & route=mountainbike
        {
                name '${ref|subst: |highway-symbol:hbox} ${name}' | 'mtbrt 
${ref|subst: |highway-symbol:hbox}' | 'mtbrt ${name}';
                apply { set route=mtb }
        }       [0x0e resolution 18]
        
type=route & route=bicycle
        {
                name '${ref|subst: |highway-symbol:hbox} ${name}' | 
'${ref|subst: |highway-symbol:hbox}' | 'bkrt ${name}';
                apply { set route=bicycle }
        }       [0x06 resolution 20]
        

type=route & route=ferry { apply { set route=ferry} }           [0x1a 
road_class=0 road_speed=0 resolution 18]
type=route & route=hiking { apply { set route=hiking} }         [0x3c 
resolution 20]
type=route & route=foot { apply { set route=foot} }             [0x3e 
resolution 20]

_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to