OSM Tools
dutch german en francais spanish spanish polish russian
 

SHOW ME ALL THE HIGHWAYS NOT LISTED IN MY STYLE SHEET

Maps may contain different types of highways , ie lanes, which may not be found in your 'lines'.

highway=* {echotags "Give me any highway not found in my lines sheet"}

If you place this at the beginning of your lines then it will not work as it will show ALL the highways

So, place it at the end of your lines style sheet , but before the <finalize > bit.

However, this may work up to a point .

If you have added a CONTINUE it also captures any line with a continue and some highways with area=yes (pedestrian ,services etc) , ie

highway=secondary & ( network=e-road | int_ref=* ) [0x04 resolution 18-19 continue]

We need to add an extra condition ,something like this:

highway=secondary {set continue_=yes} # note: continue_ (continue is a command)

highway=primary {set continue_=yes} #etc

highway=* & area!=yes & continue_!=yes {echotags "Give me any highway not found in my lines sheet"}