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 > -- View this message in context: http://n2.nabble.com/PROJ-4-EPSG-28992-tp2033665p4100011.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
