<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Arial, Helvetica, serif, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><div>Hi team,<br><br>      I am using ogr2ogr with java bindings for conversion of a geojson file to a csv file, But I am getting an error as specified below.<br></div><div><span style="color:#ff0000" class="colour">ERROR 10: Pointer 'panMap' is NULL in 'OGR_F_SetFrom'.</span><span style="color:#ff0000" class="colour"><br></span></div><div><span style="color:#ff0000" class="colour"><br></span></div><div><span style="color:#ff0000" class="colour">Unable to translate feature 0 from layer map_sample</span><span style="color:#ff0000" class="colour"><br></span></div><div><span style="color:#ff0000" class="colour">Terminating translation prematurely after failed</span><span style="color:#ff0000" class="colour"><br></span></div><div><span style="color:#ff0000" class="colour">translation of layer map_sample (use -skipfailures to skip errors)</span><br></div><div><br></div><div>ogr2ogr is invoked as below<br></div><div><br></div><div><span class="colour" style="color:#0000ff">java -cp :gdal.jar -Djava.library.path=libs/ ogr2ogr "-s_srs" "CRS:84" "-t_srs" "CRS:84" "-f" "CSV" proplesscsv.csv map_sample.geojson  "-lco" "GEOMETRY=AS_WKT"</span><br><br>I have also attached the sample file I was working with this mail. Kindly help me in this conversion failure.</div><div><br></div><div data-zbluepencil-ignore="true" id=""><div>Thanks & Regards,<br></div><div>Ravi Teja<br></div></div><div><br></div></div><br></body></html>