]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/import-full.lua
derive bbox size for postcode nodes from rank_search
[nominatim.git] / settings / import-full.lua
index 5b1ab060f1cbb437631472d92e278daddbc4ac80..11bd1f3a7f98a524eac06884e8b8e96c66a41a93 100644 (file)
@@ -23,7 +23,17 @@ flex.set_main_tags{
                secondary_link = 'named',
                tertiary_link = 'named'},
     railway = 'named',
-    man_made = 'always',
+    man_made = {'none',
+                pier = 'always',
+                tower = 'always',
+                bridge = 'always',
+                works = 'named',
+                water_tower = 'always',
+                dyke = 'named',
+                adit = 'named',
+                lighthouse = 'always',
+                watermill = 'always',
+                tunnel = 'always'},
     aerialway = 'always',
     boundary = {'named',
                 postal_code = 'always'},
@@ -63,10 +73,10 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
                                               'noexit', 'crossing', 'give_way', 'stop'},
                                    railway = {'level_crossing', 'no', 'rail', 'switch',
                                               'abandoned', 'signal', 'buffer_stop', 'razed'},
-                                   man_made = {'survey_point', 'cutline'},
                                    aerialway = {'pylon', 'no'},
                                    aeroway = {'no'},
-                                   amenity = {'no', 'parking_space', 'parking_entrance'},
+                                   amenity = {'no', 'parking_space', 'parking_entrance',
+                                              'waste_disposal', 'hunting_stand'},
                                    club = {'no'},
                                    craft = {'no'},
                                    leisure = {'no'},