[mapserver-users] SLD and GetLegendGraphic for raster data

2013-11-12 Thread Peisheng Zhao
We are using SLD to render raster data. The SLD looks like: ... It means: class 1: [pixel] >= -1 AND [pixel] < 0 with color ff class 2: [pixel] >= 0 AND [pixel] < 0.1 with color e5 class 3: [pixel] >= 0.1 AND [pixel] < 0.2 with color fff8c3 We can use the

Re: [mapserver-users] Mapcache error proxy curl with external WMS

2013-11-12 Thread thomas bonfort
The osgeo vmap wms service seems to be down for the time being, so with or without a proxy you won't be able to get anything other than an error. cheers, thomas On 12 November 2013 18:35, samuelm...@gmail.com wrote: > Hello, I get errors when trying to connect to a WMS through a proxy server. >

[mapserver-users] Mapcache error proxy curl with external WMS

2013-11-12 Thread samuelm...@gmail.com
Hello, I get errors when trying to connect to a WMS through a proxy server. I get the following error: curl failed to request url http://vmap0.tiles.osgeo.org/wms/vmap0?VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&STYLES=&BBOX=-187.031250,-97.031250,187.031250,97.031250&WIDTH=532&HEIGHT=276&FORMAT=im

Re: [mapserver-users] error with SQL query

2013-11-12 Thread Humberto Cereser Ibanez
Hi Luca, Em Ter, 2013-11-12 às 13:59 +0100, Luca Delucchi escreveu: > Hi all, > > I'm trying to use a "complex" SQL query on my layer but it return an > error. > My definition on the mapfile is > > grid_5x5.geom, grid_5x5.gid, count(occurrence.specie) AS count FROM > (occurrence JOIN grid_5x5 ON

Re: [mapserver-users] error with SQL query

2013-11-12 Thread Rahkonen Jukka
Hi, I am sure you will solve it by making a "simple" SQL query which works for you with your data and after that adding one piece at a time for making it more complex. At least you can then send youR next mail as "I had in my DATA 'this' and it worked but once I changed it to 'that' it stopped

[mapserver-users] error with SQL query

2013-11-12 Thread Luca Delucchi
Hi all, I'm trying to use a "complex" SQL query on my layer but it return an error. My definition on the mapfile is grid_5x5.geom, grid_5x5.gid, count(occurrence.specie) AS count FROM (occurrence JOIN grid_5x5 ON (st_intersects(occurrence.wkb_geometry, grid_5x5.geom))) WHERE specie='ursarc' GROUP

Re: [mapserver-users] [OT] Problem loading php5-mapscript

2013-11-12 Thread Lester Caine
Raffaele Morelli wrote: I've just moved over to using nginx and it's working fine but I know I added a couple of other packages previously http://maptools.org/ms4w/ content list is probably worth a scan. that's windows stuff, linux here :-) Ditto ... but the list of bits needed is

Re: [mapserver-users] [OT] Problem loading php5-mapscript

2013-11-12 Thread Raffaele Morelli
2013/11/12 Lester Caine > Raffaele Morelli wrote: > >> I am wonder if any of you using debian (testing) with php5.5.5 installed >> is >> having problems in loading php_mapscript.so >> >> No matter how I tried php error log always reports >> PHP Startup: Unable to load dynamic library >> '/usr/lib

Re: [mapserver-users] [OT] Problem loading php5-mapscript

2013-11-12 Thread Lester Caine
Raffaele Morelli wrote: I am wonder if any of you using debian (testing) with php5.5.5 installed is having problems in loading php_mapscript.so No matter how I tried php error log always reports PHP Startup: Unable to load dynamic library '/usr/lib/php5/20121212/php_mapscript.so' It would be n

[mapserver-users] [OT] Problem loading php5-mapscript

2013-11-12 Thread Raffaele Morelli
Hi, I am wonder if any of you using debian (testing) with php5.5.5 installed is having problems in loading php_mapscript.so No matter how I tried php error log always reports PHP Startup: Unable to load dynamic library '/usr/lib/php5/20121212/php_mapscript.so' System info: debian wheezy/testing

Re: [mapserver-users] interpolation maps

2013-11-12 Thread Frank Broniewski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I guess he means surface creation from point data, like the r.surf.* functions from GRASS - and no, that is afaik not possible with mapserver. But you could generate your map and save it as a tiff image and display that with mapserver. It could be pos