Hi,

I defined a projection
    proj = new OGRSpatialReference();
    OGRErr error = proj->importFromProj4(projString.c_str());
where projString = "+proj=stere +lon_0=0 +lat_0=90.0 +lat_ts=60.0 +a=6378.388 +b=6356.906"

from inside my program i want to do zooming so
    proj->SetProjParm(SRS_PP_SCALE_FACTOR,scale);
but doesn't seems to work. If I do it with a mercator projection it works.
What is wrong, do I need to use another param instead of SRS_PP_SCALE_FACTOR

Regards
Kees Kling
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to