Skip to content

Commit

Permalink
correct rohrprofil_geometrie.position to aposition
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed May 13, 2024
1 parent ef39925 commit 5dc9438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/qgepdss/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@ def textpos_common(row, t_type, geojson_crs_def):
**base_common(row, "rohrprofil_geometrie"),
# --- rohrprofil_geometrie ---

position=row.position,
aposition=row.position,
rohrprofilref=get_tid(row.fk_pipe_profile__REL),
x=row.x,
y=row.y,
Expand Down

0 comments on commit 5dc9438

Please sign in to comment.