[gdal-dev] unable to export Mapinfo text geom- style always symbol
prashanti seri
seri.prashanti at gmail.com
Sun Jul 31 22:01:53 PDT 2022
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20220801/c55c8213/attachment.htm>
More information about the gdal-dev
mailing list