]> git.openstreetmap.org Git - nominatim.git/commitdiff
drop amenity=waste_prposal and amenity=hunting_stand
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 30 Jul 2024 08:41:13 +0000 (10:41 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 30 Jul 2024 08:41:13 +0000 (10:41 +0200)
settings/import-extratags.lua
settings/import-full.lua

index 2adb9ed534aa8da66962c492d1ed53f4cb99c17c..0d242b0f30409f34ac3b5382066e4ef77412c108 100644 (file)
@@ -71,7 +71,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
                                               'abandoned', 'signal', 'buffer_stop', 'razed'},
                                    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'},
index 0ad53df3a20bfcedcb79c14f75e34818cecab2ab..11bd1f3a7f98a524eac06884e8b8e96c66a41a93 100644 (file)
@@ -75,7 +75,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
                                               'abandoned', 'signal', 'buffer_stop', 'razed'},
                                    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'},