Re: [mapserver-users] GetFeatureInfo using MySQL join - additional info about segmentation fault

2011-09-14 Thread Dejan Gambin
Another thing - I tried this on another machine. I get this: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x 0x7fff88337c00 in strlen () (gdb) bt #0 0x7fff88337c00 in strlen () #1 0x0001cf77aa67 in msPOSTGRE

[mapserver-users] MapServer tiles under Tux

2011-09-14 Thread Eduardo Kanegae
hi there, has anyone tried to host MapServer generated tilesets using Tux http server instead of using Apache? The platform I was thinking is to use Apache for hosting server languages (PHP, Python, Java) + MapServer CGI/MapScripts + cache devices and Tux for hosting generated tilesets. tha

[mapserver-users] Yellow lines over generated image

2011-09-14 Thread Pete Deffendol
Hi, I'm doing development using Mapserver in the following environment: * Mac OS X Lion * Mapserver 6.0.1 * PHP 5.3.6 (shipped with Mac OS X) My generated image, using PHP Mapscript to load a mapfile and adjust layer visibility, has vertical yellow lines overlaying it in seemingly random places

Re: [mapserver-users] RE: mapserver 6.0.1 and cairo SVG

2011-09-14 Thread Rahkonen Jukka
Hi, This requests shows me a map on a browser: http://188.64.1.61/cgi-bin/ms_ows?&REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&WIDTH=1059&HEIGHT=653&LAYERS=borders&TRANSPARENT=TRUE&FORMAT=image%2Fsvg%2Bxml&BBOX=2189023.591117917,6540740.0,4199096.408882082,7780190.0&SRS=EPSG:2393&STYLES= I do not ha

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

2011-09-14 Thread Tonton
YES ! thanks you On Wed, Sep 14, 2011 at 5:01 PM, Meine Toonen wrote: > ** > Just as the error says: you have to include the "layer" parameter, instead > of the "layerS" parameter. So change layers to layer and you should be fine. > > Met vriendelijke groet, > > Meine Toonen > B3Partners BV > Tel

[mapserver-users] msTileCacheLoadConfig(): config file (null) specified in MS_TILECACHE_CONFIG_FILE not found

2011-09-14 Thread PORTER . DANIEL
I'm trying to suppress this error: [Wed Sep 14 10:51:38 2011] [error] [client 127.0.0.1] msTileCacheLoadConfig(): config file (null) specified in MS_TILECACHE_CONFIG_FILE not foundmsTileCacheLoadConfig(): no configuration file found.msTileCacheDispatchRequest(): failed to load tilecache configur

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

2011-09-14 Thread Meine Toonen
Just as the error says: you have to include the "layer" parameter, instead of the "layerS" parameter. So change layers to layer and you should be fine. Met vriendelijke groet, Meine Toonen B3Partners BV Tel: 030 214 2083 _ From: Tonton [mailto:to.ton...@gmail.com] To: mapserver-users [m

[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 http://192.168.12.60/cgi-bin/mapserv?map=/var/www/geomod/mapfile/29411.map&SLD=http://192.168.12.60/media/sld/29411.sld&LAYERS=29411&FORMAT=image/png&TRANSPARENT=true&VISIBILITY=t

[mapserver-users] RE: mapserver 6.0.1 and cairo SVG

2011-09-14 Thread Raivo Alla
Thanks! A step forward! This way it suggest me to declare TEMPLATE in the WEB section. Hence the question: how should I put this SVG output file in html template? SVG file itself was generated in TMP folder, filename contains randomly generated numbers... I would like the browser to display the SV

[mapserver-users] Generic template for WMS GetFeatureInfo

2011-09-14 Thread Hollingbery, Julian
Hi list, I too want to serve GetFeatureInfo requests. However, I wonder if it is necessary to have a template per layer, when all I want to do is "show all attribute values in a HTML table". The thing is, I have a handful of services with approx. 40 layers in each. Each layer has on average a doze

Re: [mapserver-users] mapserver 6.0.1 and cairo SVG

2011-09-14 Thread Rahkonen Jukka
Hi, Works as an url encoded format=image%2Fsvg%2Bxml from browser. I do not know if this is how it should be, though. -Jukka Rahkonen- Lähettäjä: mapserver-users-boun...@lists.osgeo.org [mapserver-users-boun...@lists.osgeo.org] käyttäjän Raivo Alla [snaper...@g

Re: [mapserver-users] GetFeatureInfo using MySQL join - additional info about segmentation fault

2011-09-14 Thread Dejan Gambin
I tried debugging with gdb but only get this: Program received signal SIGTRAP, Trace/breakpoint trap. 0x7f8b8d76c8b7 in ?? () from /lib64/ld-linux-x86-64.so.2 and with backtrace (bt): #0 0x7f8b8d76c8b7 in ?? () from /lib64/ld-linux-x86-64.so.2 #1 0x7f8b8d75b1bc in ?? () from /lib64

Re: [mapserver-users] GetFeatureInfo using MySQL join - additional info

2011-09-14 Thread Dejan Gambin
I have found "Segmentation fault" message in apache error.log each time I run GetFeatureInfo with MySQL join. No problem with PostgreSQL :-( Any clue? Should I report it as a bug? dejan On 13. ruj. 2011., at 22:51, Dejan Gambin wrote: > Of course. And everything works when using ogrinfo for exa