Team,
We are exporting a "TextPointGeometry" type feature using GDAL MapInfo
driver. Below is the pseudo code -

Driver mapInfoFileDriver = Ogr.GetDriverByName("MapInfo File");
...
Feature mapInfoFeature = CreateFeature(featureData[i].Geometry,
mapInfolayer, featureData[i].SpatialRef);

mapInfoFeature.SetStyleString($"LABEL(t:\"TT\",a: 0,c:#0000ff)");


Result checked with ogrinfo, observed that style is always SYMBOL, see
below -


Style = SYMBOL(a:0,c:#000000,s:12pt,id:"mapinfo-sym-35,ogr-sym-10")


Are we missing anything or any limitations?


Regards,
Prashanti
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to