logo separator

[mkgmap-dev] comparing numeric values

From Torsten Leistikow de_muur at gmx.de on Wed Jul 29 19:22:55 BST 2009

Ondrej Novy schrieb:
> try this:
> 
>     highway=null_null & layer='0'  [0x05 resolution 10]
>     highway=null_null & layer=0  [0x02 resolution 10]
>     highway=null_null & layer='1'  [0x06 resolution 10]
>     highway=null_null & layer='+1'  [0x07 resolution 10]
>     highway=null_null & layer='-1'  [0x04 resolution 10]
>     highway=null_null & layer<0  [0x01 resolution 10]
>     highway=null_null & layer>0  [0x03 resolution 10]
>     highway=null_null   [0x08 resolution 10]

Why?
My example shall show, that the layer>0 and layer<0 rules are not
working as expected. Putting this rules behind the other rules makes the
whole test useless.

Gruss
Torsten



More information about the mkgmap-dev mailing list