[mapserver-users] TILEINDEX layer problem mapserver 6.0.1

Simon Mercier mercier.simon at gmail.com
Tue Sep 27 13:33:11 PDT 2011


Hi list, I try to migrate a map service to Mapserver 6.0.1 that work
perfectly with a Mapserver 5.0.3 and I have a strange behavior with a
TILEINDEX layer.  If you look the picture(in yellow you have the raster
coverage), you see that my image coverage is not the same scale? The raster
coverage fit exactly with the WMS_EXTENT tag of my TILEINDEX layer.
Moreover, if I comment the WMS_EXTENT tag no raster appears in my map.
Images are ECW files and projection is EPSG:32187.  The GETMAP is
EPSG:32198.  I had to compile GDAL 1.8.0 to use ECW driver.  Did I miss
something?

/cgi-bin/orthos_sim?REQUEST=
GetMap&SERVICE=WMS&VERSION=1.1.1&LAYERS=T_AN2000_MTM7&STYLES=&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SRS=EPSG:32198&BBOX=-452656.626506024,-11030.1204819277,279310.277253593,647379.518072289&WIDTH=1015&HEIGHT=913

MAP
    NAME "orthos_sim"
    EXTENT -1100000 -23500 1100000 2253500
    CONFIG MS_ERRORFILE         "/var/services/mapserv/logs/mapserv-sim.log"
    WEB
        QUERYFORMAT "text/xml"
        BROWSEFORMAT "text/xml"
        IMAGEPATH   "/tmp/"
        IMAGEURL    "/ms_tmp/"
        METADATA
            "wms_title"                      "orthos"
            "wms_abstract"                "Service web d'imagerie
Orthosphoto"
            "wms_description"             "Ce service "
            "wms_keywordlist"             "orthophotographie"
            "wms_onlineresource"         "http://sigdev/cgi-bin/orthos_sim?"
            "wms_server_version"                    "1.1.1"
            "wms_format"                            "image/png"
            "wms_getcontext_enabled"                "1"
            "ows_enable_request"                    "*"
        END
    END
    PROJECTION
        "init=epsg:32198"
    END
        LAYER
                NAME "T_AN2000_MTM7"
                TYPE RASTER
                debug 5
                EXTENT 160000 4960000 450000 5450000
                TILEINDEX "/var/www/wms/tmp/AN2000_MTM07.shp"
                TILEITEM "location"
                METADATA
                        "wms_title"    "T_AN2000_MTM7"
                        "wms_name"  "an 2000 mtm 07"
                        "wms_kaywordlist"  "orthos"
                        "wms_abstract"  "Couche d'orthos"
                        "wms_srs"    "EPSG:32198 EPSG:900913 EPSG:32184
EPSG:32186 EPSG:32187 EPSG:32188 EPSG:32189 EPSG:32190"
                        "wms_extent"   "160000 4960000 450000 5450000"
                END
                PROJECTION
                        "init=epsg:32187"
                END
        END
END

-- 
Simon Mercier
Saint-Nicolas, QC
Canada G7A 4Y2
www.mgeospatial.com
linkedIn : http://ca.linkedin.com/in/simonmercier
twitter : http://twitter.com/simonmercier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20110927/7625fb4f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bugorthos.JPG
Type: image/jpeg
Size: 182788 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20110927/7625fb4f/attachment.jpe>


More information about the MapServer-users mailing list