I have a covered bridge here:
tag bridge=covered
in my POINT file I added:
# Greg Added COVERED Bridge icon
highway=* & bridge=covered [0x661d resolution 23]
in my LINE file I have:
highway=tertiary & oneway=yes [0x26 resolution 20 continue]
highway=tertiary & (cycleway=lane | cycleway=track) [0x00 resolution 20 continue]
highway=tertiary & cycleway:right=lane [0x10002 resolution 20 continue]
highway=tertiary & cycleway:left=lane [0x10001 resolution 20 continue]
# OpenMapChest: Use SPCIAL WIDE unpaved road line type for UNPAVED TERTIARY roads.
highway=tertiary & mkgmap:unpaved=1 & bridge!=yes & access!=private [0x11 road_class=1 road_speed=3 resolution 20]
highway=tertiary & !(mkgmap:unpaved=1) & bridge!=yes & access!=private [0x05 road_class=1 road_speed=3 resolution 20]
highway=tertiary & access=private [0x10 road_class=1 road_speed=3 resolution 20]
highway=tertiary & bridge=yes [0x01 road_class=1 road_speed=3 resolution 22 continue with_actions]
highway=tertiary_link & oneway=yes [0x26 resolution 20 continue]
highway=tertiary_link & (cycleway=lane | cycleway=track) [0x00 resolution 20 continue]
highway=tertiary_link & cycleway:right=lane [0x10002 resolution 20 continue]
highway=tertiary_link & cycleway:left=lane [0x10001 resolution 20 continue]
highway=tertiary_link & mkgmap:unpaved=1 & bridge!=yes & access!=private [0x11 road_class=1 road_speed=1 resolution 20]
highway=tertiary_link & !(mkgmap:unpaved=1) & bridge!=yes & access!=private [0x24 resolution 20 continue]
highway=tertiary_link & !(mkgmap:unpaved=1) & bridge!=yes & access!=private [0x08 road_class=1 road_speed=1 resolution 20]
highway=tertiary_link & access=private [0x10 road_class=1 road_speed=1 resolution 20]
highway=tertiary_link & bridge=yes [0x01 road_class=1 road_speed=1 resolution 22]but I do not see my POINT SYMBOL,
You can see I make BRIDGES a different linetype (0x01), but when it is bridge=coverd, I would like to add a POINT on top of this type of bridge.
Greg