]> git.openstreetmap.org Git - nominatim.git/commitdiff
drop amenity=parking_space/entrance objects
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 15 Feb 2024 15:26:53 +0000 (16:26 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 27 Feb 2024 09:15:08 +0000 (10:15 +0100)
Parking is sufficiently covered with amenity=parking.

settings/import-extratags.lua
settings/import-full.lua

index edbbdf24a5656cede8a5d5fd1433e5b233007a64..3976251704732656bd4f52a9355950a1695263d0 100644 (file)
@@ -61,7 +61,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
                                    man_made = {'survey_point', 'cutline'},
                                    aerialway = {'pylon', 'no'},
                                    aeroway = {'no'},
-                                   amenity = {'no'},
+                                   amenity = {'no', 'parking_space', 'parking_entrance'},
                                    club = {'no'},
                                    craft = {'no'},
                                    leisure = {'no'},
index cea33eb56d8efd6ad4dc2b5bc21ca5d00de9804f..0cf8a3b6f7ab99846a412d512934562cda3f16dc 100644 (file)
@@ -65,7 +65,7 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
                                    man_made = {'survey_point', 'cutline'},
                                    aerialway = {'pylon', 'no'},
                                    aeroway = {'no'},
-                                   amenity = {'no'},
+                                   amenity = {'no', 'parking_space', 'parking_entrance'},
                                    club = {'no'},
                                    craft = {'no'},
                                    leisure = {'no'},