Skip to content

Commit

Permalink
Merge pull request #143 from QGEP/2024-05-13-correct-matching-rohrpro…
Browse files Browse the repository at this point in the history
…fil_geometrie_position

correct rohrprofil_geometrie.position to aposition
  • Loading branch information
ponceta committed Jun 17, 2024
2 parents ef39925 + 5dc9438 commit 2e8447d
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 2e8447d

Please sign in to comment.