[mapserver-users] Using applySLD and generateSLD with Mapscript Python

2011-12-06 Thread Guillaume Sueur
Hi list, I'm playing with mapscript python and SLD files, and having some kinds of troubles. It seems that applySLD doesn't build an EXPRESSION tag for the CLASS it refers too. Starting from a mapfile with CLASS and EXPRESSION set, the SLD body generated is correct : Rule NameVELOV/Name

[mapserver-users] Re: Reloading MapCache configuration file on changes?

2011-12-06 Thread thomas bonfort
AFAIK, this isn't possible. Inside an apache module, the configuration is considered read-only as it is shared between multiple worker threads/processed spawned by httpd. apachectl configtest apachectl graceful will restart the server gracefully, i.e. without aborting ongoing requests, and will

[mapserver-users] PostGIS+Mapserver: i can't string points ST_MakeLine

2011-12-06 Thread Koba
Hi I have a problem: *Given:* A table in PostgreSQL, it fields gid, id, the_geom (point) ... records in a table about 200 000 *Objective:* to bring the two layers, one simply points in the second to connect the dots in a line The first layer to the output points works well here it is: But

[mapserver-users] mapcache_seed segmentation fault.

2011-12-06 Thread forums
Hi guys: I'm having trouble with mapcache_seed I get a segmentation fault, it appears to happen at line 626 http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapcache/src/mapcache_seed.c#L626 Warning messages from the compile process: mapcache_seed.c: In function 'cmd_recurse':

Re: [mapserver-users] mapcache_seed segmentation fault.

2011-12-06 Thread thomas bonfort
fixed. On Tue, Dec 6, 2011 at 15:41, forums for...@craniumjuice.com wrote: Hi guys: I'm having trouble with mapcache_seed I get a segmentation fault, it appears to happen at line 626 http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapcache/src/mapcache_seed.c#L626 Warning messages

Re: [mapserver-users] mapcache_seed segmentation fault.

2011-12-06 Thread forums
Thank you!! On Tue, Dec 6, 2011 at 8:45 AM, thomas bonfort thomas.bonf...@gmail.comwrote: fixed. On Tue, Dec 6, 2011 at 15:41, forums for...@craniumjuice.com wrote: Hi guys: I'm having trouble with mapcache_seed I get a segmentation fault, it appears to happen at line 626

[mapserver-users] Re: PostGIS+Mapserver: i can't string points ST_MakeLine

2011-12-06 Thread Koba
Tried advanced query is returned in the error and run it in the database manager, received the same storage error why he does not like the code in this place http://osgeo-org.1803224.n2.nabble.com/file/n7067254/ZqLNQfjV00GcMnzFoL58A.jpg -- View this message in context:

Re: [mapserver-users] Using applySLD and generateSLD with Mapscript Python

2011-12-06 Thread Guillaume Sueur
Actually, this only happens for POSTGIS layers and not for SHAPEFILE layers, and only with MapServer 6. I have filled a ticket. Best Guillaume Le 06/12/11 10:54, Guillaume Sueur a écrit : Hi list, I'm playing with mapscript python and SLD files, and having some kinds of troubles. It seems

[mapserver-users] Re: PostGIS+Mapserver: i can't string points ST_MakeLine

2011-12-06 Thread Ben Madin
From your online picture I can't see any instructions on how to manage the points etc: have you seen this post - it works for me every time! http://www.bostongis.com/postgis_makeline.snippet cheers Ben On 07/12/2011, at 1:00 AM, mapserver-users-requ...@lists.osgeo.org wrote: From: Koba