Hi

Is it possible that oneway:bicycle=no is mistakenly evaluated as 'bicycle=no'?

Just to test another rule i created the following rule

highway=residential 
   & bicycle=no
            { echo '${highway} ${bicycle} ${oneway:bicycle} '
              }

Two ways as example with the output 

no oneway:bicycle=no in the raw data:
Way 1055008530 residential no null
https://www.openstreetmap.org/way/1055008530#map=19/51.479654/6.744016

with oneway:bicycle=no:
Way 1313017115 residential no no 
https://www.openstreetmap.org/way/1313017115#map=19/51.501156/6.756939


This is the only rule in my style oneway:bicycle=no, used only for an overlay

highway=*
          & (cycleway:left=yes |
             cycleway:left~'.*lane' |
             cycleway:left~'.*track' |
             cycleway=opposite |
             cycleway=opposite_lane |
             oneway:bicycle=no)           [0x10e0a resolution 24-24 continue]


Thank you in advance


Bernd



_______________________________________________
mkgmap-dev mailing list -- mkgmap-dev@lists.mkgmap.org.uk
To unsubscribe send an email to mkgmap-dev-le...@lists.mkgmap.org.uk
%(web_page_url)slistinfo/%(_internal_name)s

Reply via email to