This simply disables all snapping to GPX nodes. With it, you can display
your GPX tracks and draw nodes and ways without being bothered by those
numerous nodes right in your way. They're visible but harmless at last.

-- 
Yves Goergen "LonelyPixel" <[email protected]>
Visit my web laboratory at http://beta.unclassified.de
--- merkaartor\Interaction\Interaction.h.orig   Fri Jan 02 23:21:05 2009
+++ merkaartor\Interaction\Interaction.h        Sun Jan 04 19:08:50 2009
@@ -197,6 +197,8 @@
                                                continue;
                                        if (NoSelectPoints && 
dynamic_cast<TrackPoint*>(Pt))
                                                continue;
+                                       if (Pt->layer()->isTrack())
+                                               continue;   // Don't snap to 
GPX nodes
                                        if 
(std::find(NoSnap.begin(),NoSnap.end(),Pt) != NoSnap.end())
                                                continue;
                                        if 
(Pt->boundingBox().disjunctFrom(HotZone))
_______________________________________________
Merkaartor mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/merkaartor

Reply via email to