[mapserver-users] WFS query problem (MS 5.0)

2010-02-24 Thread Bart van den Eijnden
Hi list, I need someone with a good memory on Mapserver history :-) I am running into what I believe is an old bug in Mapserver WFS, unfortunately we are still running an old MS 5.0.0. When doing a WFS query and one of the layers returns an error (like no matching records found), no feature

Re: [mapserver-users] WFS query problem (MS 5.0)

2010-02-24 Thread Bart van den Eijnden
Hi James, all data sources are PostGIS. I am sure the WFS request is valid. It only happens if I click somewhere where one of the two layers has no data, if I click somewhere where both layers have data all is fine. Best regards, Bart On Feb 24, 2010, at 10:39 AM, James Perrins wrote: Hi

Re: [mapserver-users] WFS query problem (MS 5.0)

2010-02-24 Thread James Perrins
Hi Bart, I imagine you've thought of these (and from your post that you are sure that your WFS request is valid - and that it should be returning data) - but just in case: - Does this happen all the time - or only on some areas / requests ? We have had issues with certain more complex gemometry

[mapserver-users] Re: Highlighting symbols dynamically on a point layer using C# mapscript

2010-02-24 Thread sireesha
Thank you Tamas for the reply. I am not able to view the selected data with different symbol. i created a new layer layerObj layer = new layerObj(map); layer.name = test; layer.type = MS_LAYER_TYPE.MS_LAYER_POINT; layer.status =

[mapserver-users] Coordinates as labels

2010-02-24 Thread Erdem Guven
Hello, I use shp2img to render s57 files. I want use z coordinate of points as label data. Is there a way to do that? Erdem ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] HTML Legends - What Good Are They?

2010-02-24 Thread Bill Thoen
I've been searching the 'net and asking questions here for the last two days on HTML Legends, and outside of the standard MS documentation (which has some very confusing bits in it for one who's unfamiliar with the way it works) I've not found anything relevant on this topic except my own

[mapserver-users] ms4w, ArcSDE, NSTRING, iconv(), oops?

2010-02-24 Thread Russell McOrmond
This may sound familiar to a problem from last year... We have data stored in ArcSDE which we are accessing with Mapserver. Strings are encoded in NSTRING (wide, UTF-16 encoded, etc). Last year we had an issue on Linux where there was differences in the default endianness for the

[mapserver-users] Re: Reg:About Native Microsoft SQL Server 2008 Driver for MapServer

2010-02-24 Thread Kiks
A read-only, native MapServer driver that connects to Microsoft SQL Server 2008's spatial capabilities is available in MS4W as of version 2.3.0. Steps to Enable SQL Server 2008 Support in MS4W's MapServer The plugin exists in /ms4w/Apache/specialplugins/msplugin_mssql2008.dll Modify your SQL

Re: [mapserver-users] WFS query problem (MS 5.0)

2010-02-24 Thread Yewondwossen Assefa
Bart, I think It is this one: http://trac.osgeo.org/mapserver/ticket/2444. Patch is in the bug. best regards, Bart van den Eijnden wrote: Hi James, all data sources are PostGIS. I am sure the WFS request is valid. It only happens if I click somewhere where one of the two layers has no

[mapserver-users] ALIGN Label option

2010-02-24 Thread Simon Mercier
Hi, Does anybody have success with the ALIGN parameter assumed to be implement since 5.4? ( http://mapserver.org/development/rfc/ms-rfc-40.html#rfc40) I try with mapserver 5.6.1 on linux and via MS4W-beta10. This is my mapfile and still no success? I have found no example I do not see where I

Re: [mapserver-users] ALIGN Label option

2010-02-24 Thread thomas bonfort
the label block in http://code.google.com/p/mapserver-utils/source/browse/trunk/places.map is how the wrapping is done on city names on the map shown on the mapserver front page. as for your label block: * center must not be quoted, it's a keyword * maxlength 12 will not wrap many labels, unless

[mapserver-users] msplugin_mssql2008.dll plugin seems to work but I obtain a blank image

2010-02-24 Thread Kiks
Hi to all, I have imported in Sql Server 2008 spatial a shp file. Now, if I access the original shape file via WMS it works fine. This is the mapfile config relative to the working shp file: LAYER NAME ptcp TYPE POLYGON STATUS DEFAULT # CONNECTIONTYPE PLUGIN #PLUGIN

Re: [mapserver-users] msplugin_mssql2008.dll plugin seems to work but I obtain a blank image

2010-02-24 Thread James Perrins
Is it a projection issue - I have to do the below to get the geometry out correctly I think (at least it works!) CONNECTION server=JAMESIBM\sql2008;uid=test; pwd=test;database=Test; Integrated Security=false DATA geom from Wales USING UNIQUE OBJECTID USING

Re: [mapserver-users] ALIGN Label option

2010-02-24 Thread Simon Mercier
and keyword is never quoted... I should remember. Work great thk you 2010/2/24 thomas bonfort thomas.bonf...@gmail.com the label block in http://code.google.com/p/mapserver-utils/source/browse/trunk/places.map is how the wrapping is done on city names on the map shown on the mapserver

[mapserver-users] Re: [mapserver-dev] Reg:About Native Microsoft SQL Server 2008 Driver for MapServer

2010-02-24 Thread Tamas Szekeres
Venkat, The packages at http://vbkto.dyndns.org/sdk/ all contain the mssql 2008 plugin. You could also compile this dll easily by using the SDK package available from this site. Best regards, Tamas 2008/7/15 venkat ven.tammin...@gmail.com Dear All, I am Venkat.I am developing

RE: [mapserver-users] support of time and space tiling

2010-02-24 Thread Lime, Steve D (DNR)
I believe you can do this by using a tile layer with an explicit FILTER set for the temporal piece. So, If in your tile index you have a time attribute (or whatever you can do this): LAYER NAME 'tileindex' TYPE TILEINDEX ... FILTER 'limit tiles by attributes' END LAYER NAME

Re: [mapserver-users] HTML Legends - What Good Are They?

2010-02-24 Thread Chris Garrard
Bill, I have some apps that use HTML legends and custom metadata variables. See http://earth.gis.usu.edu/utah/advanced.phtml for one. The groups of data are collapsible, and I also use metadata to figure out which ones should have legends shown in the TOC, which ones should have links to

[mapserver-users] Translate MapServer Doc into french

2010-02-24 Thread Yves Jacolin
Hello, What is the process to translate the documentation into french? Does someone began to work on this? Thanks, Y. -- Yves Jacolin Responsable Formation et Support Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 26 57 98 Fax : 04 79 70 15 81

[mapserver-users] Find mailing list info

2010-02-24 Thread Yves Jacolin
Hello, Just a question about mailing list. From the main page of mapserver.org, how can I find information about mailing list whitout doing a search? I find it at the end of the doc which doesn't seem to me the best location. Thanks, Y. -- Yves Jacolin Responsable Formation et Support