Skip to content

Commit

Permalink
Merge branch 'poa_upgrade_used_qgep_docker_image' of https://github.c…
Browse files Browse the repository at this point in the history
…om/QGEP/qgepqwat2ili into poa_upgrade_used_qgep_docker_image
  • Loading branch information
ponceta committed Oct 18, 2024
2 parents 31cd472 + a95f646 commit 09a020f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qgepqwat2ili/qgep/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def base_common(row, type_name):
def wastewater_structure_common(row):
"""
Returns common attributes for wastewater_structure
ATTENTION : Mapping of 3D wastewater_structure->abwasserbauerk
ATTENTION : Mapping of 3D wastewater_structure->abwasserbauerk
is not fully implemented.
"""
return {
Expand Down
2 changes: 1 addition & 1 deletion qgepqwat2ili/qgepdss/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def surface_water_bodies_common(row):
def wastewater_structure_common(row):
"""
Returns common attributes for wastewater_structure
ATTENTION : Mapping of 3D wastewater_structure->abwasserbauerk
ATTENTION : Mapping of 3D wastewater_structure->abwasserbauerk
is not fully implemented.
"""
return {
Expand Down
2 changes: 1 addition & 1 deletion qgepqwat2ili/qgepsia405/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def base_common(row, type_name):
def wastewater_structure_common(row):
"""
Returns common attributes for wastewater_structure
ATTENTION : Mapping of 3D wastewater_structure->abwasserbauerk
ATTENTION : Mapping of 3D wastewater_structure->abwasserbauerk
is not fully implemented.
"""
return {
Expand Down

0 comments on commit 09a020f

Please sign in to comment.