Changes between Initial Version and Version 2 of Ticket #3393


Ignore:
Timestamp:
Feb 12, 2010, 12:01:50 PM (14 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3393

    • Property Keywords DXF added
    • Property Status newassigned
    • Property Summary DXF Doesn't identify polygons correctly on writeDXF Doesn't identify polygons correctly
  • Ticket #3393 – Description

    initial v2  
    22
    33Replacing this test with the "standard"
     4{{{
    45        if( EQUAL( ((OGRGeometry*) hGeom)->getGeometryName(), "LINEARRING" ) )
     6}}}
    57
    68test fixes the problem.