Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 6154)
+++ trunk/data/defaultpresets.xml	(revision 6157)
@@ -1303,6 +1303,5 @@
             <key key="barrier" value="fence" />
             <optional>
-<!--                <combo key="fence_type" text="Type" values="barbed_wire,chain_link,electric,roundpole,split_rail,wood" /> -->
-                <combo key="fence_type" text="Type" values="barbed_wire,chain,electric,hedge,pole,split_rail,wood" />
+                <combo key="fence_type" text="Type" values="barbed_wire,chain_link,electric,metal,pole,split_rail,wire,wood" />
                 <text key="height" text="Height (meters)" length="7" />
             </optional>
Index: trunk/data/tagchecker.cfg
===================================================================
--- trunk/data/tagchecker.cfg	(revision 6154)
+++ trunk/data/tagchecker.cfg	(revision 6157)
@@ -146,4 +146,17 @@
 *    : W : width                == * && highway != * && railway != * && waterway != * && aeroway != * && cycleway != * && footway != * && barrier != * && man_made != * # width without physical linear feature
 *    : W : maxspeed             == * && highway != * && railway != * && traffic_sign != /(.*;)?maxspeed(;.*)?/ && type != enforcement # maxspeed without highway/railway/traffic_sign
+*    : W : fence_type           == * && barrier != fence                               # fence_type without barrier=fence
+*    : W : border_type          == * && boundary != *                                  # border_type without boundary
+*    : W : recycling_type       == * && amenity != recycling                           # recycling_type without amenity=recycling
+*    : W : board_type           == * && information != board                           # board_type without information=board
+*    : W : shelter_type         == * && amenity != shelter                             # shelter_type without amenity=shelter
+*    : W : lamp_type            == * && highway != street_lamp                         # lamp_type without highway=street_lamp
+*    : W : building_type        == * && building != *                                  # building_type without building
+*    : W : map_type             == * && information != map                             # map_type without information=map
+*    : W : site_type            == * && historic != archaeological_site                # site_type without historic=archaeological_site
+*    : W : artwork_type         == * && tourism != artwork                             # artwork_type without tourism=artwork
+*    : W : castle_type          == * && historic != castle                             # castle_type without historic=castle
+*    : W : reservoir_type       == * && landuse != reservoir && water != reservoir     # reservoir_type without landuse/water=reservoir
+*    : W : bunker_type          == * && military != bunker                             # bunker_type without military=bunker
 
 ################################
