Skip to content

Commit

Permalink
feat(canonical_sources): add a list of canonical sources
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Oct 30, 2018
1 parent 9145015 commit 182007c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"version": "1.0",
"targets": {
"auto_discover": false,
"canonical_sources": ["whosonfirst", "openstreetmap", "openaddresses", "geonames"],
"layers_by_source": {
"openstreetmap": [ "address", "venue", "street" ],
"openaddresses": [ "address" ],
Expand Down
1 change: 1 addition & 0 deletions test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"version": "1.0",
"targets": {
"auto_discover": false,
"canonical_sources": ["whosonfirst", "openstreetmap", "openaddresses", "geonames"],
"layers_by_source": {
"openstreetmap": [ "address", "venue", "street" ],
"openaddresses": [ "address" ],
Expand Down

0 comments on commit 182007c

Please sign in to comment.