RE: [mapserver-users] Runtime Substitution bug

2011-09-16 Thread Nicolas BOUTET
Hi Steve, If I remove the substitution variable and replace it by a value, it doesn’t matter if there is a space or not. I also tried with some others SQL statements where the substitution variable is not at the end of the SQL String. There is no problem with those SQL Statements. Nicolas

[mapserver-users] mapserver scalebar

2011-09-16 Thread Lars Lingner
Hello, I have an issue with the mapserver scalebar. Hopefully it is just my understanding thats wrong. My data is epsg:4326 which is also used for displaying the map requested via wms. When I embed a scalebar, the length of it isn't correct. It show an value about as twice (200+ meter) the

Re: [mapserver-users] mapserver scalebar

2011-09-16 Thread Rahkonen Jukka
Hi, A meter based scalebar cannot work very well with epsg:4326 because the more north you go the narrower is the 1 degree slice in east-west direction. Therefore you will have a different scale in the top of the map and in the bottom. Some estimate could be done according to the latitude in

RE: [mapserver-users] Runtime Substitution bug

2011-09-16 Thread Steve . Toutant
Have a look at this ticket http://trac.osgeo.org/mapserver/ticket/3999 Perhaps it is a similar issue. Maybe try to change your variable name idblock Nicolas BOUTET nicolas.bou...@geosys.com@lists.osgeo.org Envoyé par : mapserver-users-boun...@lists.osgeo.org 2011-09-16 03:37 A 'Steve Lime'

[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

2011-09-16 Thread Rahkonen Jukka
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- Lähettäjä: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Puolesta

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] can't display 3d point mapserver

2011-09-16 Thread Paul Alarcon
Hello ervyone im trying to dsiplay a 3d point loaded into a postgius database using shp2pgsql-gui from postgis, when i use a shp2img to test the image it' doesnt display anything here is my mapfile declaration LAYER NAME policia TYPE point CONNECTIONTYPE postgis