Skip to content

Commit

Permalink
Merge pull request #135 from pelias/fix-continent-layer-duplication
Browse files Browse the repository at this point in the history
Remove duplicate `continent` entry
  • Loading branch information
orangejulius authored Apr 26, 2021
2 parents 2bdcc85 + ba67e73 commit da3b415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"whosonfirst": [
"continent", "empire", "country", "dependency", "macroregion", "region", "locality",
"localadmin", "macrocounty", "county", "macrohood", "borough", "neighbourhood",
"microhood", "disputed", "venue", "postalcode", "continent", "ocean", "marinearea"
"microhood", "disputed", "venue", "postalcode", "ocean", "marinearea"
]
},
"source_aliases": {
Expand All @@ -63,7 +63,7 @@
"coarse": [
"continent", "empire", "country", "dependency", "macroregion", "region", "locality",
"localadmin", "macrocounty", "county", "macrohood", "borough", "neighbourhood",
"microhood", "disputed", "postalcode", "continent", "ocean", "marinearea"
"microhood", "disputed", "postalcode", "ocean", "marinearea"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"whosonfirst": [
"continent", "empire", "country", "dependency", "macroregion", "region", "locality",
"localadmin", "macrocounty", "county", "macrohood", "borough", "neighbourhood",
"microhood", "disputed", "venue", "postalcode", "continent", "ocean", "marinearea"
"microhood", "disputed", "venue", "postalcode", "ocean", "marinearea"
]
},
"source_aliases": {
Expand All @@ -68,7 +68,7 @@
"coarse": [
"continent", "empire", "country", "dependency", "macroregion", "region", "locality",
"localadmin", "macrocounty", "county", "macrohood", "borough", "neighbourhood",
"microhood", "disputed", "postalcode", "continent", "ocean", "marinearea"
"microhood", "disputed", "postalcode", "ocean", "marinearea"
]
}
}
Expand Down

0 comments on commit da3b415

Please sign in to comment.