[Mapserver-users] Mapfile in WMS

Kari Geurts kgeurts@gis.umn.edu
Tue, 11 Nov 2003 13:33:08 CST


Hello MapServer Users,

I have updated the WMS HOWTO documentation on the website to reflect the
comments below. Thanks for your commitment to MapServer and the ongoing
process of documentation. It is very helpful to have users inform us of
problems and issues in the documentation.

Kari A. Geurts

MDP Coordinator
Department of Forest Resources
University of Minnesota
115 Green Hall
1530 Cleveland Ave. N.
St. Paul, MN 55108-6112
Phone: 612-624-3459
Email: kgeurts@gis.umn.edu

> ------------- Begin Forwarded Message -------------
> 
> From: Daniel Morissette <morissette@dmsolutions.ca>
> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) 
> Gecko/20030624
> X-Accept-Language: en-us, en
> MIME-Version: 1.0
> To: Doug Cates <doug@moximedia.com>
> CC: mapserver-users@lists.gis.umn.edu
> Subject: Re: RE : [Mapserver-users] Mapfile in WMS
> Content-Transfer-Encoding: 8bit
> X-BeenThere: mapserver-users@lists.gis.umn.edu
> X-Mailman-Version: 2.0.13
> List-Unsubscribe: 
> <http://lists.gis.umn.edu/mailman/listinfo/mapserver-users>, 
> <mailto:mapserver-users-request@lists.gis.umn.edu?subject=unsubsc
> ribe>
> List-Id: Mapserver Users Mailing List (Appropriate for general 
> users) <mapserver-users.lists.gis.umn.edu>
> List-Post: <mailto:mapserver-users@lists.gis.umn.edu>
> List-Help: 
> <mailto:mapserver-users-request@lists.gis.umn.edu?subject=help>
> List-Subscribe: 
> <http://lists.gis.umn.edu/mailman/listinfo/mapserver-users>, 
> <mailto:mapserver-users-request@lists.gis.umn.edu?subject=subscri
> be>
> List-Archive: 
> <http://lists.gis.umn.edu/pipermail/mapserver-users/>
> Date: Fri, 07 Nov 2003 10:48:33 -0500
> 
> Good idea, I've added it to the docs in CVS for versions 4.0 and 
> 4.1 and 
> that should show up on the UMN website in the next update.
> 
> BTW, I've removed the hardcoded "&WMTVER=1.0.0&" in the URL since 
> this 
> value has to come from the client and we shouldn't hardcode it.
> 
> Daniel
> 
> Doug Cates wrote:
> > 
> > I hope that this snippet finds its way on to the WMS HOWTO 
> page.
> > 
> > 
> > 
> >>-----Message d'origine-----
> >>De : Brent Fraser [mailto:bfraser@geoanalytic.com] 
> >>Envoyé : Thursday, November 06, 2003 12:58 PM
> >>À : nicolas.fortin@ec.gc.ca; Tom.Kralidis@ec.gc.ca
> >>Cc : mapserver-users@lists.gis.umn.edu
> >>Objet : Re: [Mapserver-users] Mapfile in WMS
> >>
> >>
> >>Nick,
> >>
> >>  I use a little ASP to hide the map file name:
> >>
> >><%
> >>Server.ScriptTimeout = 360
> >>strRequest = Request.ServerVariables("QUERY_STRING")
> >>strURL =
> >>"http://myserver/cgi-bin/mapserv.exe?map=C:\Inetpub\wwwroot\WMS
> \mymap.map&WM
> >>TVER=1.0.0&" & strRequest
> >>Dim objHTTP
> >>Set objHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP")
> >>objHTTP.open "GET", strURL, false
> >>objHTTP.send ""
> >>Response.ContentType = 
> objHTTP.getResponseHeader("content-type")
> >>Response.BinaryWrite objHTTP.responseBody
> >>Set objHTTP = Nothing
> >>%>
> >>
> >>And just use the above ASP's URL in the WMS client.
> >>
> >>Brent Fraser
> >>bfraser@geoanalytic.com
> > 
> > 
> > 
> 
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users@lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
> 
> 
> ------------- End Forwarded Message -------------
> 
> 
> 


_______________________________________________
Mapserver-users mailing list
Mapserver-users@lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users