[mapserver-users] Installing MapServer on Windows

EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE james.evans.4 at us.af.mil
Fri Jun 27 16:13:34 PDT 2014


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: mapserver-users-bounces at lists.osgeo.org [mapserver-users-bounces at lists.osgeo.org] on behalf of Kris Spring [kris.spring at omnyon.com]
Sent: Friday, June 27, 2014 3:11 PM
To: mapserver-users at lists.osgeo.org
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20140627/87ab4027/attachment.html>


More information about the mapserver-users mailing list