From f3632e909c0552f6b02c9c4455a83dc67ace65da Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 23 Apr 2020 16:02:28 -0700 Subject: [PATCH] feat: Enable Postal Cities by default For quite a while now we've had a solution to the "Postal Cities problem" (https://github.com/pelias/pelias/issues/396), but it was disabled by default. Enough time has passed that it should probably be enabled. Closes https://github.com/pelias/pelias/issues/396 --- config/defaults.json | 2 +- test/expected-deep.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/defaults.json b/config/defaults.json index 889b64b..180c879 100644 --- a/config/defaults.json +++ b/config/defaults.json @@ -86,7 +86,7 @@ "adminLookup": { "enabled": true, "maxConcurrentRequests": 100, - "usePostalCities": false + "usePostalCities": true }, "blacklist": { "files": [] diff --git a/test/expected-deep.json b/test/expected-deep.json index eae84fa..77d8d87 100644 --- a/test/expected-deep.json +++ b/test/expected-deep.json @@ -91,7 +91,7 @@ "adminLookup": { "enabled": true, "maxConcurrentRequests": 100, - "usePostalCities": false + "usePostalCities": true }, "blacklist": { "files": []