I assume this also means that I should render
a) cycleway=opposite_lane & oneway=-1
the same as
b) cycleway=opposite_lane & oneway=yes

Now I have two other line types for these situations
(bike lane on either left or right side of the road)

Yes, as far as I understand all oneway roads are normalized to oneway=yes which also means that the points are always sorted by direction:

oneway=yes
1>>>>>>>>>2
is normalized after the style to:
oneway=yes
1>>>>>>>>>2

oneway=-1
2<<<<<<<<<1
is normalized after the style to:
oneway=yes
1>>>>>>>>>2

Maybe we should think about performing the normalization step before running the style files. That might be easier to understand?

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

Reply via email to