roadgraph_points_equal.diff

path for fix it. - Sergey Yakushev, 2011-06-06 12:02 AM

Download (424 Bytes)

View differences:

src/plugins/roadgraph/utils.cpp
150 150
  }
151 151

  
152 152
  AdjacencyMatrix m;
153
  m[ frontPoint ];
153 154
  QgsPoint nextPoint = backPoint;
154 155
  QgsPoint firstPoint = backPoint;
155 156
  while ( true )