From 24af8ac13362edec6f5db76260b06e2d12cf64a4 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 10 Jun 2024 19:05:07 +0200 Subject: config.yml: Set layer creation option FID64=YES. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're TRUNCATE'ing the output layers (tables) at every run and aren't reseting the sequences so they would soon overflow 32-bits FIDs ("sks:UtfordAvverk" has almost 300k features within the extent…). --- config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yml b/config.yml index 899d0ca..a28ec0b 100644 --- a/config.yml +++ b/config.yml @@ -71,6 +71,7 @@ dataset: # https://gdal.org/drivers/vector/gpkg.html#layer-creation-options # These apply to all layers. create-layer-options: + FID64: 'YES' LAUNDER: 'NO' EXTRACT_SCHEMA_FROM_LAYER_NAME: 'NO' -- cgit v1.2.3