Re: [mapserver-users] TinyOWS wrong call in OpenLayers - 'InvalidParameterValue' - XML request isn't valid

2012-10-25 Thread Riccardo Gaeta
Yes, now I get: {type: FeatureCollection, crs:{type:name,properties:{name:urn:ogc:def:crs:EPSG::3857}}, features: [{type:Feature, properties:{gid: 1, id_posto: 25, id_servizi: 2, n_posto: 1}, geometry:{type:Point,bbox:[1572057,5243856,1572057,5243856],coordinates:[1572057,5243856]}} ,]} Look

Re: [mapserver-users] Problem with WFS Intersects filter on oraclespatial datasource

2012-10-25 Thread Ludovic Gnemmi
Hi List, I always look for an explanation for my problem: Checking deeper in my logs i have found out that : - When using wfs gml:Polygon filter requests, polygon geometry is not passed to oracle SQL query. Mapserver simply send default layer extent to oracle. Which significantly increases the

Re: [mapserver-users] Problem with WFS Intersects filter on oraclespatial datasource

2012-10-25 Thread Rahkonen Jukka
Ludovic Gnemmi wrote: Hi List, I always look for an explanation for my problem: Checking deeper in my logs i have found out that : - When using wfs gml:Polygon filter requests, polygon geometry is not passed to oracle SQL query. Mapserver simply send default layer extent to oracle.

[mapserver-users] Building mapserver from sources

2012-10-25 Thread Sowmya Tiramdasu
Hi, I am trying to build mapserver from sources. I am following the instructions given in this article. I am trying to build on a windows 7 ,64 bit machine. http://geographika.co.uk/building-mapserver-mapscript-on-windows I am getting fatal error ads follows: Could Not Find

Re: [mapserver-users] Building mapserver from sources

2012-10-25 Thread Sowmya Tiramdasu
Hi, Here is the exact log entries while trying to build my mapserver. xcopy /Y *.exe D:\MapServer\release-1600\bin\ms\apps D:legend.exe D:mapserv.exe D:msencrypt.exe D:scalebar.exe

Re: [mapserver-users] 8 bit versus 24 bit output in MapServer 6.x

2012-10-25 Thread Richard Greenwood
For what it's worth: https://github.com/mapserver/mapserver/issues/4512 Rich On Tue, Oct 23, 2012 at 7:30 PM, Stephen Woodbridge wood...@swoodbridge.com wrote: On 10/23/2012 4:31 PM, Richard Greenwood wrote: All - I've have always used 8 bit GIFs because they are generally the smallest. I

[mapserver-users] Building Mapserver with Memcachr Capability

2012-10-25 Thread Wyatt Davis
Hello everyone, I am currently trying to build Mapcache from source with Memcache caching capabilities. The problem I am having is that when configuring Mapcache I receive this warning: configure: WARNING: supplied apr-util does not contain memcache functions. Memcache backend disable I have

[mapserver-users] WMS server error. Invalid layer(s) given in the LAYERS parameter.

2012-10-25 Thread Mike Stoddart
I'm using MapServer 6.0.1 on Fedora 16 and I'm having a weird layer issue. We're trying to port our application from MapServer 5 - 6 and we're seeing the error: WMS server error. Invalid layer(s) given in the LAYERS parameter. I can re-create the problem using Python MapScript and an example map

Re: [mapserver-users] WMS server error. Invalid layer(s) given in the LAYERS parameter.

2012-10-25 Thread Rahkonen Jukka
Hi, Perhaps you have not added ows_enable_request * into your mapfile. Search and read the migration guide if this happens to be the reason for the trouble. Mapserver web site should be updated at least. -Jukka Rahkonen- Mike Stoddart wrote: I'm using