<div dir="ltr">Hello,
<div class="" itemprop="description">
<p>When i draw a compound polygon </p>
<p>SDO_GEOMETRY(
2003, -- two-dimensional polygon
NULL,
NULL,
SDO_ELEM_INFO_ARRAY(1,1005,2, 1,2,1, 5,2,2), -- compound polygon
SDO_ORDINATE_ARRAY(6,10, 10,1, 14,10, 10,14, 6,10)
)</p>
<p>by using msw4 accompanied with mapserver 5.4 or the previous version, they are successful to create an image.</p>
<p>But when i change to msw4 3.0.6 with mapserver 6.0.3 (libmap.dll of Oracle 11g), i always get the problem :</p>
<p>msDrawShape(): General error message. Only polygon shapes can be drawn using a POLYGON layer definition.</p>
<p>I think it comes from the file libmap.dll, and maybe libmap for Orc 11g doesn't work well with Orc 10g </p>
<p>Can you suggest me what to do ?</p>
<p>Iam using Oracle client 10.2.0.3, and the underlying database is Oracle db 10g (10.2.0.4)</p>
</div></div>