-
-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Description
Motivation
Read PMTiles, particularly vector archives, from the cloud or local storage using QGIS.
Currently MBTiles works by "drag and drop" into QGIS, and may work through adding a Vector Tile layer type. We want the same while also supporting vsicurl for accessing tiles via HTTP Ranges.
The priority should be on vector tiles, since raster tiles are well covered by existing formats. We only care about read support for now, because writing vector tilesets is best left to specialized tools like tippecanoe/planetiler.
pmtiles.hpp is the existing C++ implementation of pmtiles v3 utility functions that is copied into the tippecanoe source tree. This is intentionally written to be unopinionated about I/O and compression, as to re-use those already in GDAL.
Links
- GDAL frmts/mbtilesdataset.cpp
- See GDAL Wiki on Reading COG with GDAL
- Current PMTiles specification See More detailed Version 3 Specification #172 for some more details
four43, district10, jo-chemla, yonghah, sanak and 6 moretim-salabim, rmx90210, jo-chemla, marcosci and Christopher-Hayes
Metadata
Metadata
Assignees
Labels
No labels