mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
demote historic and tourism=attraction to fallback tags
This commit is contained in:
@@ -187,7 +187,7 @@ module.MAIN_TAGS_POIS = function (group)
|
|||||||
passing_place = group,
|
passing_place = group,
|
||||||
street_lamp = 'named',
|
street_lamp = 'named',
|
||||||
traffic_signals = 'named'},
|
traffic_signals = 'named'},
|
||||||
historic = {'always',
|
historic = {'fallback',
|
||||||
yes = group,
|
yes = group,
|
||||||
no = group},
|
no = group},
|
||||||
information = {include_when_tag_present('tourism', 'information'),
|
information = {include_when_tag_present('tourism', 'information'),
|
||||||
@@ -229,6 +229,7 @@ module.MAIN_TAGS_POIS = function (group)
|
|||||||
shop = {'always',
|
shop = {'always',
|
||||||
no = group},
|
no = group},
|
||||||
tourism = {'always',
|
tourism = {'always',
|
||||||
|
attraction = 'fallback',
|
||||||
no = group,
|
no = group,
|
||||||
yes = group,
|
yes = group,
|
||||||
information = exclude_when_key_present('information')},
|
information = exclude_when_key_present('information')},
|
||||||
|
|||||||
Reference in New Issue
Block a user