I am trying to use this line:
(highway=residential | highway=living_street | highway=minor | highway=unclassified) & !(mkgmap:unpaved=1) & bridge!=yes [0x06 road_class=0 road_speed=2 resolution 22 continue]
I want (THESE HIGHWAYS) and (PAVED) and (NO BRIDGE) to get 0x06 linetype
!(mkgmap:unpaved=1) would give me 'paved' or 'not dirt' roads.
Can someone help with the syntax?
Greg