logo separator

[mkgmap-dev] Implications of mkgmap style processor bug

From Minko ligfietser at online.nl on Wed Oct 16 13:51:32 BST 2013

I think I have seen something similar.

In the lines file I have this rule to mark toll roads for cyclists:

highway=* & toll=yes & bicycle!=no & service!=parking_aisle & toll:bicycle!=no {set tollroad=yes}

And in the pois file I'd like to mark those tollroad=yes for cyclist with a poi but this didnt work as expected:

highway=* & tollroad=yes & mkgmap:line2poitype=mid {delete 'name'; delete 'ref';} [0x2811 resolution 24]

Only this worked:
highway=* & toll=yes & bicycle!=no & service!=parking_aisle & toll:bicycle!=no & mkgmap:line2poitype=mid {delete 'name'; delete 'ref';} [0x2811 resolution 24]


More information about the mkgmap-dev mailing list