Skip to content

Commit

Permalink
Merge pull request #127 from pelias/autodiscover_true
Browse files Browse the repository at this point in the history
default targets.auto_discover=true
  • Loading branch information
orangejulius authored Apr 9, 2021
2 parents 5d7c205 + 81c5f5a commit 2bdcc85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"indexName": "pelias",
"version": "1.0",
"targets": {
"auto_discover": false,
"auto_discover": true,
"canonical_sources": ["whosonfirst", "openstreetmap", "openaddresses", "geonames"],
"layers_by_source": {
"openstreetmap": [ "address", "venue", "street" ],
Expand Down
2 changes: 1 addition & 1 deletion test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"host": "http://pelias.mapzen.com/",
"version": "1.0",
"targets": {
"auto_discover": false,
"auto_discover": true,
"canonical_sources": ["whosonfirst", "openstreetmap", "openaddresses", "geonames"],
"layers_by_source": {
"openstreetmap": [ "address", "venue", "street" ],
Expand Down

0 comments on commit 2bdcc85

Please sign in to comment.