[mapserver-users] USING UNIQUE with multiple fields

2011-03-29 Thread geographika
Hi /[Message resent as it got added to a previous discussion - thanks ThunderBird..]/ I have a feature table which I'm serving out as a WFS. It has a two column unique index - is there support for this in a LAYER definition in a mapfile? E.g. DATA GEOM from mytable USING SRID=29902 USING

Re: [mapserver-users] USING UNIQUE with multiple fields

2011-03-29 Thread Rahkonen Jukka
Hi, If you won't get any better advice, try a workaround by combining the primary key columns into single one be creating a view. -Jukka Rahkonen- geographika wrote: Hi [Message resent as it got added to a previous

Re: [mapserver-users] USING UNIQUE with multiple fields

2011-03-29 Thread Tamas Szekeres
Hi, That is not possible, the feature ID must be an integer field with the current implementation. Best regards, Tamas 2011/3/29 geographika geograph...@gmail.com Hi I have a feature table which I'm serving out as a WFS. It has a two column unique index - is there support for this in a

RE: [mapserver-users] MapServer CGI Controls doc web page

2011-03-29 Thread Lime, Steve D (DNR)
I really don't know. Perhaps other devs with experience with extended character sets might have some thoughts... Steve From: mapserver-users-boun...@lists.osgeo.org [mapserver-users-boun...@lists.osgeo.org] On Behalf Of Rahkonen Jukka

Re: [mapserver-users] MapServer CGI Controls doc web page

2011-03-29 Thread Stephen Woodbridge
Steve L, I'm not sure but my guess is that we would need to look at: 1. What support pcre or re has for extended character or UTF8 support 2. Make sure the the parser can collect those characters 3. maybe decide if we want to optionally support auml;aring;ouml; sequences in the mapfile/CGI and

[mapserver-users] Re: Restrict WMS operations

2011-03-29 Thread aznan
Hi! I finally got around to trying out Mapserver 6 beta 3. When adding this line to the map file: wms_enable_request GetCapabilities GetMap requests other than the two mentioned return a ServiceException, which is great, but the other operations still show up in the GetCapabilities response. Is

Re: [mapserver-users] Re: Restrict WMS operations

2011-03-29 Thread Alan Boudreault
Hi aznan, This modification has been added last week. It will be in the beta 4 release. Thanks, Alan On March 29, 2011 10:51:08 am aznan wrote: Hi! I finally got around to trying out Mapserver 6 beta 3. When adding this line to the map file: wms_enable_request GetCapabilities GetMap

[mapserver-users] Overriding MapServer Map File DATA parameter

2011-03-29 Thread Asad Ullah
List, I am trying to override virtual raster (.vrt) file defined in mapfile with a different one from a list of vrt files. I am using Opnelayers and Mapserver 5.6.6 to create map. In Openlayers, I have tried: var Terra250tif = new OpenLayers.Layer.MapServer( Terra250m_bands1-4-3,

[mapserver-users] RE: Overriding MapServer Map File DATA parameter

2011-03-29 Thread Lime, Steve D (DNR)
You need to set a validation pattern to muck with the DATA attribute. You'd add something like this to your layer definition: VALIDATION 'data' '^terr_.*\.vrt$' END Steve From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Asad Ullah

[mapserver-users] FOSS4G 2011 call for papers reminder

2011-03-29 Thread Lime, Steve D (DNR)
From the FOSS4G conference folks... Steve Hello everyone, This is just a friendly reminder that the call for papers for FOSS4G 2011 in Denver closes on April 15, so you have a little over two weeks to get abstracts in. The call for presentations is at http://2011.foss4g.org/presentations/. In

RE: [mapserver-users] Too many open files...

2011-03-29 Thread Lee Meilleur
The problem ended up being an issue with ulimit, the parameters I entered were not taking. I found the page below which seems to have resolved the issue. Thanks again for all of the suggestions. http://www.xenoclast.org/doc/benchmark/HTTP-benchmarking-HOWTO/node7.html Lee -Original

[mapserver-users] WFS Intersect with gml:box

2011-03-29 Thread Joaquín Rodriguez-Guerra Urcelay
Hello list, I am using a desktop GIS applicatin (uDig) to connect mapserver and display some wfs layers and I am having some trouble when uDig tries to filter features by bounding box. uDig sends a intersects spatial filter to obtain features in a bounding box:

Re: [mapserver-users] WFS Intersect with gml:box

2011-03-29 Thread Rahkonen Jukka
Hi, Have you copied the uDig request right? I suppose the filter is ogc:Intersect/. At leas my Geoserver sends that in the GetCapabilities. For information, wile using box is OK with WFS 1.0.0, some old deegree based WFS clients (OpenJUMP WFS plugin at least) are offering the box also with

RE: [mapserver-users] WFS Intersect with gml:box

2011-03-29 Thread Joaquín Rodriguez-Guerra Urcelay
Hi Jukka, My mapserver's GetCapabilities also sends ogc:Intersect, but somehow it is also accepting Intersects ( I dont know which one is the standar, but it seems like geotools uses intersects) http://localhost:8080/cgi-bin/mywfs?WIDTH=512SERVICE=WFSVERSION=1.0.0REQUEST=GetCapabilities

[mapserver-users] how to create symbol on the START and END of a line

2011-03-29 Thread Juan Carlos Monestel
Hello everyone, I'm trying to put/create a symbol on the START and END of a line. Making some research I found the STYLE GEOMTRANSFORM start|end that represent exactly what i want but there is a problem I'm using Mapserver 4.x and it only works for versions over 5.4. I was trying to draw

Re: [mapserver-users] how to create symbol on the START and END of aline

2011-03-29 Thread Rahkonen Jukka
Hi, You may not like this, but anyway... Have you considered updating? Mapserver 6.0 is in beta phase and I fear you are all alone with 4.x even now. -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: mapserver-users-boun...@lists.osgeo.org puolesta: Juan Carlos Monestel Lähetetty: ti

RE: [mapserver-users] how to create symbol on the START and END of aline

2011-03-29 Thread Juan Carlos Monestel
Hi Jukka Rahkonen I can't consider to update the version right now because there is an application running on it... Does anybody body have another idea or solution for version 4.x? -Original Message- From: Rahkonen Jukka [mailto:jukka.rahko...@mmmtike.fi] Sent: Tue 3/29/2011 4:04 PM

Re: [mapserver-users] WFS Intersect with gml:box

2011-03-29 Thread Yewondwossen Assefa
Hi, I did check that and It was not working for me either. It is now fixed in trunk and also in the 5.6.x branch. I have added a bug http://trac.osgeo.org/mapserver/ticket/3789[1] on it, so if you have the chance to build from source, please give it a try and update the bug. best regards,

Re: [mapserver-users] USING UNIQUE with multiple fields

2011-03-29 Thread geographika
Thanks Tamas and Jukka for you replies. I'll be able to work around it with a view as suggested. It would be good to clarify the USING UNIQUE clause somewhere in the docs. -- web:http://geographika.co.uk twitter: @geographika On 29/03/2011 12:39, Tamas Szekeres wrote: Hi, That is not