Hello All,<br><br>I'm trying to get Quantum Navigator <a href="http://www.mapserver.sk/~wonder/qnavigator/">http://www.mapserver.sk/~wonder/qnavigator/</a> going on Maverick Meerkat, built against QGIS trunk.<br><br>jef
 on IRC helped me with the API switch past QGIS 1.0, which got me past the 
initial 'make' compile. I got through ./dgbuild and can run 
qnavigator.py, but when I am in the 'Routing' tab and pass a Start event
 from(to) the map.<br><br>seems 'snapSegmentWithContext' is stumping me:<br><br><br><div style="margin-left: 40px;">Traceback (most recent call last):<br>  File "/home/joe/dev/qnavigator/python/gui/tools.py", line 21, in canvasReleaseEvent<br>

    self.callback(self.pos)<br>  File "/home/joe/dev/qnavigator/python/gui/main.py", line 257, in gotStart<br>    pnt = self.routing.setStart(pos)<br>  File "/home/joe/dev/qnavigator/python/routing/routing.py", line 159, in setStart<br>

    self.start  = self.layer.findNearestPoint(point)<br>  File "/home/joe/dev/qnavigator/python/routing/routing.py", line 84, in findNearestPoint<br>    (result, point, vertexIndex, fid, geom) = self.snapSegmentWithContext(point, RoutingLayer.tolerance)<br>

AttributeError: 'RoutingLayer' object has no attribute 'snapSegmentWithContext'<br><br></div><br>does anyone have any advice? i tried adjusting the tolerance, researching besides that...thank you,<br><br>
~joe<br>