[mapserver-users] using mod_wsgi with mapserver

2011-08-17 Thread Mukesh Subedee
Hi all, I have configured and tested a simple application with mod_wsgi and found that its working properly. Now I am trying to use mod_wsgi with MapServer. I have configured my Apache virtual host for wsgi as:    Alias / /home/public_html/wsgi/     Directory /home/public_html/wsgi        

[mapserver-users] problem running python mapscript

2011-08-09 Thread Mukesh Subedee
Hi all,   I've successfully build and install Python MapScript (I get some warnings while building but I don't get any errors). I am trying to run a simple application testing Python MapScript given in Bill Kropla's book. I am able to execute my pytest.py script in command line and can see the

[mapserver-users] building FastCGI on MapServer 6.0

2011-08-01 Thread Mukesh Subedee
Hi all, I am again posting my problem as I am still stuck in the same place. I am trying to install/configure FastCGI on MapServer 6.0 in Ubuntu 10.04 machines. I installed both fcgi-2.4.0 and mod_fastcgi-2.4.6 as mentioned in

Re: [mapserver-users] building FastCGI on MapServer 6.0

2011-08-01 Thread Mukesh Subedee
Thanks a lot Frank. I had to do make clean and it worked. :) From: Frank Warmerdam warmer...@pobox.com To: Mukesh Subedee msube...@yahoo.com Cc: mapserver-users@lists.osgeo.org mapserver-users@lists.osgeo.org Sent: Monday, August 1, 2011 12:41 PM Subject: Re

Re: [mapserver-users] building FastCGI on MapServer 6.0

2011-08-01 Thread Mukesh Subedee
processing information). Do you have any idea of that? Thanks! From: Frank Warmerdam warmer...@pobox.com To: Mukesh Subedee msube...@yahoo.com Cc: mapserver-users@lists.osgeo.org mapserver-users@lists.osgeo.org Sent: Monday, August 1, 2011 12:41 PM Subject: Re

[mapserver-users] FastCGI implementation on MapServer 6.0

2011-07-21 Thread Mukesh Subedee
Hi all, I am trying to install/configure FastCGI on MapServer 6.0 in Ubuntu 10.04 machines. I installed both fcgi-2.4.0 and mod_fastcgi-2.4.6 as mentioned in http://mapserver.org/optimization/fastcgi.html#obtaining-the-necessary-software. I configured MapServer --with-fastcgi=/usr option and

[mapserver-users] loadbalancing in MapServers

2011-07-08 Thread Mukesh Subedee
Hi all, I have 3 Ubuntu 10.04 machines with MapServer installed and configured. I need to get load balancing among those 3 machines. I find that there are some third-party applications with different features. I also find a perl script (balance.pl) that uses rup UNIX feature in MapServer

Re: [mapserver-users] error: Unable to select IMAGETYPE `PNG'

2011-06-23 Thread Mukesh Subedee
From: Lime, Steve D (DNR) steve.l...@state.mn.us To: Mukesh Subedee msube...@yahoo.com; mapserver mailing list mapserver-users@lists.osgeo.org Sent: Thursday, June 23, 2011 7:25:45 Subject: RE: [mapserver-users] error: Unable to select IMAGETYPE `PNG' Try PNG8 or PNG24 (assuming this is 6.0

[mapserver-users] error: Unable to select IMAGETYPE `PNG'

2011-06-22 Thread Mukesh Subedee
Hi all, I am trying to set up a new MapServer in a Ubuntu 10.04 machine. I 've installed and configured all the necessary/required components (including libpng-1.2.18). While configuring MapServer, I have included libpng package as well and my ./configure shows: configure: checking where

[mapserver-users] multiple layers in a class

2011-04-27 Thread Mukesh Subedee
Hi, In the STYLE documentation, it is mentioned that it is possible to have multiple layers within a class. I could not find any example how it can be implemented. I was checking an example in http://lists.osgeo.org/pipermail/mapserver-users/2010-August/066303.html where SMALL PIG and BIG

Re: [mapserver-users] multiple layers in a class

2011-04-27 Thread Mukesh Subedee
From: Fawcett, David (MPCA) david.fawc...@state.mn.us To: Mukesh Subedee msube...@yahoo.com; mapserver mailing list mapserver-users@lists.osgeo.org Sent: Wednesday, April 27, 2011 12:35:44 Subject: RE: [mapserver-users] multiple layers in a class Mukesh, If you

Re: [mapserver-users] multiple styles in a class

2011-04-27 Thread Mukesh Subedee
? Mukesh From: Fawcett, David (MPCA) david.fawc...@state.mn.us To: Mukesh Subedee msube...@yahoo.com; mapserver mailing list mapserver-users@lists.osgeo.org Sent: Wednesday, April 27, 2011 12:35:44 Subject: RE: [mapserver-users] multiple layers in a class Mukesh

Re: [mapserver-users] multiple styles in a class

2011-04-27 Thread Mukesh Subedee
From: Fawcett, David (MPCA) david.fawc...@state.mn.us To: Mukesh Subedee msube...@yahoo.com; mapserver mailing list mapserver-users@lists.osgeo.org Sent: Wednesday, April 27, 2011 13:42:58 Subject: RE: [mapserver-users] multiple layers in a class No. That is what

[mapserver-users] use of CLASSGROUP/GROUP

2011-04-27 Thread Mukesh Subedee
Hi all, Does anyone has answer of this question? http://www.osgeo.org/pipermail/mapserver-users/2008-October/057975.html Thanks, Mukesh___ mapserver-users mailing list mapserver-users@lists.osgeo.org

[mapserver-users] PhP/Mapscript expression handling

2010-12-06 Thread Mukesh Subedee
Anyone willing to share a simple example to handle Expression in Mapfile? I have a Mapfile with few layers and want to play with the EXPRESSION parameter in PHP/Mapscript so that I could add dynamism in displaying colors for specific region as user's requirement. However I am able to do it with

[mapserver-users] overriding the color in mapfile

2010-11-08 Thread Mukesh Subedee
I have a simple mapfile with a layer and I want to override its color setting based on the different regions (polygons) in the shp file. e.g. my countries.shp is the shape file of the world with column 'name' as list of countries in dbf file. i want to change the color of the country polygon

[mapserver-users] dynamic coloring in mapserver?

2010-11-04 Thread Mukesh Subedee
Hi,   I am new to map server. I have been playing with it and finding it interesting. I have a shape file with database containing different area (polygon) codes. Let's say I have x.dbf file for a x.shp file and it contains a row with polygon code (I don't worry about layers).   I want to