[Mapserver-users] WMS Raster crash
Dion Duran
dion.duran at uei-houston.com
Wed Jul 14 15:18:24 PDT 2004
Hi all,
I'm trying to get a raster tif working with WMS. The web server crashes and I get a cgi error from IE but with no information about what headers are missing. When I view the rasters using mode=getmap, I don't have a problem. I can remove the SRS and BBOX tags and it displays. I cannot figure out how to fix it. I'm running ms 4.0.2 w/ gdal. I don't get any error when I run getcapabilities. The Local URL and map file are below.
Thanks for any assistance,
Dion Duran
GIS Developer - UEI
***********************
http://localhost/scripts/mapserv.exe?map=c:\ms402_gif_pg\workshop\ustestrst.map&VERSION=1.1.0&REQUEST=map&LAYERS=grid_grid1&STYLES=&SRS=EPSG:26914&BBOX=575024.000000,3475600.000000,585200.000000,3484210.000000&WIDTH=798&HEIGHT=674&FORMAT=JPEG
************************
MAP
NAME USTestmap
STATUS ON
SIZE 400 300
EXTENT 575024.00 3484207.99 585200.00 3475599.99
UNITS METERS
SHAPEPATH "data"
IMAGECOLOR 255 255 255
IMAGETYPE JPEG
WEB
IMAGEPATH "C:\ms402_gif_pg\workshop\images\"
IMAGEURL "/mapserver/images/"
METADATA
"wms_title" "USTestMap"
"wms_onlineresource" "http://localhost/mapserver/mapserver402_rst.asp"
"wms_srs" "EPSG:26914"
END
LOG "demo.log"
END
PROJECTION
"init=epsg:26914"
END
# Start of LAYER DEFINITIONS ---------------------------------------------
LAYER # raster layer begins here
NAME grid_grid1
DATA "C:\ms402_gif_pg\workshop\data\raster\tx\grid_grid1.tif"
STATUS Default
TYPE RASTER
PROJECTION
"init=epsg:26914"
END
METADATA
"wms_title" "grid_grid1"
"wms_srs" "EPSG:26914"
"wms_extent" "575024.00 3484207.99 585200.00 3475599.99"
END
END # raster layer ends here
# End of LAYER DEFINITIONS -------------------------------
END # end of map file/object
More information about the MapServer-users
mailing list