mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 21:34:06 +00:00
drop more railway tags
This commit is contained in:
@@ -57,7 +57,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
|
|||||||
natural = {'yes', 'no', 'coastline'},
|
natural = {'yes', 'no', 'coastline'},
|
||||||
highway = {'no', 'turning_circle', 'mini_roundabout',
|
highway = {'no', 'turning_circle', 'mini_roundabout',
|
||||||
'noexit', 'crossing', 'give_way', 'stop'},
|
'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'},
|
man_made = {'survey_point', 'cutline'},
|
||||||
aerialway = {'pylon', 'no'},
|
aerialway = {'pylon', 'no'},
|
||||||
aeroway = {'no'},
|
aeroway = {'no'},
|
||||||
|
|||||||
@@ -61,7 +61,8 @@ flex.set_prefilters{delete_keys = {'note', 'note:*', 'source', '*source', 'attri
|
|||||||
natural = {'yes', 'no', 'coastline'},
|
natural = {'yes', 'no', 'coastline'},
|
||||||
highway = {'no', 'turning_circle', 'mini_roundabout',
|
highway = {'no', 'turning_circle', 'mini_roundabout',
|
||||||
'noexit', 'crossing', 'give_way', 'stop'},
|
'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'},
|
man_made = {'survey_point', 'cutline'},
|
||||||
aerialway = {'pylon', 'no'},
|
aerialway = {'pylon', 'no'},
|
||||||
aeroway = {'no'},
|
aeroway = {'no'},
|
||||||
|
|||||||
Reference in New Issue
Block a user