pelias / wof-admin-lookup

Who's on First Admin Lookup for the Pelias Geocoder
https://pelias.io
MIT License
9 stars 24 forks source link

Always use sqlite as data source #292

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

BREAKING CHANGE: This implements a hard switchover to using SQLite files for admin lookup. Using bundle files is no longer supported, and as a result the imports.whosonfirst.sqlite setting is now ignored.

wof-admin-lookup will now behave as if that flag was always set to true.

This PR requires https://github.com/pelias/whosonfirst/pull/498 to be merged first

orangejulius commented 4 years ago

@Joxit I just wanted to say, given I have now spent a ton of time undoing it all, how much work you clearly put into making the tests in this repo support both bundles and SQLite back in https://github.com/pelias/wof-admin-lookup/pull/266.

It's much appreciated even if we are now in a glorious SQLite-only future :) :pray: