Skip to content

Commit

Permalink
outlet_shape is auslaufform
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Jan 26, 2024
1 parent 3b53854 commit a15c4c7
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 a15c4c7

Please sign in to comment.