Hi all,

for a way that has only the tag
highway=path
the default style (lines) rule
highway=path {set highway=footway} 
fires. I think that's wrong, the wiki says
"A route open to the public which is not intended for motor vehicles, unless so 
tagged separately."

so we should also allow bikes.
The confusing thing is that the 
access include has this line:
highway=path                            { add foot=yes; add bicycle=yes; add 
access=no }  
but because the other rule fires first, this is ignored and 
highway=footway                         { add foot=yes; add access=no } 
is used.

AFAIU the rule 
highway=path {set highway=footway} 
should be removed.

Gerd
                                          
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to