Dear all,

We are using Mapserver 8.0.1 with PHP and the php_mapscriptng extension.

I am having a hard time outputting the image to the browser.

In the following code snippet, saving to disk works but 
mapscript.imageObj.write does not output the image in the browser.

header('Content-type: image/png');
$oImg=$oMap->draw();
$oImg->save("/tmp/mswms.png");
$oImg->write();


Do you have a working PHP example of    
https://mapserver.org/mapscript/mapscript-api/stub/mapscript.imageObj.html#mapscript.imageObj.write?

Or is there another way of showing the image in the browser?

Best regards,
Vassilis



_______________________________________________
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users
  • [MapServer-users] Mapserver 8... Vassilis Chatzigiannakis via MapServer-users

Reply via email to