harmonize use of callback with set_entrance_filter

All other functions except a simple function, so do this here as well.
This commit is contained in:
Sarah Hoffmann
2025-10-28 14:33:45 +01:00
parent 353c985b9f
commit f1fbc04f33
4 changed files with 19 additions and 14 deletions

View File

@@ -383,9 +383,9 @@ module.EXTRATAGS.required = {'wikipedia', 'wikipedia:*', 'wikidata', 'capital'}
-- Defaults for the entrance table
module.ENTRACE_TABLE = {}
module.ENTRANCE_TABLE = {}
module.ENTRACE_TABLE.default = {main_tags = {'entrance', 'routing:entrance'},
extra_exclude = module.IGNORE_KEYS.metatags}
module.ENTRANCE_TABLE.default = {main_tags = {'entrance', 'routing:entrance'},
extra_exclude = module.IGNORE_KEYS.metatags}
return module