Hi all

I try to make php Mapscript for WMS request with specific BANDS Processing parameters.

       $oLayer = $oMap->getLayerByName("testdata");
       $oLayer->clearProcessing();
       $bands="1,2,3,4,5,6,7";
       $oLayer->setprocessing("BANDS=".$bands);
       $oMap->owsdispatch($request);

Then I got the error as *** glibc detected *** double free or corruption (!prev): 0x0000000000aa96e0 *** in log file

I can do it with $bands="1,2,3,4,5". It is works well.

If I implement directly from cgi and specific PROCESSING = "BANDS=1,2,3,4,5,6,7,8,9,10" in mapfile. It is also work.

Please advise me.

Best regards

Sarawut
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to