mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Merge pull request #3819 from lonvia/ignore-survey
Ignore survey:* tags
This commit is contained in:
@@ -362,7 +362,7 @@ module.IGNORE_KEYS.metatags = {'note', 'note:*', 'source', 'source:*', '*source'
|
|||||||
'tiger:cfcc', 'tiger:reviewed', 'nysgissam:*',
|
'tiger:cfcc', 'tiger:reviewed', 'nysgissam:*',
|
||||||
'NHD:*', 'nhd:*', 'gnis:*', 'geobase:*', 'yh:*',
|
'NHD:*', 'nhd:*', 'gnis:*', 'geobase:*', 'yh:*',
|
||||||
'osak:*', 'naptan:*', 'CLC:*', 'import', 'it:fvg:*',
|
'osak:*', 'naptan:*', 'CLC:*', 'import', 'it:fvg:*',
|
||||||
'lacounty:*', 'ref:linz:*',
|
'lacounty:*', 'ref:linz:*', 'survey:*',
|
||||||
'ref:bygningsnr', 'ref:ruian:*', 'building:ruian:type',
|
'ref:bygningsnr', 'ref:ruian:*', 'building:ruian:type',
|
||||||
'type',
|
'type',
|
||||||
'is_in:postcode'}
|
'is_in:postcode'}
|
||||||
|
|||||||
Reference in New Issue
Block a user