Hi all,<div><br></div><div>I was reading through some old post and found this <a href="http://lists.osgeo.org/pipermail/qgis-user/2008-March/002423.html">http://lists.osgeo.org/pipermail/qgis-user/2008-March/002423.html</a></div>

<div>even thought the solution is great. But I am still trying to find a solution that work in C++ completely. </div><div><br></div><div>I was able to manage to plot the data (present point .. in future could be also have Polygon and Lines) by placing a blank shapefile with desire data structure (created on loading of QGisApp) and loading it to the mapper, thereafter plotting the data using the QTimer event. </div>

<div><br></div><div>But the very basic functionality of QGis is not coming up as desire. Like I wanted to read the attributes of the realtime data which I had pushed with as per the data structure in QGis. I only receive attribute of X and Y back from point being plotted. Have anybody device some logic to retrieve the same.</div>

<div><br></div><div>A query that come to my mind, is it possible to replace the my input shapefile in realtime at the background and the data and attribute updated get reflected to the Mapper without enabling the editing options or reloading the shapefile. </div>

<div><br></div><div>Any Input or pointers would be appreciated.</div><div><br></div><div>Best Regards</div><div><br></div><div>Abhay.</div><div><br></div>