[fusion-commits] r2396 - trunk/widgets/BufferPanel
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Jun 2 13:25:58 EDT 2011
Author: madair
Date: 2011-06-02 10:25:58 -0700 (Thu, 02 Jun 2011)
New Revision: 2396
Modified:
trunk/widgets/BufferPanel/Buffer.php
Log:
closes #454: fixing case sensitive file name
Modified: trunk/widgets/BufferPanel/Buffer.php
===================================================================
--- trunk/widgets/BufferPanel/Buffer.php 2011-06-02 17:25:30 UTC (rev 2395)
+++ trunk/widgets/BufferPanel/Buffer.php 2011-06-02 17:25:58 UTC (rev 2396)
@@ -412,7 +412,7 @@
global $dataSource, $featureName, $ffcolor, $fbcolor, $transparent, $linestyle, $thickness, $lcolor, $fillstyle, $foretrans;
$xtrans = sprintf("%02x", 255 * $foretrans / 100);
- $layerTempl = file_get_contents("./arealayerdef.templ");
+ $layerTempl = file_get_contents("./AreaLayerDef.templ");
$xmlStr = sprintf($layerTempl,
$dataSource,
$featureName,
More information about the fusion-commits
mailing list