[mapserver-users] algorithm for line offset (-99 value)

2014-07-07 Thread Peter Maes
Hi, In the past we only rendered image tiles for roads, where we need the 2 lanes to be drawn separately. For this we've been using the -99 value offset parameter. However, now we need to use mapserver wfs on the vector side and do this line offset on the client. Can anyone point me to the

Re: [mapserver-users] apache module - mapserver

2013-01-23 Thread Peter Maes
Thanks for the info. I had tried it and I could get a simple ?mode=map from it that rendered my entire map. However anything else did not work for me. mode=tile, wms requests, etc. I didn't look further than that, so I'm just using it as cgi at the moment. However anything that might improve

[mapserver-users] apache module - mapserver

2013-01-18 Thread Peter Maes
Hi, I noticed during compilation of mapserver 6.2 that there is an apache module as well. I've ran the configure/make/make install dance, as well as make install-module. I see with httpd -M that the module is loaded. However, which parameters do i need to pass to httpd.conf for the module to

[mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread Peter Maes
Hello, I'm trying to run mapserver on nginx (fastcgi), but after 2 days booked little success. 1. I've compiled mapserv with fastcgi support and validated this 2. I created a spawn-fcgi startup script based on this : http://osgeo-org.1560.n6.nabble.com/Mapserver-on-nginx-td4226669.html It now

Re: [mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread Peter Maes
6.2 (current git master) has been refactored to greatly minimize the exit() occurences (basically only on memory allocation errors) -- thomas On Fri, May 11, 2012 at 10:42 AM, Peter Maes thx...@gmail.com wrote: Hello, I'm trying to run mapserver on nginx (fastcgi), but after 2 days booked

Re: [mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread Peter Maes
Also, nginx isnt calling my spawn script. Is that normal? Otherwise the process would restart. But once it dies (the one i executed on the shell) it doesnt startup the script anymore. 2012/5/11 Peter Maes thx...@gmail.com Hi, Thanks again for your answer Thomas. I have seen that issue

Re: [mapserver-users] nginx/fastcgi/mapserver

2012-05-11 Thread Peter Maes
SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE And that seems to work perfectly :). Thanks for your help. 2012/5/11 thomas bonfort thomas.bonf...@gmail.com On Fri, May 11, 2012 at 11:32 AM, Peter Maes thx...@gmail.com wrote: Hi, Thanks again for your answer

[mapserver-users] Scale changes to mapserver 6.1-dev

2012-05-11 Thread Peter Maes
Hi, Did something change in regards to the scales? I took an existing mapfile config (that worked fine on mapserver 6.0) and ran that now with 6.1-DEV. However i get repeated messages stating: msLayerIsVisible(): Skipping layer (L1) because LAYER.MAXSCALE is too small for this MAP scale When I

[mapserver-users] Re: Scale changes to mapserver 6.1-dev

2012-05-11 Thread Peter Maes
When I run the mapfile with shp2img i get proper results. So in all likelyhood it will have to do with mode gmaps. I'll give a try with wms in the mean while. It seems as if for some reason i get the entire map rendered, for every tile requested. 2012/5/11 Peter Maes thx...@gmail.com Hi

[mapserver-users] Build error mapserver in shp2img - undefined reference

2012-05-10 Thread Peter Maes
I'm getting this error: gcc -c -O2 -fPIC -Wall -DNDEBUG-DHAVE_VSNPRINTF -DNEED_STRLCPY -DNEED_STRLCAT -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_LIBXML2 -DUSE_WFS_SVR -DUSE_WMS_SVR-DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_THREAD -DUSE_PROJ-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG

Re: [mapserver-users] Build error mapserver in shp2img - undefined reference

2012-05-10 Thread Peter Maes
regards, P. 2012/5/10 thomas bonfort thomas.bonf...@gmail.com You're building with a custom libpng and the system libgd (linked to the system libpng),which is bad. try with --with-gd --with-png alone, after maybe apt-installing libpng-dev -- thomas On Thu, May 10, 2012 at 11:21 AM, Peter

[mapserver-users] Mapserver on nginx

2012-01-19 Thread Peter Maes
Does anyone have a working config of mapserver on nginx? I would be grateful if someone could past the relevant bits! ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Mapserver performance on apache - heavy load systems

2011-12-12 Thread Peter Maes
Of *Peter Maes *Sent:* Friday, December 09, 2011 6:31 AM *To:* mapserver-users@lists.osgeo.org *Subject:* [mapserver-users] Mapserver performance on apache - heavy load systems ** ** Hi all, ** ** We are planning to launch a major mapserver production site where i'm required

[mapserver-users] Mapserver performance on apache - heavy load systems

2011-12-09 Thread Peter Maes
Hi all, We are planning to launch a major mapserver production site where i'm required to launch many mapserver instances in some form of cluster. So I basically have some questions related to this: - Does anyone have good tips on performance for running mapserver on apache? - Any specific