<div dir="ltr"><div><div>hi there,<br>I am trying to set up WMS with EPSG:3844. The source data are GTiffs (EPSG:3844). The problem is, that GetMap request sends only blank images when 3844 is used. If the request is with EPSG:4326 everything is fine and the transformation is OK too.<br>
The mapfile looks like:<br><br>MAP<br> NAME Romania_Orthophoto<br> SIZE 400 300<br> EXTENT 419332.586421 240848.815804 459780.109320 259741.205149<br> UNITS METERS<br> SHAPEPATH "//data/romania/Olt/"<br> IMAGECOLOR 255 255 255<br>
IMAGETYPE PNG<br> WEB<br> METADATA<br> "wms_title" "Romania OrthoPhoto"<br> "wms_onlineresource" "<a href="http://localhost/cgi-bin/wms/romania">http://localhost/cgi-bin/wms/romania</a>"<br>
"wms_srs" "EPSG:4326 EPSG:3844"<br> "wms_enable_request" "*"<br> "wms_extent" "419332.586421 240848.815804 459780.109320 259741.205149"<br>
END<br> END<br> PROJECTION<br> "init=epsg:3844"<br> END<br>LAYER<br> NAME "orthophoto"<br> STATUS ON<br> TILEINDEX olt.shp<br> OFFSITE 255 255 255<br> OPACITY 85<br> TYPE RASTER<br> METADATA<br>
"wms_title" "orthophoto"<br> END<br>END<br>END<br>#<br><br></div><div>GetMap looks like:<br>SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=419102.35417775972746313,240475.32843947352375835,459895.23908429278526455,260119.92758433445123956&CRS=EPSG:3844&WIDTH=1521&HEIGHT=731&LAYERS=orthophoto&STYLES=&FORMAT=image/png&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE<br>
<br><br></div>I am running mapserver 6.2.1 on Ubuntu 12.04 with proj 4.8.0 and gdal 1.10<br><br>Thanks a lot for any hints.<br><br></div>Petr<br></div>