diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-06-10 19:05:07 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-06-10 20:28:41 +0200 |
commit | 24af8ac13362edec6f5db76260b06e2d12cf64a4 (patch) | |
tree | d53f1a980053f08c23ea7c62f18db6e0a84be4b4 | |
parent | 5dd5b429f9acdff8e727baa75bbda0b687b88926 (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.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |