Ticket #3849 (closed patch: fixed)

Opened 2 years ago

Last modified 2 years ago

road-graph plugin not work with

Reported by: stopa85 Owned by: timlinux
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: C++ Plugins Version:
Keywords: Cc:
Platform Version: Platform: All
Must Fix for Release: No Awaiting user input: no

Description

Road graph plugin not work with message "Tie point failed". It is two problem:

1. Ignore "Enable 'on the fly' coordinate transfom" settings

2. Division by zero in QgsPoint::sqrtDistToSegment(x1,y1,x2,y2, minDistPoint) function if (x1,y1) == (x2, y2)

Attachments

roadgraph_fix_OTF_and_sqrDist.diff Download (6.5 KB) - added by stopa85 2 years ago.
This path fix it
roadgraph_fix_OTF_and_sqrDist_01.diff Download (6.5 KB) - added by stopa85 2 years ago.

Change History

Changed 2 years ago by stopa85

This path fix it

  Changed 2 years ago by stopa85

Sorry. I upload broken file. Use new attach.

Changed 2 years ago by stopa85

  Changed 2 years ago by jef

  • status changed from new to closed
  • resolution set to fixed

applied in commit 92d69e09e78f6c97da12c8bba381eecc28d67986

follow-up: ↓ 4   Changed 2 years ago by stopa85

  • status changed from closed to reopened
  • resolution fixed deleted

It is available to apply in to release-1_7_0 ?

in reply to: ↑ 3   Changed 2 years ago by jef

  • status changed from reopened to closed
  • resolution set to fixed

Replying to stopa85:

It is available to apply in to release-1_7_0 ?

applied to 1.7 in commit d61e6d5954a4ebbaaed4e6514834bb5434472575

Note: See TracTickets for help on using tickets.