<div dir="ltr"><div><br></div>Hello, <div><br></div><div>Thanks for the response.  Can I put a flag for the centroid computation? </div><div><br></div><div>For eg:  <span style="color:rgb(199,37,78);font-family:Menlo,Monaco,Consolas,'Courier New',monospace;font-size:14.3999996185303px;line-height:20.5714282989502px;background-color:rgb(249,242,244)">ogr2ogr -f GeoJSON -t_srs crs:84 [name].geojson [name].shp  (--flag for centroid??)</span></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 18, 2015 at 4:20 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le mercredi 18 février 2015 11:43:10, Manikanta Kondeti a écrit :<br>
<span class="">> Hi all,<br>
><br>
> I'm working on a project which aims  to visualize Spatial Vector Data on a<br>
> browser. Using gdal I will convert Shapefiles, kml, gml into geojson and<br>
> send it back to the browser.<br>
><br>
> I want to draw labels(attributes) on the map, using GDAL can I get each<br>
> feature's centre coordinates without computing them on the browser side, so<br>
> that I can easily draw them  on the map?<br>
<br>
</span>Mani,<br>
<br>
OGR_G_Centroid() /  OGRGeometry::Centroid() should help.<br>
<br>
See<br>
<a href="http://www.gdal.org/ogr__api_8h.html#a23f5a19a81628af7f9cc59a37378cb2b" target="_blank">http://www.gdal.org/ogr__api_8h.html#a23f5a19a81628af7f9cc59a37378cb2b</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Even<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br></div></div>