Re: [gdal-dev] unable to export Mapinfo text geom- style always symbol

2022-08-02 Thread prashanti seri
Thanks for the information and quick fix. On Tue, Aug 2, 2022 at 9:56 PM Even Rouault wrote: > For reference this was also filed as > https://github.com/OSGeo/gdal/issues/6149 > > Implementation pull request: https://github.com/OSGeo/gdal/pull/6152 > > Le 01/08/2022 à 07:01, prashanti seri a écr

Re: [gdal-dev] unable to export Mapinfo text geom- style always symbol

2022-08-02 Thread Even Rouault
For reference this was also filed as https://github.com/OSGeo/gdal/issues/6149 Implementation pull request: https://github.com/OSGeo/gdal/pull/6152 Le 01/08/2022 à 07:01, prashanti seri a écrit : Team, We are exporting a "TextPointGeometry" type feature using GDAL MapInfo driver. Below is th

Re: [gdal-dev] unable to export Mapinfo text geom- style always symbol

2022-08-01 Thread Rahkonen Jukka
UMP JML format (-f JML). -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta prashanti seri Lähetetty: maanantai 1. elokuuta 2022 8.02 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] unable to export Mapinfo text geom- style always symbol Team, We are exporting a "TextPointGeometry

[gdal-dev] [Gdal-dev] unable to export Mapinfo text geom- style always symbol

2022-08-01 Thread prashanti seri
> Hi all, > 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].SpatialR

[gdal-dev] unable to export Mapinfo text geom- style always symbol

2022-07-31 Thread prashanti seri
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); mapInfoFeat