[mapserver-users] PHP Mapscript styleObj implementation broken?

2019-01-24 Thread Nicol Hermann
Hello, I have huge difficulties to use the styleObj in PHP MapScript (Mapserver 7.3-dev, PHP 7.1). I am struggling with the setPattern() method and the linecap property. If I am using $styleObj-> setPattern( array( 8.0, 12.0) ); this gets translated to the following MapFile syntax PATTERN 462069

Re: [mapserver-users] PHP Mapscript rendering incorrect/old? images

2019-01-24 Thread Jeff McKenna
It fails by your PHP script by commandline, and also in your browser? That can help narrow down the issue I think (calling 'php myfile.php' at commandline, and also in browser). I have hit this before. You can look more into that ob_clean() and its related flush commands (there are several I

Re: [mapserver-users] PHP Mapscript rendering incorrect/old? images

2019-01-24 Thread lisa
Thanks Jeff! I tried it out but no joy. It works at first, but after a while, I occasionally get the older images again. 🤔 -- Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html ___ mapserver-users mailing list mapserver-users

Re: [mapserver-users] Map Server configuration in Ubuntu 18.04lts

2019-01-24 Thread Passmore, James H.
pserv ?) > >Thank you > >Λήψη του BlueMail για Android >___ >mapserver-users mailing list >mapserver-users@lists.osgeo.org >https://lists.osgeo.org/mailman/listinfo/mapserver-users -- next part -- An HTML atta

Re: [mapserver-users] Map Server configuration in Ubuntu 18.04lts

2019-01-24 Thread Stefanos Anastasiou
Hi Stathis,        please try mapserv -v at your terminal.  Also: you need to copy your installed mapserv to cgi-bin directory:  cp mapserv /usr/lib/cgi-bin/mapservThen I think you need to create a Directory block in your apache config file that points to /usr/lib/cgi-binand then symlink again.