id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 3410,Add missing multipoint support to MITAB,gaige,warmerdam,"Previously Map Info TAB format files could read but not write multipoint geometry. This adds writing multipoint geometry to the CreateFeature code. I apologize for the lack of test files for you. Fortunately, I have a really nice round-trip testbed that allows me to verify that the data written and the data read are the same (within a very specific set of parameters), unfortunately it's tied tightly to my software and can't be separated out for distribution. {{{ ==== /ogr/ogrsf_frmts/mitab/mitab_imapinfofile.cpp 357d356 < case wkbMultiPoint: 372a372,381 > case wkbMultiPoint: > poTABFeature = new TABMultiPoint(poFeature->GetDefnRef()); > if(poFeature->GetStyleString()) > { > poTABPointFeature = (TABPoint*)poTABFeature; > poTABPointFeature->SetSymbolFromStyleString( > poFeature->GetStyleString()); > } > break; > }}} ",enhancement,closed,normal,,OGR_SF,svn-trunk,normal,fixed,mitab,Daniel Morissette