Re: [mapserver-users] how generate web part of mapfile with python mapscript

2011-12-01 Thread Tonton
On Thu, Dec 1, 2011 at 2:51 PM, Frank Broniewski b...@metrico.lu wrote: Am 01.12.2011 13:43, schrieb Tonton: hello i try this map_obj.web.metadata.set('foo'**, 'bar') hth Frank Thanks it's a good way so it's work with no creation of webObj and there metadata

[mapserver-users] arround decimal for display label

2011-11-22 Thread Tonton
hello how to indicate the precision after coma to write a label or legend like the data is 25,75693 and display 27,75 . T. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] arround decimal for display label

2011-11-22 Thread Tonton
for. ** ** Steve ** ** ** ** *From:* mapserver-users-boun...@lists.osgeo.org [mailto: mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Tonton *Sent:* Tuesday, November 22, 2011 10:52 AM *To:* mapserver-users *Subject:* [mapserver-users] arround decimal for display label

Re: [mapserver-users] mapscript help

2011-11-17 Thread Tonton
On Wed, Nov 16, 2011 at 5:12 PM, Lime, Steve D (DNR) steve.l...@state.mn.us wrote: There’s not a straight mapping of mapfile parameter syntax to mapscript syntax, especially where a mapfile parameter definition impacts multiple internal values. Try: ** ** anewmap.width = 640

[mapserver-users] mapscript help

2011-11-16 Thread Tonton
hello i am trying to use python mapscript to generate map file and it seems to be great but some synthax is not understanding by me .:( so to set with one argument is not complex like anewmap.maxsize = 2000 it is working but for anewmap.size = 640 480 or (640,480) or 640 480 the result is

[mapserver-users] SLD : hole in data and filter

2011-10-07 Thread Tonton
had to pictures to clarify my trouble the diff is to add or not to add a symbolizer whithout filter in last rule may someone help me about this ? Tonton attachment: hole0.jpgattachment: hole1.jpg___ mapserver-users mailing list mapserver-users

[mapserver-users] Image size out of range

2011-09-16 Thread Tonton
hello this is may error message msWMSLoadGetMapParams(): WMS server error. Image size out of range, WIDTH and HEIGHT must be between 1 and 2048 pixels. many times request ask for height=2052 how to change this setting for mapserver support height=2100px ? Regards T.

Re: [mapserver-users] Image size out of range (solved)

2011-09-16 Thread Tonton
Yes my trouble is solved thanks tonton On Fri, Sep 16, 2011 at 3:46 PM, Rahkonen Jukka jukka.rahko...@mmmtike.fiwrote: ** Hi, Add something like MAXSIZE 2500 into your mapfile at MAP level. It is also documented in http://mapserver.org/mapfile/map.html -Jukka Rahkonen

[mapserver-users] GetLegendGraphic with SLD missing mandatroy layer parameter

2011-09-14 Thread Tonton
hello i try to obtain legendgraphic from mapserv with a sld definition but it seems i forgot a parameter in my request

Re: [mapserver-users] GetLegendGraphic with SLD missing mandatroy layer parameter

2011-09-14 Thread Tonton
B3Partners BV Tel: 030 214 2083 -- *From:* Tonton [mailto:to.ton...@gmail.com] *To:* mapserver-users [mailto:mapserver-users@lists.osgeo.org] *Sent:* Wed, 14 Sep 2011 16:57:20 +0200 *Subject:* [mapserver-users] GetLegendGraphic with SLD missing mandatroy layer

[mapserver-users] GetLegendGraphics use

2011-08-11 Thread Tonton
hello i'd like to know how to use GetLegendGraphics in a sld file to obtain legend from ? Tonton ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] mapserver SLD element font style : underline

2011-06-30 Thread Tonton
hello i've the same trouble with halo and radius radius break halo definition but my question is about to underline font in label with SLD does sld:CssParameter name=font-styleunderline/sld:CssParameter should work ? i try in mapserver and on udig it is the same unworking . regards Tonton

[mapserver-users] mapserver SLD Scale

2011-06-30 Thread Tonton
hello i'd like to find sample for min/maxscale in a sld synthax and where to write it in the file for show label of point in different scale that seen label or together for first ;) regards tonton ___ mapserver-users mailing list mapserver-users

[mapserver-users] where is the line ?

2011-06-06 Thread Tonton
hello i receive a error from mapserver whith no documentation about : *loadSymbol(): Unknown identifier. Parsing error near (STYLE):(line 378)* i don't find docs about loadSymbol() and my mapfile have* 85 lines only * does someone understand which can be my error to have this error message.

[mapserver-users] where is the line ?

2011-06-06 Thread Tonton
-- Forwarded message -- From: Prabu Raja prab.r...@gmail.com Post your mapfile content, show that we can check what's wrong. euh # #debut du fichier # MAP NAME '28811' SIZE 640 480 UNITS METERS FONTSET './fonts/fonts.txt' SYMBOLSET './symbols/symbols.txt' EXTENT 4.65883541107178

Re: [mapserver-users] where is the line ?

2011-06-06 Thread Tonton
or seventh symbol in that file(./symbols/symbols.txt). On Mon, Jun 6, 2011 at 3:01 PM, Tonton to.ton...@gmail.com wrote: -- Forwarded message -- From: Prabu Raja prab.r...@gmail.com Post your mapfile content, show that we can check what's wrong. euh # #debut du fichier

[mapserver-users] msWMSDispatch(): WMS request not enabled

2011-06-06 Thread Tonton
today is my day !:0( so now i have new error message and seems whitout documentation on it msWMSDispatch(): WMS request not enabled. Check wms/ows_enable_request settings. ows_enable_request ? is the Status on from mapfile ? /usr/lib/cgi-bin/mapserv -v MapServer version 6.0.0 OUTPUT=GIF

Re: [mapserver-users] msWMSDispatch(): WMS request not enabled

2011-06-06 Thread Tonton
-web-services Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers On 6/6/11 7:05 AM, Tonton to.ton...@gmail.com wrote: today is my day !:0( so now i have new error message and seems whitout documentation on it msWMSDispatch(): WMS request not enabled. Check

[mapserver-users] sld sample

2011-06-06 Thread Tonton
hello demo server Temporarily Unavailable .. someone have this file ? http://demo.mapserver.org/ogc-demos/map/sld/sld_symbol_external.xml regards T. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

[mapserver-users] sld pointsymbolizer

2011-05-12 Thread Tonton
level or apache cgi option? regards tonton ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Re: sld pointsymbolizer

2011-05-12 Thread Tonton
ok it is solved pb with ogc:literal it is better whitout On Thu, May 12, 2011 at 3:20 PM, Tonton to.ton...@gmail.com wrote: hello i use sld to symbolize a wms layer the sld file is validate by udig to describe the same postgis sources but in the wms we don't see any point (i use well

[mapserver-users] PointSymboliser

2011-01-14 Thread Tonton
server error. Invalid SLD document how to validate sld file for mapserver ? Tonton ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Layer description

2010-12-07 Thread Tonton
it is about this error message that seems clear but i can't resolv ! !-- WARNING: Required Feature Id attribute (fid) not specified for this feature type. Make sure you set one of wfs_featureid, ows_featureid or gml_featureid metadata. -- i have to had something like Layer .. Metadata ..

[mapserver-users] how to use sld file with wms

2010-12-06 Thread Tonton
or include ? regards tonton ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] trouble with wfs

2010-12-03 Thread Tonton
hello i receive error message when i try this request http://192.168.12.60/cgi-bin/mapserv?map=/var/www/geomod/demo.mapTYPENAME=Stations_de_Bus_TCLSERVICE=WFSVERSION=1.0.0REQUEST=GetFeatureSRS=EPSG%3A2154BBOX=606718.21606768,6453456.066322,1087998.2160677,6593744.066322 no data but i saw in

[mapserver-users] numeric label without decimal ?

2010-06-04 Thread Tonton
and not decimal ? i haven't found it in mapserver documentation Tonton next the layer LAYER NAME LabelParcelle.shp DATA LabelParcelle.shp TYPE POINT DEBUG 5 DUMP TRUE LABELCACHE ON METADATA WMS_TITLE LabelParcelle.shp WMS_SRS EPSG

[mapserver-users] What is means wfs_featuresId

2010-05-19 Thread Tonton
i read Field to be used for the ID of the feature in the output GML in mapserver documentation Does it means any existing column name i want to use ? Thanks tonton ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http

[mapserver-users] how to know featureId from shape ?

2010-05-18 Thread Tonton
and where can i found it in my data ? Thanks ? tonton ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] WMS WFS config in the same mapfile ?

2010-05-18 Thread Tonton
hello it is ok for mapserver to have wfs and wms enable service in the mapfile in web and in each layer object? no conflict or latence ? thanks tonton ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman

[mapserver-users] add string before a label

2010-05-17 Thread Tonton
NAME LabelParcelle STYLE SYMBOL 7 SIZE 3 OUTLINECOLOR 255 0 0 COLOR 255 0 0 END LABEL TYPE BITMAP SIZE MEDIUM COLOR 0 0 0 End #LABEL END thanks Tonton ___ mapserver-users mailing list mapserver-users

[mapserver-users] Cent Os vs debian

2010-05-12 Thread Tonton
, but empty. :o( /var/www/cgi-bin empty (which not exist in ubuntu) may i have to link with cd /var/www/cgi-bin ln -s /usr/bin/mapserv mapserv ? and which user right on ? thanks tonton ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http

[mapserver-users] Re: Cent Os vs debian

2010-05-12 Thread Tonton
http://host/cgi-bin/mapserv? reply NOT FOUND instead of No query information to decode. QUERY_STRING is set, but empty. :o( Modify virtualhost config in /etc/httpd/conf/httpd.conf it's ok ___ mapserver-users mailing list

[mapserver-users] wms projection

2010-05-03 Thread Tonton
=m +no_defs is it a conversion rules ? thanks for your comment tonton ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Re: Invalid Layer(s) in Layer parameter

2010-04-29 Thread Tonton
Hello i try to make WebMapping with mapserver/Openlayer i meet some trouble with projection and extent because i have blank map in Qgis request it is working on SIS cardcorp *with getmap request * http://geomap/cgi-bin/mapserv?map=/var/www/geomod/test.mapSERVICE=WMSVERSION=