From 34d6654325abeb83de7a35945bfcb813e42d9a05 Mon Sep 17 00:00:00 2001 From: Arnaud Poncet-Montanges Date: Fri, 26 Apr 2024 15:19:09 +0200 Subject: [PATCH] Test the fix of ili2db https://github.com/claeis/ili2db/issues/397#issuecomment-821342568 --- qgepqwat2ili/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qgepqwat2ili/config.py b/qgepqwat2ili/config.py index e5d2cba3..d3d551f6 100644 --- a/qgepqwat2ili/config.py +++ b/qgepqwat2ili/config.py @@ -45,6 +45,6 @@ # Currently, ili2pg fails to export SIA405_Wasser_2015_2_d due to views # TODO Once https://github.com/claeis/ili2db/issues/397#issuecomment-821342568 is fixed # use the normal file instad -# WASSER_ILI_MODEL = os.path.join(ILI_FOLDER, "SIA405_Wasser_2015_2_d-20181005.ili") -WASSER_ILI_MODEL = os.path.join(ILI_FOLDER, "SIA405_Wasser_2015_2_d-20181005-WITHOUT_VIEWS.ili") +WASSER_ILI_MODEL = os.path.join(ILI_FOLDER, "SIA405_Wasser_2015_2_d-20181005.ili") +# WASSER_ILI_MODEL = os.path.join(ILI_FOLDER, "SIA405_Wasser_2015_2_d-20181005-WITHOUT_VIEWS.ili") WASSER_ILI_MODEL_NAME = "SIA405_WASSER_2015_LV95"