From b227a07c3a4cd72d4e28b7b936fc228aa3fdefd2 Mon Sep 17 00:00:00 2001 From: GeoStart Date: Wed, 6 Mar 2024 13:01:16 +0100 Subject: [PATCH] Add ".fgb" extension to vector trim list i main.cpp Added the extension ".fgb" to the vector trim list to avoid adding the extension to the layer id by default. --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index fdac47770..917214c17 100644 --- a/main.cpp +++ b/main.cpp @@ -1390,6 +1390,7 @@ std::pair read_input(std::vector &sources, char *fname, i ".pmtiles", ".csv", ".gz", + ".fgb", }; // Trim .json or .mbtiles from the name