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
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
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
> 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
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