TomvanTilburg a écrit :

hum, looks a bit like a (mysterious) PROJ.4 issue. The "unknown projection id" probably referes to the 'sterea' method.

I've found a ticket in the PROJ trac database that seems to be very similar to your issue : http://trac.osgeo.org/proj/ticket/43
Hi Even,

Thanks for replying.

I don't think GDAL installation is the problem, since trying the same code
with different geom works fine.
But I just ran it in the DOS box and got a bit more descriptives:

WKT:POINT(127576.476563 481237.375)
POINT (127576.476563 481237.375)
ERROR 6: Failed to initialize PROJ.4 with `+proj=sterea
+lat_0=52.15616055555555 +lon_0=5.387638888888889 +k=0.9999079 +x_0=0 +y_0=0
+ellps=bessel +units=m +no_defs '.
unknown projection id

Seems like the projection id (this is the EPSG code?) is the culprit.

Any new ideas?

best regards,
 Tom


Even Rouault wrote:
A few points to check that come to mind :
* Did you check that the proj.dll can be loaded by GDAL ? Check an error message about it
* Is the GDAL_DATA environment variable correctly set ?
* If testepsg.exe is compiled (nmake /f makefile.vc testepsg.exe in apps directory should do), try testepsg EPSG:28992




_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to