[mapserver-users] HTML Legend vs Transparency in Layer

2009-06-17 Thread Steven Lehr
Hello all... When categorizing layers like zoning, I frequently use levels of transparency (obviously so people can see through them). However, this alters the physical color compared to the COLOR attribute of the item being displayed. When I generate the Legend, the legend use the COLOR

[mapserver-users] getAllLayerNames crashes PHP MapScript?

2009-06-17 Thread kreshna_icehe...@yahoo.com
I have the following codes in my web map application: $GLOBALS[layer_names] = $GLOBALS[map]-getAllLayerNames(); When I ran the web map application through browser, Windows gave me the following error message: CGI / FastCGI has encountered a problem and needs to close. We are sorry for the

[mapserver-users] getAllLayerNames crashes PHP MapScript?

2009-06-17 Thread kreshna_icehe...@yahoo.com
I have the following codes in my web map application: $GLOBALS[layer_names] = $GLOBALS[map]-getAllLayerNames(); When I ran the web map application through browser, Windows gave me the following error message: CGI / FastCGI has encountered a problem and needs to close. We are sorry for the

Re: [mapserver-users] MS 5.4.1 Build problems on Windows

2009-06-17 Thread Tamas Szekeres
Steve, You could download any of the SDK packages (according to your compiler version and architecture) supported from this location: http://vbkto.dyndns.org:1280/sdk/Default.aspx (see the bottom of the page for the SDKs) These packages contain all the required stuff for a successful

Re: [mapserver-users] Problems in MS4W

2009-06-17 Thread Ben Madin
G'day, On 17/06/2009, at 12:00 AM, Phalguni Pal wrote: I have installed MS4W in XP- OS (C:\ms4w) as administrator in my machine. And Mapserver is replying No query information to decode. QUERY_STRING is set, but empty form 'http://localhost/cgi-bin/mapserv.exe?' . But when I tried to

Re: [mapserver-users] AGG vs GD rendering shows no difference

2009-06-17 Thread Adrian Popa
I've managed to run mapserv through gdb, and my suspicions were confirmed - it dies in the AGG part: ... Reading symbols from shared object read from target memory...done. Loaded system supplied DSO at 0xa3e000 [Thread debugging using libthread_db enabled] [New Thread -1208244032 (LWP 18090)]

Re: [mapserver-users] LABEL problem using CGI...

2009-06-17 Thread David Nugent
On Wed, 17 Jun 2009 22:31:50 +1000, Paul james paulj...@gmail.com wrote: You are right... It is Tiled (using OL)... In that case, How can I fix that effect? This should be in an FAQ :-) It has been answered at least 4 times here in the last couple months... Add PROCESSING LABEL_NO_CLIP=ON

Re: [mapserver-users] LABEL problem using CGI...

2009-06-17 Thread Paul james
Thanks! Paul On Wed, Jun 17, 2009 at 10:01 AM, David Nugent dav...@datalinktech.com.auwrote: On Wed, 17 Jun 2009 22:31:50 +1000, Paul james paulj...@gmail.com wrote: You are right... It is Tiled (using OL)... In that case, How can I fix that effect? This should be in an FAQ :-) It has

[mapserver-users] Re: LABEL problem using CGI...

2009-06-17 Thread Ben Madin
Paul, On 17/06/2009, at 8:31 PM, mapserver-users-requ...@lists.osgeo.org wrote: You are right... It is Tiled (using OL)... In that case, How can I fix that effect? Thanks use an Untiled or singleTile layer - ie if you are using it as a WMS, then var SouthAmerica = new

Re: [mapserver-users] AGG vs GD rendering shows no difference

2009-06-17 Thread Adrian Popa
Hello everyone! After a few hours of digging, I managed to solve the problem. I checked mapserver's dependencies and it was linked against agg 2.3: [r...@terra tmp]# ldd /var/www/cgi-bin/mapserv | grep agg libagg.so.2 = /usr/lib/libagg.so.2 (0x003f5000) lrwxrwxrwx 1 root root 15 Jun 15

[mapserver-users] color range mapping

2009-06-17 Thread Steve . Toutant
Hi, How should I define a layer class to use color range mapping? I would like to be able to request GetLegendGraphic on this layer as well I read this http://mapserver.org/development/rfc/ms-rfc-6.html But I found nothing in the offical mapfile doc Thanks Steve Steve Toutant, M. Sc. Analyste

[mapserver-users] Seeking guidance for gml_geometries in WFS config

2009-06-17 Thread Peter N. Schweitzer
I'm running Mapserver 5.4.1, drawing data from PostGIS/PostgreSQL, using WMS successfully with OpenLayers. I have tried to configure the same data as WFS, and am trying to debug using uDig. Through helpful advice from the udig-users list, I now question my use of the gml_geometries and

RE Rép. : [mapserver-users] color range mapping

2009-06-17 Thread Steve . Toutant
Thanks Simon, Where Is that documented? Is there more options available such as number of intervals? Steve Steve Toutant, M. Sc. Analyste en géomatique Secteur environnement Direction des risques biologiques, environnementaux et occupationnels Institut national de santé publique du Québec 945,

Rép. : [mapserver-users] color range mapping

2009-06-17 Thread SIMON MERCIER
Hi steve, I use COLORRANGE with raster dataset and gives great results but never use it with vector dataset? LAYER NAME MNE_rouge GROUP OMBRAGE_ROUGE TILEINDEX F:\Data\MNEOMB20K\mne TILEITEM location TRANSPARENCY 40 TYPE RASTER PROCESSING SCALE=-63,1276 MAXSCALE

[mapserver-users] auto classification

2009-06-17 Thread Sydney Togarepi
i am trying to automatically classify population data without hardcoding the classes in the mapfile. i have tried to use this code below to classify: STYLE COLORRANGE 0 0 0 255 255 0 # black to yellow DATARANGE 0.0 100.0 RANGEITEM built_up_ END COLOR 100 255 0 pliz assist

Re: RE Rép. : [mapserver-users] color range mapping

2009-06-17 Thread Alexander Petkov
On Wed, Jun 17, 2009 at 11:41 AM, steve.tout...@inspq.qc.ca wrote: Thanks Simon, Where Is that documented? Is there more options available such as number of intervals? Steve Steve Toutant, M. Sc. Analyste en géomatique Secteur environnement Direction des risques biologiques,

[mapserver-users] auto classification

2009-06-17 Thread Sydney Togarepi
Thanks Alex,but already in you mapfile you have already created and limited it to 4 classes. is it not possible to extract the min and max attribute values for the data and use these to classify the data and render it as well ___

Re: [mapserver-users] HTML Legend vs Transparency in Layer

2009-06-17 Thread Richard Greenwood
I've run into exactly the same thing. I don't have any workaround. Is it a bug that warrants a report? Rich On Wed, Jun 17, 2009 at 1:16 AM, Steven Lehrle...@erau.edu wrote: Hello all... When categorizing layers like zoning, I frequently use levels of transparency (obviously so people can