GPKG Tiles 📦

GeoPackage Tiles (OGC raster tiles in SQLite)

Open Beta
.gpkg · application/geopackage+sqlite3

GeoPackage Tiles is the official OGC extension to the GeoPackage specification for storing raster tiles inside a single SQLite file. The service tables gpkg_tile_matrix_set and gpkg_tile_matrix define the zoom pyramid, and the tiles live as PNG blobs in a user table. One .gpkg opens in QGIS, ArcGIS and mobile GIS apps without a server or internet — a popular format for field work. On osm2cdr.ru the export renders the chosen area through QGIS into 256x256 raster tiles in Web Mercator (EPSG:3857), slices them by zoom level (z10-16 by default) and writes them into an OGC-compliant GeoPackage.

Export GPKG Tiles now ✨ Open Beta — free, no limits

Key Features

Compliance with OGC GeoPackage Tiles (SQLite container)
256x256 raster PNG tiles in a zoom-level pyramid
Web Mercator projection (EPSG:3857), GoogleMapsCompatible scheme
Service tables gpkg_contents, gpkg_tile_matrix_set, gpkg_tile_matrix
A tile-count limit (guard against excessive volume from zoom and area)
Example GPKG Tiles export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

About GPKG Tiles Format

GeoPackage Tiles is the official extension of the OGC GeoPackage standard: raster map tiles sit as PNG blobs inside an ordinary SQLite file, while service tables describe the zoom pyramid and the georeferencing. One file, no companion folders, no tile server.

This export is taken for work without the internet: a tablet in the field, a site visit, an expedition where the signal drops out. You put the file into the device's storage, the application opens it as an ordinary basemap — and the map of the area stays at hand regardless of the network.

The file holds the selected area rendered into 256x256 pixel tiles in the Web Mercator projection (EPSG:3857) following the GoogleMapsCompatible scheme, together with the gpkg_contents, gpkg_tile_matrix_set and gpkg_tile_matrix service tables. By default the zoom range runs from ten to sixteen — from a city overview down to individual buildings; the bounds of the range are set at export time.

The tiles are raster: this is a picture, not features — OSM tags are not preserved in them and clicking a building returns nothing. The tile count grows fourfold with every zoom level, so there is a limit of 50,000 tiles per file: with too large an area and deep zoom the export will stop, and the range has to be narrowed.

What Program Opens GPKG Tiles Files

The following programs and applications can open, edit, and work with GeoPackage Tiles (OGC raster tiles in SQLite) (.gpkg) files exported from OSM2CDR:

🌎QGIS 🌎ArcGIS Pro 💻QField 💻Locus Map 💻GDAL / ogrinfo

Format specifications

Who Uses GPKG Tiles Maps

🏗
Offline basemap on a tablet for field surveying and cadastral work
A map of the area sits in the tablet's storage as a single file and opens without a network right during the work.
💻
Basemap in mobile GIS apps (QField, Locus Map, OruxMaps)
A ready basemap for QField, Locus Map and OruxMaps — it attaches as the project's base map.
📊
Expeditions and field trips without internet — the whole area in one portable file
The whole territory you need in one portable file: no server, no pre-caching of tiles.
🎨
An archival OSM basemap snapshot for a specific date for reuse
A snapshot of the OSM basemap as of a specific date — the file does not change and can be reused.

How to Export GPKG Tiles

1
Select area
Draw a rectangle or polygon on the interactive map at osm2cdr
2
Choose GPKG Tiles
Select GeoPackage Tiles (OGC raster tiles in SQLite) from the list of 127 available export formats
3
Export
Click Export and receive your .gpkg file in 1-5 minutes
4
Download
Download the ready GPKG Tiles file and open it in QGIS

How to Open After Export

Popular maps in GPKG Tiles

Free

Get GeoPackage Tiles (OGC raster tiles in SQLite) map exports

Download professional GPKG Tiles maps from OpenStreetMap. Instant generation, any area.

Free / export
Export GPKG Tiles now →

Frequently Asked Questions

Are these raster or vector tiles?
What projection are the tiles in?
Why is the zoom range limited?
Are OSM attributes preserved?
How is this different from MBTiles and PMTiles?

Related Formats

Frequently Exported Together

Related Articles