From cf13ec3f8ca3e69d8512861a00b9ffc77c78c912 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Sun, 8 Feb 2026 11:15:36 -0500 Subject: [PATCH] =?UTF-8?q?For=20those=20'actually,=20file=20geodatabase?= =?UTF-8?q?=20does=20not=20support=20WebP=20people=20=F0=9F=98=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/_index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 87775f8..b54ee4c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -85,6 +85,8 @@ flowchart TD COG@{ shape: lean-l} Zarr@{ shape: lean-l} WebP@{ shape: lean-l} + JPG@{ shape: lean-l} + PNG@{ shape: lean-l} JPEGXL@{ shape: lean-l, label: "JPEG XL"} AV1@{ shape: lean-l, label: "AV1"} WARC@{ shape: lean-l} @@ -157,8 +159,14 @@ flowchart TD a93@{animate: true, animation: slow} WebP a94@--> GeoPackage a94@{animate: true, animation: slow} - WebP a101@--> FileGeodatabase + WebP a103@--> JPG + 103@{animate: true, animation: slow} + WebP a104@--> PNG + 104@{animate: true, animation: slow} + JPG a101@--> FileGeodatabase a101@{animate: true, animation: slow} + PNG a102@--> FileGeodatabase + a102@{animate: true, animation: slow} ObjectStorage a15@--> Metadata a15@{animate: true, animation: slow} Metadata a16@--> HTTP