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
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
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
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
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.