pelias / whosonfirst

Importer for Who's on First gazetteer
MIT License
27 stars 43 forks source link

WIP: individual country downloads #495

Closed pixeldublu closed 4 years ago

pixeldublu commented 4 years ago

Hello,

Just want to improve this. Discovered pelias a few days ago 😄 Also this is my first github public PR 😨

495 Support for individual country downloads by using iso country codes in importPlace

:wave: I did some awesome work for the Pelias project and would love for everyone to have a look at it and provide feedback.


Here's the reason for this change :rocket:

Add the option to download only needed countries and improve setup speed


Here's what actually got changed :clap:

importPlace is now a string or array of strings with iso country codes Example: 'de' or ['de', 'at']


pixeldublu commented 4 years ago

Closed in favor of #487