[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

[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

[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

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
) 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, Encoding in expression is not very

[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

Re: [mapserver-users] GetFeatureInfo from PostGis database

2008-06-30 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
: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 list, I'm trying to access data fields using

Re: [mapserver-users] GetFeatureInfo from PostGis database

2008-07-01 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
, 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 an error : Postgresql reports

[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

[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 !

[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] 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

[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 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 :

[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