|
@@ -109,6 +109,7 @@ export class MetadataExtractionProcessor {
|
|
alternateNames: false,
|
|
alternateNames: false,
|
|
},
|
|
},
|
|
countries: [],
|
|
countries: [],
|
|
|
|
+ dumpDirectory: configService.get('REVERSE_GEOCODING_DUMP_DIRECTORY') || (process.cwd() + '/.reverse-geocoding-dump/'),
|
|
}).then(() => {
|
|
}).then(() => {
|
|
this.isGeocodeInitialized = true;
|
|
this.isGeocodeInitialized = true;
|
|
Logger.log('Reverse Geocoding Initialised');
|
|
Logger.log('Reverse Geocoding Initialised');
|