mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 02:47:59 +00:00
bdd: restrict imports to four languages
This mainly restricts the number of country names that are loaded.
This commit is contained in:
@@ -95,6 +95,7 @@ class NominatimEnvironment:
|
||||
|
||||
self.test_env = dict(self.default_config)
|
||||
self.test_env['NOMINATIM_DATABASE_DSN'] = dsn
|
||||
self.test_env['NOMINATIM_LANGUAGES'] = 'en,de,fr,ja'
|
||||
self.test_env['NOMINATIM_FLATNODE_FILE'] = ''
|
||||
self.test_env['NOMINATIM_IMPORT_STYLE'] = 'full'
|
||||
self.test_env['NOMINATIM_USE_US_TIGER_DATA'] = 'yes'
|
||||
|
||||
Reference in New Issue
Block a user