Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download sqlite default endpoint to geocode.earth and remove bundle support #487

Merged
merged 5 commits into from
Apr 23, 2020

Commits on Apr 23, 2020

  1. feat: Default downloads to Geocode Earth

    Bundles hosted by the Who's on First team at
    https://dist.whosonfirst.org have been removed.
    
    Data can now be downloaded based on a sponsorship from Geocode Earth.
    More info at https://geocode.earth/data
    Joxit authored and orangejulius committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    a0eb740 View commit details
    Browse the repository at this point in the history
  2. feat(sqlite): Drop support for bundle downloads

    BREAKING CHANGE: Support for the bundle downloads (files ending in
    `tar.bz2`) has been removed. Only SQLite downloads are supported and
    the `whosonfirst` importer will now behave as if
    `imports.whosonfirst.sqlite` is set to true.
    
    fixes #496
    fixes #226
    closes #460
    Joxit authored and orangejulius committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    d851218 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b53f5fe View commit details
    Browse the repository at this point in the history
  4. Add test for WOF module

    This helps ensure that in the future we don't break anything that
    depends on this module by exporting something that doesn't exist.
    orangejulius committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    6ba6c1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8b6479 View commit details
    Browse the repository at this point in the history