[mapserver-users] EPSG: 3844 problem

Petr Suk petrxsuk at gmail.com
Fri May 16 08:11:53 PDT 2014


hi there,
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.
The mapfile looks like:

MAP
  NAME Romania_Orthophoto
  SIZE 400 300
  EXTENT 419332.586421 240848.815804 459780.109320 259741.205149
  UNITS METERS
  SHAPEPATH "//data/romania/Olt/"
  IMAGECOLOR 255 255 255
  IMAGETYPE PNG
  WEB
    METADATA
     "wms_title"           "Romania OrthoPhoto"
     "wms_onlineresource"  "http://localhost/cgi-bin/wms/romania"
     "wms_srs"             "EPSG:4326 EPSG:3844"
     "wms_enable_request" "*"
     "wms_extent" "419332.586421 240848.815804 459780.109320 259741.205149"
    END
  END
  PROJECTION
      "init=epsg:3844"
  END
LAYER
  NAME "orthophoto"
  STATUS ON
  TILEINDEX olt.shp
  OFFSITE 255 255 255
  OPACITY 85
  TYPE RASTER
  METADATA
    "wms_title"   "orthophoto"
  END
END
END
#

GetMap looks like:
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


I am running mapserver 6.2.1 on Ubuntu 12.04 with proj 4.8.0 and gdal 1.10

Thanks a lot for any hints.

Petr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20140516/3f153211/attachment-0001.html>


More information about the mapserver-users mailing list