Skip to content

Commit

Permalink
feat: Add default country code for Geonames
Browse files Browse the repository at this point in the history
This can be overridden once the Geonames importer supports it.
  • Loading branch information
orangejulius committed Dec 13, 2016
1 parent a4b6236 commit 20952e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"imports": {
"geonames": {
"datapath": "./data",
"adminLookup": false
"adminLookup": false,
"countryCode": "ALL"
},
"openstreetmap": {
"datapath": "/mnt/pelias/openstreetmap",
Expand Down
3 changes: 2 additions & 1 deletion config/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"imports": {
"geonames": {
"datapath": "~/geonames",
"adminLookup": false
"adminLookup": false,
"countryCode": "ALL"
},
"openstreetmap": {
"datapath": "~/openstreetmap",
Expand Down

0 comments on commit 20952e2

Please sign in to comment.