Skip to content

Commit

Permalink
Merge pull request #133 from QGEP/outlet_shape
Browse files Browse the repository at this point in the history
outlet_shape is auslaufform
  • Loading branch information
domi4484 committed Feb 1, 2024
2 parents 3b53854 + a15c4c7 commit 2455a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qgepqwat2ili/qgep/import_.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def structure_part_common(row):
), # TODO : this fails for now, but probably only because we flush too soon
identifier=row.bezeichnung,
level=row.kote,
outlet_shape__REL=get_vl_instance(QGEP.reach_point_outlet_shape, row.hoehengenauigkeit),
outlet_shape__REL=get_vl_instance(QGEP.reach_point_outlet_shape, row.auslaufform),
position_of_connection=row.lage_anschluss,
remark=row.bemerkung,
situation_geometry=ST_Force3D(row.lage),
Expand Down
2 changes: 1 addition & 1 deletion qgepqwat2ili/qgepsia405/import_.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def structure_part_common(row):
), # TODO : this fails for now, but probably only because we flush too soon
identifier=row.bezeichnung,
level=row.kote,
outlet_shape__REL=get_vl_instance(QGEP.reach_point_outlet_shape, row.hoehengenauigkeit),
outlet_shape__REL=get_vl_instance(QGEP.reach_point_outlet_shape, row.auslaufform),
position_of_connection=row.lage_anschluss,
remark=row.bemerkung,
situation_geometry=ST_Force3D(row.lage),
Expand Down

0 comments on commit 2455a6a

Please sign in to comment.