You might have to start off your map file with something like this:
MAP
NAME "RADESWMS"
EXTENT -180 -90 180 90
SIZE 512 512
UNITS DD
IMAGECOLOR 0 0 0
CONFIG PROJ_LIB "C:\Program Files\MapServer\projlib"
CONFIG GDAL_DATA "C:\Program Files\MapServer\gdal-data"
CONFIG "MS_ERRORFILE" "servemap_log.txt"
IMAGETYPE png
PROJECTION
"init=EPSG:4326"
END
WEB
IMAGEPATH "C:\program files\mapserver\temp"
TEMPLATE "D:\Mapdata\template.html"
METADATA
"wms_title" "RADES_WMS"
"wms_name" "84RADES_WMS"
"wms_onlineresource"
"http://localhost/mapserver/mapserv.exe?map=D:/Mapdata/servemap.map"
"wms_srs" "EPSG:4326"
"wms_extent" "-180 -90 180 90"
"Wms_enable_request" "*"
END
END
various layers......
END
________________________________
From: [email protected]
[[email protected]] on behalf of Kris Spring
[[email protected]]
Sent: Friday, June 27, 2014 3:11 PM
To: [email protected]
Subject: [mapserver-users] Installing MapServer on Windows
Howdy,
I've got a dump of a NASA World Wind map database and I'm trying to setup a
standalone map environment. Not sure if anyone has done this before, but the
documentation isn't exactly up to date or complete.
Here's my setup:
Windows 7 64-bit
MapServer 6.4.1
I've installed MapServer and have modified IIS7 so that I can run mapserv.exe.
The NASA World Wind comes with a .map file and basically everything that I
need. When I try to bring up the .map file I get the following error:
Sample url:
localhost/mapserver/mapserv.exe?map=<path>/nasaww.map&request=getacpabilities&service=wms
msProcessProjection(): Projection library error. proj error "Permission denied"
for "init=epsg:4326"
I've tried looking at permissions and opening everything up just to see if I
can get it to work, but no dice. Anyone have any ideas?
Thanks,
Kris
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users