Folks,
When I use the following piece of code in a program I can get the
Shape files with the correct projection parameters in a .prj ESRI style file.
const char *pszDriverName = "ESRI Shapefile";
OGRSFDriver *poDriver;
OGRRegisterAll();
.
.
.
OGRSpatialReference oSRS;
oSRS.SetWellKnownGeogCS(
Folks,
When I use the following piece of code in a program I can get the
Shape files with the correct projection parameters in a .prj ESRI style file.
const char *pszDriverName = "ESRI Shapefile";
OGRSFDriver *poDriver;
OGRRegisterAll();
.
.
.
OGRSpatialReference oSRS;
oSRS.SetWellKnownGeogCS(
Folks,
When I use the following piece of code in a program I can get the
Shape files with the correct projection parameters in a .prj ESRI style file.
const char *pszDriverName = "ESRI Shapefile";
OGRSFDriver *poDriver;
OGRRegisterAll();
.
.
.
OGRSpatialReference oSRS;
oSRS.SetWellKnownGeogCS(