id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1784,mapshape.c does not handle POLYGONZ (15) shapefiles produced by OGR,ethan@…,warmerdam,"{{{
Line: 2279 of current CVS has:

if(psSHP->nShapeType == SHP_POLYGON || psSHP->nShapeType == SHP_POLYGONM)


Needs to be:

if(psSHP->nShapeType == SHP_POLYGON || psSHP->nShapeType == SHP_POLYGONM 
||psSHP->nShapeType == SHP_POLYGONZ)


I compiled my local version with this change and I can now view shapefiles 
producted with SHP_POLYGONZ (15)
}}}",defect,closed,high,,MapServer C Library,unspecified,normal,fixed,,ethan@…
