Skip to content

Commit

Permalink
Merge pull request #238 from pelias/update_layers
Browse files Browse the repository at this point in the history
update schema mappings to include all current layers
  • Loading branch information
missinglink authored Aug 29, 2017
2 parents c1ac701 + 8603f03 commit 105fca5
Show file tree
Hide file tree
Showing 2 changed files with 1,486 additions and 16 deletions.
21 changes: 13 additions & 8 deletions schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,20 @@ var schema = {
querying against non-existant _types will result in errors.
**/
country: doc,
dependency: doc,
macroregion: doc,
region: doc,
macrocounty: doc,
county: doc,
localadmin: doc,
venue: doc,
address: doc,
street: doc,
neighbourhood: doc,
borough: doc,
postalcode: doc,
locality: doc,
borough: doc
localadmin: doc,
county: doc,
macrocounty: doc,
region: doc,
macroregion: doc,
dependency: doc,
country: doc
}
};

Expand Down
Loading

0 comments on commit 105fca5

Please sign in to comment.