pelias / whosonfirst

Importer for Who's on First gazetteer
MIT License
26 stars 42 forks source link

Shape ingestion support #539

Open lokkju opened 10 months ago

lokkju commented 10 months ago

:wave: I have added the ability to optionally ingest shapes

actually returning shape geometry from elasticsearch depends on other changes in schema and api; those pull requests are also being created, and the entire stack can be seen here: https://github.com/lokkju/pelias-us-shape-autocomplete


Here's the reason for this change :rocket:

admin region boundary display has been a long desired feature, but it should be optional as it increases index size. This changeset enables the optional ingestion of boundaries from whosonfirst data into the pelias-schema shape field.


Here's what actually got changed :clap: