<div>Hi Venkatesh,</div>
<div>&nbsp;</div>
<div>I'm glad that things are working.</div>
<div>&nbsp;</div>
<div>To&nbsp;begin drawing your shapefile map, i suggest that u start by having a look on your map using the GPS Trackmaker.Then choose the levels you want to draw (let's say the streets).Then open the corresponding&nbsp; &quot;.shp&quot; file and read all the coordinates needed&nbsp;as i told u before ,using the &quot;SHPOpen&quot; and &quot;SHPReadObject&quot;, and store them in an array.
</div>
<div>Then, u can start drawing using the graphical context, but u have first to know what are the shapes u want to draw (let's say points, polygones..).U can find that by reading your shapefile in the command line using the shapelib.
</div>
<div>Then u have to read the bounding box of the shapefile u have ,so that to set a scaling in order to let every coordinate fit into a screen pixel&nbsp;.</div>
<div>Once this done,u can plot the points or vectors u stored in the array in your application view.</div>
<div>&nbsp;</div>
<div>But as a first step,start by looking at the map you have ,to get an idea about what u want to draw, and read the technical description of shapefiles that u can find on the following link:</div>
<div>&nbsp;</div>
<div><font color="#008000" size="2"><a href="http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf "><font color="#008000" size="2">www.esri.com/library/whitepapers/pdfs/<b>shapefile</b>.pdf </font></a></font></div>

<div><font color="#008000" size="2"></font>&nbsp;</div>
<div><font color="#008000" size="2">Keep in touch.</font></div>
<div><font color="#008000" size="2"></font>&nbsp;</div>
<div><font color="#008000" size="2">Regards,</font></div>
<div><font color="#008000" size="2">Joyce Azar.</font></div>