<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">Hi all,<br style="box-sizing:border-box">We are exporting a "TextPointGeometry" type feature using GDAL MapInfo driver. Below is the pseudo code -</p><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">Driver mapInfoFileDriver = Ogr.GetDriverByName("MapInfo File");<br style="box-sizing:border-box">...<br style="box-sizing:border-box">Feature mapInfoFeature = CreateFeature(featureData[i].Geometry, mapInfolayer, featureData[i].SpatialRef);</p><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">mapInfoFeature.SetStyleString($"LABEL(t:\"TT\",a: 0,c:#0000ff)");</p><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px"><br style="box-sizing:border-box"></p><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">Result checked with ogrinfo, observed that style is always SYMBOL, see below -</p><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px"><br style="box-sizing:border-box"></p><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">Style = SYMBOL(a:0,c:#000000,s:12pt,id:"mapinfo-sym-35,ogr-sym-10")</p><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px"><br style="box-sizing:border-box"></p><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">Are we missing anything or any limitations?</p><p style="box-sizing:border-box;margin:0px;color:rgb(36,36,36);font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px"><br style="box-sizing:border-box">Regards,<br style="box-sizing:border-box">Prashanti</p></div>
</blockquote></div></div></div>