[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3558: The Marble folks say we should be setting these tessellation (vidalia/trunk/src/vidalia/network)
Author: edmanm
Date: 2009-02-19 15:51:04 -0500 (Thu, 19 Feb 2009)
New Revision: 3558
Modified:
vidalia/trunk/src/vidalia/network/tormapwidget.cpp
Log:
The Marble folks say we should be setting these tessellation flags too.
Modified: vidalia/trunk/src/vidalia/network/tormapwidget.cpp
===================================================================
--- vidalia/trunk/src/vidalia/network/tormapwidget.cpp 2009-02-19 20:44:42 UTC (rev 3557)
+++ vidalia/trunk/src/vidalia/network/tormapwidget.cpp 2009-02-19 20:51:04 UTC (rev 3558)
@@ -136,6 +136,7 @@
geoPath->first.append(new GeoDataCoordinates(coords));
}
}
+ geoPath->first.setTessellationFlags(Tessellate | RespectLatitudeCircle);
_circuits.insert(circid, geoPath);
}