Skip to content

Commit

Permalink
Test the fix of ili2db
Browse files Browse the repository at this point in the history
  • Loading branch information
ponceta committed Apr 26, 2024
1 parent 793237a commit 34d6654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qgepqwat2ili/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 34d6654

Please sign in to comment.