Skip to content

Commit

Permalink
Merge pull request #46 from pelias/geonames-country-code
Browse files Browse the repository at this point in the history
feat: Add default country code for Geonames
  • Loading branch information
orangejulius authored Dec 15, 2016
2 parents a4b6236 + 20952e2 commit 3f3b967
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 3f3b967

Please sign in to comment.