4 multipolygon = relation_as_multipolygon,
5 boundary = relation_as_multipolygon,
6 waterway = relation_as_multiline
16 street_lamp = 'named',
17 traffic_signals = 'named',
25 motorway_link = 'named',
27 primary_link = 'named',
28 secondary_link = 'named',
29 tertiary_link = 'named'},
34 postal_code = 'named'},
41 mountain_pass = 'always',
44 bridge = 'named_with_key',
45 tunnel = 'named_with_key',
50 MAIN_FALLBACK_KEYS = {
58 PRE_DELETE = tag_match{keys = {'note', 'note:*', 'source', 'source*', 'attribution',
59 'comment', 'fixme', 'FIXME', 'created_by', 'NHD:*',
60 'nhd:*', 'gnis:*', 'geobase:*', 'KSJ2:*', 'yh:*',
61 'osak:*', 'naptan:*', 'CLC:*', 'import', 'it:fvg:*',
62 'type', 'lacounty:*', 'ref:ruian:*', 'building:ruian:type',
63 'ref:linz:*', 'is_in:postcode'},
64 tags = {emergency = {'yes', 'no', 'fire_hydrant'},
65 historic = {'yes', 'no'},
66 military = {'yes', 'no'},
67 natural = {'yes', 'no', 'coastline'},
68 highway = {'no', 'turning_circle', 'mini_roundabout',
69 'noexit', 'crossing', 'give_way', 'stop'},
70 railway = {'level_crossing', 'no', 'rail'},
71 man_made = {'survey_point', 'cutline'},
72 aerialway = {'pylon', 'no'},
79 mountain_pass = {'no'},
81 tourism = {'yes', 'no'},
84 waterway = {'riverbank'},
89 POST_DELETE = tag_match{keys = {'tiger:*'}}
91 PRE_EXTRAS = tag_match{keys = {'*:prefix', '*:suffix', 'name:prefix:*', 'name:suffix:*',
92 'name:etymology', 'name:signed', 'name:botanical',
93 'wikidata', '*:wikidata',
94 'addr:street:name', 'addr:street:type'}
98 NAMES = tag_match{keys = {'name', 'name:*',
99 'int_name', 'int_name:*',
100 'nat_name', 'nat_name:*',
101 'reg_name', 'reg_name:*',
102 'loc_name', 'loc_name:*',
103 'old_name', 'old_name:*',
104 'alt_name', 'alt_name:*', 'alt_name_*',
105 'official_name', 'official_name:*',
106 'place_name', 'place_name:*',
107 'short_name', 'short_name:*', 'brand'}}
109 REFS = tag_match{keys = {'ref', 'int_ref', 'nat_ref', 'reg_ref', 'loc_ref', 'old_ref',
110 'iata', 'icao', 'pcode', 'pcode:*', 'ISO3166-2'}}
112 POSTCODES = tag_match{keys = {'postal_code', 'postcode', 'addr:postcode',
113 'tiger:zip_left', 'tiger:zip_right'}}
115 COUNTRY_TAGS = tag_match{keys = {'country_code', 'ISO3166-1',
116 'addr:country_code', 'is_in:country_code',
117 'addr:country', 'is_in:country'}}
119 HOUSENAME_TAGS = tag_match{keys = {'addr:housename'}}
121 HOUSENUMBER_TAGS = tag_match{keys = {'addr:housenumber', 'addr:conscriptionnumber',
122 'addr:streetnumber'}}
124 INTERPOLATION_TAGS = tag_match{keys = {'addr:interpolation'}}
126 ADDRESS_TAGS = tag_match{keys = {'addr:*', 'is_in:*'}}
127 ADD_TIGER_COUNTY = true
129 SAVE_EXTRA_MAINS = true