aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-06-10 19:05:07 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-06-10 20:28:41 +0200
commit24af8ac13362edec6f5db76260b06e2d12cf64a4 (patch)
treed53f1a980053f08c23ea7c62f18db6e0a84be4b4
parent5dd5b429f9acdff8e727baa75bbda0b687b88926 (diff)
config.yml: Set layer creation option FID64=YES.
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…).
-rw-r--r--config.yml1
1 files changed, 1 insertions, 0 deletions
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'