hello developers,<br>Currently i am trying to make use of Delimited text layer plugin on qgis version0.7.9 installed on FC4.<br>As a sample file i have a file with simple text like<br><br>x,y<br>10,10<br>20,20<br>30,30<br>
....<br><br>parsing is done with , and xfield and yfield gets settled.<br>Layer is added to lagend and extents etc. i can see&nbsp; on canvas. But layer points are no visible. Also While changing symbol or to unique legend it seg faults with many outputs of &quot; Warning: we support only tiny &quot;. 
<br>As i was studying its code i found addVectorLayer() is passed &quot;delimited&quot; as layer type. I couldn't find out where that &quot;delimited to ogr&quot; conversion is taking place.<br><br>regards<br>nitin quick<br>
<br>