Skip to content

Commit

Permalink
Followup 21d3d8d
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 25, 2019
1 parent 20299e7 commit 4792a18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/qgepmaptooladdfeature.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def right_clicked(self, _):
# assign level if the match is a node or if we have 3D from snapping
if match.layer() == self.node_layer:
level = network_element['bottom_level']
level = level if not math.isnan(level) else NULL
f.setAttribute(level_field_index, level)
elif self.rubberband.points[pt_idx].z() != 0:
level = self.rubberband.points[pt_idx].z()
Expand Down

0 comments on commit 4792a18

Please sign in to comment.