GeoPackage Tools
GeoPackage (.gpkg) is the modern OGC standard that succeeds Shapefile — a single SQLite file that can hold multiple vector layers, raster tiles, and attribute tables, with no 2GB or attribute-length limits.
This page lists every GeoPackage-aware tool on QuickMapTools: viewers, geometry operations, attribute filtering, and converters to and from every common GIS format. Everything runs in your browser.
View GeoPackage
Transform geometry
Analyse & filter
Convert GeoPackage to another format
Frequently asked questions
What is GeoPackage?
GeoPackage (.gpkg) is the OGC-standard single-file format that replaces Shapefile. It is a SQLite database that can hold multiple vector layers, raster tiles, and attribute tables.
Why use GeoPackage instead of Shapefile?
No 2GB file size limit, no 10-character attribute name limit, full UTF-8 support, multi-layer in one file, and well over a decade of OGC governance behind it.
Can a GeoPackage hold multiple layers?
Yes — that is the main advantage over Shapefile. The viewer lists all layers in a dropdown so you can switch between them.
How do I extract one layer from a GeoPackage?
Use the GeoPackage Viewer to pick the layer you want, then use the GeoPackage to GeoJSON or GeoPackage to Shapefile converter to export just that layer.