[mapserver-users] MapServer CGI GDAL Raster reprojection

2009-10-13 Thread Heiko Schröter
Hi, is there a small howto recipe of how to reproject Raster Images via MapServer (CGI call) with the Gdal Lib ? I need to go from EPSG:4326 to +proj=ortho +lat_0=90 (Polar View) and i cannot figure out how to pass the Projection. The output image stays in EPSG:4326. This is not a proj4 issue.

VS: [mapserver-users] MapServer CGI GDAL Raster reprojection

2009-10-13 Thread Rahkonen Jukka
Hi The projection of your Bild layer is PROJECTION proj=ortho END I am not familiar with ortho projection, but are you sure that this is enough? In your gdalwarp example you are using also lat_0=90. There is no difference in reprojecting raster or vector data. This is a working

Re: VS: [mapserver-users] MapServer CGI GDAL Raster reprojection

2009-10-13 Thread Heiko Schröter
Am Dienstag 13 Oktober 2009 12:30:32 schrieben Sie: Hello, the mapfile i've tested looks similar to your setup. I'am just trying to strip out everything which is not needed. But still it gets stuck in the EPSG:4326 projection. From strace i can see that libgdal is touched but the search fails