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 on canvas. But layer points are no visible. Also While changing symbol or to unique legend it seg faults with many outputs of " Warning: we support only tiny ".
<br>As i was studying its code i found addVectorLayer() is passed "delimited" as layer type. I couldn't find out where that "delimited to ogr" conversion is taking place.<br><br>regards<br>nitin quick<br>
<br>