diff --git a/config/defaults.json b/config/defaults.json index 157978a..bd859db 100644 --- a/config/defaults.json +++ b/config/defaults.json @@ -56,14 +56,16 @@ } }, "imports": { + "adminLookup": { + "enabled": true, + "maxConcurrentRequests": 100 + }, "geonames": { "datapath": "./data", - "adminLookup": false, "countryCode": "ALL" }, "openstreetmap": { "datapath": "/mnt/pelias/openstreetmap", - "adminLookup": false, "leveldbpath": "/tmp", "import": [{ "filename": "planet.osm.pbf" @@ -71,12 +73,10 @@ }, "openaddresses": { "datapath": "/mnt/pelias/openaddresses", - "adminLookup": false, "files": [] }, "polyline": { "datapath": "/mnt/pelias/polyline", - "adminLookup": false, "files": [] }, "whosonfirst": { diff --git a/config/expected-deep.json b/config/expected-deep.json index 2574385..5f65d2a 100644 --- a/config/expected-deep.json +++ b/config/expected-deep.json @@ -61,14 +61,16 @@ } }, "imports": { + "adminLookup": { + "enabled": true, + "maxConcurrentRequests": 100 + }, "geonames": { "datapath": "~/geonames", - "adminLookup": false, "countryCode": "ALL" }, "openstreetmap": { "datapath": "~/openstreetmap", - "adminLookup": false, "leveldbpath": "/tmp/leveldb", "import": [{ "filename": "london.osm.pbf" @@ -76,14 +78,12 @@ }, "openaddresses": { "datapath": "~/openaddresses", - "adminLookup": false, "files": [ "us-ny-nyc.csv" ] }, "polyline": { "datapath": "~/polyline", - "adminLookup": false, "files": [ "road_network.polylines" ]