From 9fbf952239aa3ef0a9a441f646f14c4293bae4ba Mon Sep 17 00:00:00 2001 From: Oliver Wipfli Date: Sat, 14 Jan 2023 01:49:18 +0100 Subject: [PATCH] Add geopackage to supported data sources (#442) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 587600c6..d533eba3 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ download regularly-updated tilesets. - Supports [Natural Earth](https://www.naturalearthdata.com/), OpenStreetMap [.osm.pbf](https://wiki.openstreetmap.org/wiki/PBF_Format), + [`geopackage`](https://www.geopackage.org/), and [Esri Shapefiles](https://en.wikipedia.org/wiki/Shapefile) data sources - Java-based [Profile API](planetiler-core/src/main/java/com/onthegomap/planetiler/Profile.java) to customize how source elements map to vector tile features, and post-process generated tiles