On 07/01/11 22:31, Carlos Dávila wrote:
> I want to translate different highway types into others using some
> physical tags. I'm testing:
> highway=secondary&  (width>7 | shoulder:width>"0.5") {set highway=primary }
> but the shoulder:width condition is not taken into account. What I'm I
> doing wrong?

You are doing nothing wrong, its just that only integer values are
recognised. Decimal values like 0.5 are treated as 0.

This should probably be fixed to deal with decimals.

..Steve

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

Reply via email to