[mapserver-users] PHPMapscript, Ming & Segmentation fault.

2010-09-08 Thread Joseph Mamuchishvili
Hello, I have compiled MapServer 5.6.4 with PHPMapscript on FreeBSD 8.1. During configuration Ming support was added. phpinfo() returns the following: MapScriptMapServer VersionMapServer version 5.6.4 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG SU

[mapserver-users] mapserv -v as html

2010-09-08 Thread Jan Hartmann
Hi, Is there a simple way to do a browser request for "mapserv -v"? If I type an URL like "http://localhost/cgi-bin/mapserv?-v"; I get an Internal Server Error, because this way mapserv doesn't return HTTP headers. Jan ___ mapserver-users mailing l

Re: [mapserver-users] mapserv -v as html

2010-09-08 Thread Daniel Morissette
On 10-09-08 10:13 AM, Jan Hartmann wrote: Is there a simple way to do a browser request for "mapserv -v"? If I type an URL like "http://localhost/cgi-bin/mapserv?-v"; I get an Internal Server Error, because this way mapserv doesn't return HTTP headers. There is no dedicated URL param to g

[mapserver-users] Video Support on ms4w

2010-09-08 Thread Matthias Müller
Hi, I want create flash-videos on a time-enabled WMS. However, in the capabilities file there is no hint for mimeType "application/x-shockwave-flash" although I configured it in the mapfile: OUTPUTFORMAT NAME swf DRIVER "SWF" MIMETYPE "application/x-shockwave-flash" EXTENSION "swf"

Re: [mapserver-users] mapserv -v as html

2010-09-08 Thread Matthias Müller
If you use WMS, the version information (mapserver version, supported extensions) can be found as an XML comment on top of the GetCapabilities document. (http://localhost/cgi-bin/mapserv?Service=WMS&Version=1.3.0&Request=GetCapabilities) Matthias Am 08.09.2010 10:13, schrieb Jan Hartmann: Hi

RE: [mapserver-users] Dynamically draw different sized ellipses on map

2010-09-08 Thread Fawcett, David (MPCA)
It sounds like you really want to define polygons in an orthogonal projection and then re-project them to geographic to show the distortion. Unless you calculate the appropriate distortion for a particular coordinate and then can pass in the x and y radii for an ellipse symbol, I think that you

[mapserver-users] mapserver best practices with WFS getFeatureInfo?

2010-09-08 Thread rai 8
hi, I'm working in a application that uses mapserver to serve images with wms and single points with wfs, in the client side there is a openlayers script. This already works. Another functionality is when user selects a feature or click in a image the aplication must show some information, like t

[mapserver-users] RE: Dynamically draw different sized ellipses on map

2010-09-08 Thread stoli
Thanks David. Those are excellent references. I hadn't seen Matt Perry's site before. The Tissot Indicatrix certainly shows the distortion that I need to deal with due to map projection. I think I can work out the geometry of the ellipses. Assuming that the application needs to be capable of ren

RE: [mapserver-users] RE: Dynamically draw different sized ellipses on map

2010-09-08 Thread Fawcett, David (MPCA)
I think that others will be able to answer this far better than I can. There are likely many ways to do this, it might help if you gave us a little bit more info about what you are doing. It sounds like the coordinates and area of the polys are determined on the client side and then need to

Re: [mapserver-users] PHPMapscript, Ming & Segmentation fault.

2010-09-08 Thread Alan Boudreault
Hi, I'd say that php mapscript is not the cause. Could you try to display your map using the CGI directly. If you get the same seg fault error, it would be good if you could create a ticket with a minimal test case with a mapfile and data (perhaps you could do a simple ogr2gr from postgis to sh

[mapserver-users] C# mapscripts and WFS Service , xml-encoded Post Request with openlayers

2010-09-08 Thread Fuming Li
Hi, I 'm currently deploying a WFS Server with C# mapscripts. The Request issued by openlayers is xml-encoded post request. When I tried to use "loadparam", it exited abnormally. So I had to parse parameter by myself. So my question is: do I have to parse the xml-encoded post request manuall

Re: [mapserver-users] PHPMapscript, Ming & Segmentation fault.

2010-09-08 Thread Joseph Mamuchishvili
Hello. Thank You for your suggestion. I tried to display my map using the CGI directly... and got the same segmentation fault error. It would be very nice of You to tell me, how I may create the ticket (I mean using which site). Regards, Joseph On Wed, Sep 8, 2010 at 9:24 PM, Alan Boudreault wr