mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
Store entrance fields as columns on table
This commit is contained in:
@@ -174,7 +174,7 @@ module.MAIN_TAGS_POIS = function (group)
|
||||
fire_hydrant = group},
|
||||
entrance = {'always',
|
||||
no = group},
|
||||
["routing:entrance"] = {'always',
|
||||
["routing:entrance"] = {exclude_when_key_present('entrance'),
|
||||
no = group},
|
||||
healthcare = {'fallback',
|
||||
yes = group,
|
||||
|
||||
Reference in New Issue
Block a user