OMG - the Fusion code does not take into account the Case-Sensitive nature of
Linux.

I changed the line 415 of Buffer.php from


$layerTempl = file_get_contents("./arealayerdef.templ");

to

$layerTempl = file_get_contents("./AreaLayerDef.templ");

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Buffer-in-FUSION-tp6419611p6419723.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to