<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face="Bookman Old Style" color=#008000 size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=704461717-26102006><FONT face="Bookman Old Style" color=#008000 
size=2>&nbsp; During the QA process for our product, we noticed polygons were 
being read from ARC/SDE with a reversed (left hand) winding.&nbsp; This results 
in isClockwise() returning the wrong value for all such polygons.&nbsp; I 
updated the SDE driver with the change indicated below and then re-tested SDE 
and non-SDE data sources.&nbsp; Everything looks good now:</FONT></SPAN></DIV>
<DIV><SPAN class=704461717-26102006><FONT face="Bookman Old Style" color=#008000 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=704461717-26102006><FONT face="Bookman Old Style" color=#008000 
size=2>src/ogr/ogrsf_formats/sde/ogrsdelayer.cpp</FONT></SPAN></DIV>
<DIV><SPAN class=704461717-26102006><FONT face="Bookman Old Style" color=#008000 
size=2>719c723<BR>&lt;&nbsp;&nbsp;&nbsp;&nbsp; nSDEErr = 
SE_shape_get_all_points( hShape, SE_DEFAULT_ROTATION, 
<BR>---<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nSDEErr = SE_shape_get_all_points( 
hShape, SE_RIGHT_HAND_ROTATION, </FONT></SPAN></DIV>
<DIV><FONT face="Bookman Old Style" color=#008000 size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=704461717-26102006><FONT face="Bookman Old Style" color=#008000 
size=2>christian</FONT></SPAN></DIV>
<DIV><SPAN class=704461717-26102006><FONT face="Bookman Old Style" color=#008000 
size=2></FONT></SPAN>&nbsp;</DIV></BODY></HTML>