]> git.openstreetmap.org Git - nominatim.git/commitdiff
drop more railway tags
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 15 Feb 2024 16:00:56 +0000 (17:00 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 27 Feb 2024 09:15:08 +0000 (10:15 +0100)
settings/import-extratags.lua
settings/import-full.lua

index 3976251704732656bd4f52a9355950a1695263d0..830345c64e7d0749594a26a3db6fec22697f70de 100644 (file)
@@ -57,7 +57,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
                                    natural = {'yes', 'no', 'coastline'},
                                    highway = {'no', 'turning_circle', 'mini_roundabout',
                                               'noexit', 'crossing', 'give_way', 'stop'},
-                                   railway = {'level_crossing', 'no', 'rail'},
+                                   railway = {'level_crossing', 'no', 'rail', 'switch',
+                                              'abandoned', 'signal', 'buffer_stop', 'razed'},
                                    man_made = {'survey_point', 'cutline'},
                                    aerialway = {'pylon', 'no'},
                                    aeroway = {'no'},
index 0cf8a3b6f7ab99846a412d512934562cda3f16dc..5b1ab060f1cbb437631472d92e278daddbc4ac80 100644 (file)
@@ -61,7 +61,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
                                    natural = {'yes', 'no', 'coastline'},
                                    highway = {'no', 'turning_circle', 'mini_roundabout',
                                               'noexit', 'crossing', 'give_way', 'stop'},
-                                   railway = {'level_crossing', 'no', 'rail'},
+                                   railway = {'level_crossing', 'no', 'rail', 'switch',
+                                              'abandoned', 'signal', 'buffer_stop', 'razed'},
                                    man_made = {'survey_point', 'cutline'},
                                    aerialway = {'pylon', 'no'},
                                    aeroway = {'no'},