4     multipolygon = relation_as_multipolygon,
 
   5     boundary = relation_as_multipolygon,
 
   6     waterway = relation_as_multiline
 
  10     building = 'fallback',
 
  12     healthcare = 'fallback',
 
  18                street_lamp = 'named',
 
  19                traffic_signals = 'named',
 
  27                motorway_link = 'named',
 
  29                primary_link = 'named',
 
  30                secondary_link = 'named',
 
  31                tertiary_link = 'named'},
 
  36                 postal_code = 'named'},
 
  41     junction = 'fallback',
 
  45     mountain_pass = 'always',
 
  48     bridge = 'named_with_key',
 
  49     tunnel = 'named_with_key',
 
  55 PRE_DELETE = tag_match{keys = {'note', 'note:*', 'source', 'source*', 'attribution',
 
  56                                'comment', 'fixme', 'FIXME', 'created_by', 'NHD:*',
 
  57                                'nhd:*', 'gnis:*', 'geobase:*', 'KSJ2:*', 'yh:*',
 
  58                                'osak:*', 'naptan:*', 'CLC:*', 'import', 'it:fvg:*',
 
  59                                'type', 'lacounty:*', 'ref:ruian:*', 'building:ruian:type',
 
  60                                'ref:linz:*', 'is_in:postcode'},
 
  61                        tags = {emergency = {'yes', 'no', 'fire_hydrant'},
 
  62                                historic = {'yes', 'no'},
 
  63                                military = {'yes', 'no'},
 
  64                                natural = {'yes', 'no', 'coastline'},
 
  65                                highway = {'no', 'turning_circle', 'mini_roundabout',
 
  66                                           'noexit', 'crossing', 'give_way', 'stop'},
 
  67                                railway = {'level_crossing', 'no', 'rail'},
 
  68                                man_made = {'survey_point', 'cutline'},
 
  69                                aerialway = {'pylon', 'no'},
 
  76                                mountain_pass = {'no'},
 
  78                                tourism = {'yes', 'no'},
 
  81                                waterway = {'riverbank'},
 
  86 POST_DELETE = tag_match{keys = {'tiger:*'}}
 
  88 PRE_EXTRAS = tag_match{keys = {'*:prefix', '*:suffix', 'name:prefix:*', 'name:suffix:*',
 
  89                                'name:etymology', 'name:signed', 'name:botanical',
 
  90                                'wikidata', '*:wikidata',
 
  91                                'addr:street:name', 'addr:street:type'}
 
  94 NAMES = key_group{main = {'name', 'name:*',
 
  95                           'int_name', 'int_name:*',
 
  96                           'nat_name', 'nat_name:*',
 
  97                           'reg_name', 'reg_name:*',
 
  98                           'loc_name', 'loc_name:*',
 
  99                           'old_name', 'old_name:*',
 
 100                           'alt_name', 'alt_name:*', 'alt_name_*',
 
 101                           'official_name', 'official_name:*',
 
 102                           'place_name', 'place_name:*',
 
 103                           'short_name', 'short_name:*', 'brand'},
 
 104                    extra = {'ref', 'int_ref', 'nat_ref', 'reg_ref',
 
 105                             'loc_ref', 'old_ref',
 
 106                             'iata', 'icao', 'pcode', 'pcode:*', 'ISO3166-2'},
 
 107                    house = {'addr:housename'}
 
 110 ADDRESS_TAGS = key_group{main = {'addr:housenumber',
 
 111                                  'addr:conscriptionnumber',
 
 112                                  'addr:streetnumber'},
 
 113                          extra = {'addr:*', 'is_in:*', 'tiger:county'},
 
 114                          postcode = {'postal_code', 'postcode', 'addr:postcode',
 
 115                                      'tiger:zip_left', 'tiger:zip_right'},
 
 116                          country = {'country_code', 'ISO3166-1',
 
 117                                     'addr:country_code', 'is_in:country_code',
 
 118                                     'addr:country', 'is_in:country'},
 
 119                          interpolation = {'addr:interpolation'}
 
 122 SAVE_EXTRA_MAINS = true