You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this wonderful tool! I've been using it lately to analyze some humongous (at least by my standards 😅) SQLite files, and it has been holding up quite well. I've seen no performance degradation, but I have run into a rendering issue. Specifically, I was working on a ~25MB file with two tables—one for metadata and another for tiles, which has thousands of rows.
What I'd love to see:
The ability to page through items so it doesn’t try to render everything at once and hog the browser.
A few utilities/helpers for geo data exploration (especially for MBTiles and PBF files since they're raw SQLite files).
Thank you for this wonderful tool! I've been using it lately to analyze some humongous (at least by my standards 😅) SQLite files, and it has been holding up quite well. I've seen no performance degradation, but I have run into a rendering issue. Specifically, I was working on a ~25MB file with two tables—one for metadata and another for tiles, which has thousands of rows.
What I'd love to see:
Helpful resources:
MBTiles schema: https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md
Sample MBTiles: https://data.maptiler.com/downloads/tileset/osm/
Thanks! 🙏
The text was updated successfully, but these errors were encountered: