[mapserver-users] RE runtime-substitution on GetFeatureInfo request

2013-01-22 Thread Steve . Toutant
What kind of trouble exactly? Do you have a Validation block in your layer definition? Andrea Peri @lists.osgeo.org Envoyé par : mapserver-users-boun...@lists.osgeo.org 2013-01-21 19:26 A mapserver-users@lists.osgeo.org cc Objet [mapserver-users] runtime-substitution on GetFeatureInfo reque

Re: [mapserver-users] apache module - mapserver

2013-01-22 Thread Lime, Steve D (DNR)
Is this functionality documented someplace? I couldn't find anything. -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Eichner, Andreas - SID-NLKM Sent: Friday, January 18, 2013 3:41 AM To: Peter Maes; mapserve

Re: [mapserver-users] Comparaison date

2013-01-22 Thread codelf
Hi Steve, Thanks for your answer, these precisions are very useful. In my case (calculating a number of day),I think it will be better to create (/update) this value in the database and apply a thematic with CLASS EXPRESSIONS rather than using Mapserver to calculate on the fly in SELECT statement

[mapserver-users] WFS GetFeature with filter for multiple layers

2013-01-22 Thread Arjen de Korte
Hi all, I'm having a problem with Mapserver 5.2.1 and WFS GetFeature requests: when I do a GetFeature request with an OGC filter for more than one layer, I only get results for the first layer. I found a description of the issue here: https://github.com/mapserver/mapserver/issues/3584. It says the

[mapserver-users] RE runtime-substitution on GetFeatureInfo request

2013-01-22 Thread Andrea Peri
Hi, thx for response. No I not define any validation block. I'm try to test if it work before to apply a validation block. I try to apply a FILTER like this: FILTER "VOLO_N = 3 and (FILESTAMPE like '%IDTPN%' )" the goal is to obtain that on a GetFeatureInfo request where the response withou

[mapserver-users] RE RE runtime-substitution on GetFeatureInfo request

2013-01-22 Thread Steve . Toutant
http://mapserver.org/cgi/runsub.html#validation Because runtime substitution affects potentially sensitive areas of your mapfile such as database columns and filenames, it is mandatory that you use pattern validation (since version 6.0) Whatever you are trying to do it won't work until you have

[mapserver-users] Fwd: FW: Extent query in getCoverage request with PostGIS-Raster data

2013-01-22 Thread Jean-François Bourgon
Hi, I published a Postgis-raster table as a Mapserver WCS layer using gdal-1.10dev driver. I'm getting the expected result as output of my Getcoverage query but I'm concerned by the time required to extract the data. It takes about 3 minutes to extract a 4800 x 4800 pixels area. I looked at the SQ

Re: [mapserver-users] WFS GetFeature with filter for multiple layers

2013-01-22 Thread Lime, Steve D (DNR)
Are you stuck running such an old version? -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Arjen de Korte Sent: Tuesday, January 22, 2013 10:45 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users]

Re: [mapserver-users] RE RE runtime-substitution on GetFeatureInfo request

2013-01-22 Thread Andrea Peri
Hi, really many thx for help. I don't notice the mandatory of validation block. Now it work very well. Regards, Andrea Peri 2013/1/22 > > http://mapserver.org/cgi/runsub.html#validation > Because runtime substitution affects potentially sensitive areas of your > mapfile such as database co

Re: [mapserver-users] apache module - mapserver

2013-01-22 Thread Eichner, Andreas - SID-NLKM
> Is this functionality documented someplace? I couldn't find anything. Not that I'm aware of. This info has been grabbed from source. I've seen that Thomas Bonfort has done some work to handle more generic requests instead of only WxS. Although he has prepared msModuleLoadMap() at line 322 he st