[mapserver-users] MapServer seems to always use GDAL driver with cascaded WMS (instead of AGG)

2010-04-27 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi, I have some troubles using AGG with cascaded WMS. I have my first mapfile that exposes WMS layers (MapServer is used as a WMS server and a WMS client ) : refs.map I have a second mapfile that contains a Postgis layer (this mapfile uses only MapServer as WMS server) : roads.map I'm using Map

[mapserver-users] WMS GetLegendGraphic truncated

2010-04-07 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi, I have some problems with WMS / GetLegendGraphic. The raster genered by mapserver is truncated. I haven't found a logic explanation to that behavior. It seems that the issue does not depend on the width of the CLASS NAME. It's not the first time I have this issue. Examples : http://mapserv

[mapserver-users]    Re: WMS GetfeatureInfo (GetMap Formats)

2010-04-05 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi, Thank you Daniel for you answer. I'll try your solution. Best regards Laurent ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] WMS GetfeatureInfo (GetMap Formats)

2010-04-02 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi, I have some problems with WMS / GetCapabilities responses . The format proposed in section GetMap are not really those that can provide MapServer. According to the documentation (http://mapserver.org/ogc/wms_client.html): "... Also note that WMS Servers only advertize supported formats th

[mapserver-users] WMS client and layers using different CRS namespace prefix

2009-01-30 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi list, I have a question about WMS Client behavior. I have already post this question in the OGC forum... but nobody answered ! I hope that someone of this MapServer Community has an opinion about it. In OpenGIS Implementation Specification documents, we can read : "Maps from multiples servers

[mapserver-users] Re: Reg: QueryMap(Zoom To Shape) with Mapserver, PostgreSql/PostGIS (Venkat Rao Tammineni)

2008-08-07 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi, You should try something like : DATA "the_geom FROM (select * FROM rgp_gis_continent) as foo USING UNIQUE gid USING SRID=-1" Regards Laurent Le 07/08/2008 13:37, > [EMAIL PROTECTED] (par Internet, dépôt [EMAIL PROTECTED]) a écrit : Send mapserver-users mailing list submissions to

[mapserver-users] WMS filter with PropertyIsLike/matchCase doesn't work

2008-08-06 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi list, I have to make WMS and WFS CaseInsensitive requests. In this example I use a TAB file and I search a city with its name. I have a city called milla. In the TAB file the data is : Milla I have tried WMS request with filter/PropertyIsEqualTo/matchCase and it works fine ! http://localhos

[mapserver-users] WFS GetFeature with PostGIS database : the PostGIS request is not well formated (with string fields that contains only numbers)

2008-07-24 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi List, I have a PostGIS database. I have a point table representing plots. I have to select a plot using several fields : * num_dep (string) : departement code, * nom_com (string) : city name, * section (string) : section number, * numero (string) : plot number. I use MapServer 4.

[mapserver-users] WFS/GetFeature requests with cascaded layers

2008-07-02 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi list, I have read that MapServer 5.2 fixes the problem with WMS GetFeatureInfo request with cascaded layer (cf. http://trac.osgeo.org/mapserver/ticket/1617). But I have to request cascaded layers with WFS/GetFeature requests. I have tried but nothing happened... Is it possible ? How ? I ho

Re: [mapserver-users] GetFeatureInfo from PostGis database

2008-06-30 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
t gid, numero, feuille, the_geom FROM localisant) as foo USING UNIQUE gid USING SRID=27582" and try to use EPSG:27572 as 27582 is deprecated. Regards, GUillaume SAEZ Laurent - CETE Méditerr./DI/ETER a écrit : Hi, I've tried to use the gid column, but the getfeatureinfo reports me

Re: [mapserver-users] GetFeatureInfo from PostGis database

2008-06-30 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
gid. Thanks Le 30/06/2008 19:49, > Bart van den Eijnden (OSGIS) (par Internet) a écrit : You shouldn't use the geometry column as the unique column (USING UNIQUE X). Try an integer type column for that. Best regards, Bart SAEZ Laurent - CETE Méditerr./DI/ETER wrote: Hi li

[mapserver-users] GetFeatureInfo from PostGis database

2008-06-30 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi list, I'm trying to access data fields using getfeatureinfo from a PostGIS database. I've read some articles about it, but it seems that I'm a newbie. I've no problem with data access when I do some getmap requests. Here is a part of my mapfile : LAYER NAME

[mapserver-users] GetFeatureInfo XML result is not encoded at all

2008-06-25 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi list, I have : * mapserver 4.99, * a mapfile utf-8 encoded, * a mapinfo file create on windows (encoding cp1252). Extract of my mapfile (utf-8 encoded) : "... METADATA (of the map block) ... WMS_ENCODING "UTF-8" END ... METADATA (of my layer) WMS_TITLE "TRONCON_ROUTE par Class

Re: [mapserver-users] Expression encoding must be in the same encoding than the data

2008-06-25 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
r Internet) a écrit : Hi, It seem you should have libiconv compiled in, and specify the encoding in the label definitions, like: LABEL ... ENCODING ISO-8859-1 END Best regards, Tamas 2008/6/25 "SAEZ Laurent - CETE Méditerr./DI/ETER" <[EMAIL PROTECTED]>: Hi list, Encod

[mapserver-users] Expression encoding must be in the same encoding than the data

2008-06-25 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi list, Encoding in expression is not very simple... I have : * mapserver 4.99, * a mapfile utf-8 encoded, * a mapinfo file create on windows (encoding cp1252), * one class using a field which contain this value : "Départementale". If I write in the mapfile the following expression

[mapserver-users] VRT into a symbol definition

2008-06-23 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi list, I've tried to use VRT files into a symbol definition, but it doesn't work. It will be fine. I've to reproduce MapInfo® hatches. MapInfo® uses raster to make hatches. I've recovered all the raster. But I need to reproduce all front colors and all background colors. So, I've tried to ma

[mapserver-users] VRT into a symbol definition

2008-06-20 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi list, I've tried to use VRT files into a symbol definition, but it doesn't work. It will be fine. I've to reproduce MapInfo® hatches. MapInfo® uses raster to make hatches. I've recovered all the raster. But I need to reproduce all front colors and all background colors. So, I've tried to ma