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

Support MBTiles #11

Open
scls19fr opened this issue Feb 4, 2021 · 2 comments
Open

Support MBTiles #11

scls19fr opened this issue Feb 4, 2021 · 2 comments

Comments

@scls19fr
Copy link
Contributor

scls19fr commented Feb 4, 2021

Hello,

I wonder if this library support reading, writing and displaying MBTiles.

MBTiles files can be generated using Java software MOBAC (MOBile Atlas Creator by fetching various map source and storing maps offline.

MBTiles files can be displayed using Qt/C++ software GPXSee which can also handle WMS (Web Map Service) and WMTS (Web Map Tile Service).

Kind regards

@yeesian
Copy link
Member

yeesian commented Feb 7, 2021

Thanks for the details! Yeah, I think it is in scope for this package to support "tile sets" (of which the https://github.com/mapbox/mbtiles-spec is a very popular one).

@scls19fr
Copy link
Contributor Author

scls19fr commented Feb 7, 2021

https://github.com/mapbox/node-mbtiles/blob/master/lib/schema.sql provides a SQLite schema (create statements) for such a database.
You can find at:
https://github.com/perrygeo/python-mbtiles/blob/master/mbtiles.py
https://github.com/consbio/pymbtiles
some Python implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants