<!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> </DIV>
<DIV><SPAN class=704461717-26102006><FONT face="Bookman Old Style" color=#008000
size=2> During the QA process for our product, we noticed polygons were
being read from ARC/SDE with a reversed (left hand) winding. This results
in isClockwise() returning the wrong value for all such polygons. I
updated the SDE driver with the change indicated below and then re-tested SDE
and non-SDE data sources. Everything looks good now:</FONT></SPAN></DIV>
<DIV><SPAN class=704461717-26102006><FONT face="Bookman Old Style" color=#008000
size=2></FONT></SPAN> </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>< nSDEErr =
SE_shape_get_all_points( hShape, SE_DEFAULT_ROTATION,
<BR>---<BR>> 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> </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> </DIV></BODY></HTML>