Skip to content

Commit

Permalink
adjust filter criteria reach_point, take out reach_point_to statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed May 16, 2024
1 parent fe217e9 commit c730463
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 @@ -1947,7 +1947,7 @@ def textpos_common(row, t_type, geojson_crs_def):
QGEP.reach,
or_(
QGEP.reach_point.obj_id == QGEP.reach.fk_reach_point_from,
QGEP.reach_point.obj_id == QGEP.reach.fk_reach_point_to,
# QGEP.reach_point.obj_id == QGEP.reach.fk_reach_point_to,
),
).filter(QGEP.wastewater_networkelement.obj_id.in_(subset_ids))
for row in query:
Expand Down

0 comments on commit c730463

Please sign in to comment.