From d227d78e8293ae52d17caa4bacfa3e32f49a6cfb Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Fri, 6 Feb 2026 09:35:52 -0500 Subject: [PATCH] Add more detail to high-level overview diagram in homepage --- content/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/_index.md b/content/_index.md index 2336ace..ab361a9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -55,6 +55,7 @@ flowchart TD MVT@{ shape: lean-l} MLT@{ shape: lean-l} PMTiles@{ shape: lean-l} + GeoPackage@{ shape: lean-l} COG@{ shape: lean-l} Zarr@{ shape: lean-l} WebP@{ shape: lean-l} @@ -111,8 +112,12 @@ flowchart TD a91@{animate: true, animation: slow} MVT a90@ --> PMTiles a90@{animate: true, animation: slow} + MVT a96@ --> GeoPackage + a96@{animate: true, animation: slow} MLT a92@ --> PMTiles a92@{animate: true, animation: slow} + MLT a95@ --> GeoPackage + a95@{animate: true, animation: slow} Zarr a12@ --> WebP a12@{animate: true, animation: slow} df a13@ --> di @@ -121,6 +126,8 @@ flowchart TD a14@{animate: true, animation: slow} WebP a93@--> PMTiles a93@{animate: true, animation: slow} + WebP a94@--> GeoPackage + a94@{animate: true, animation: slow} ObjectStorage a15@--> Metadata a15@{animate: true, animation: slow} Metadata a16@--> HTTP @@ -151,6 +158,7 @@ flowchart TD click Parquet "https://github.com/apache/parquet-format/" _blank click FlatGeoBuf "https://flatgeobuf.org/" _blank + click GeoPackage "https://www.geopackage.org/" _blank click MVT "https://github.com/mapbox/vector-tile-spec/" _blank click MLT "https://github.com/maplibre/maplibre-tile-spec/" _blank click COG "https://cogeo.org/" _blank