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

Cleanup mbtiles, rename TileCopierOptions, testing #916

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Oct 2, 2023

  • Rename TileCopierOptions -> TileCopier
  • remove a few un-needed sqlite open to detect mbtiles type
  • move open_and_detect_type to MBTiles
  • add attach_to to MBTiles
  • move various table creation fn to mbtiles_queries file
  • a few sql format

* Rename `TileCopierOptions` -> `TileCopier`
* remove a few un-needed sqlite open to detect mbtiles type
* move `open_and_detect_type` to `MBTiles`
* add `attach_to` to `MBTiles`
* move various table creation fn to mbtiles_queries file
* a few sql format
@nyurik nyurik merged commit 6b7bcab into maplibre:main Oct 2, 2023
24 checks passed
@nyurik nyurik deleted the cleanup2 branch October 2, 2023 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant