[fusion-commits] r2552 - trunk/widgets/QuickPlot
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Jul 19 23:37:49 PDT 2012
Author: liuar
Date: 2012-07-19 23:37:49 -0700 (Thu, 19 Jul 2012)
New Revision: 2552
Modified:
trunk/widgets/QuickPlot/PlotAsPDF.php
Log:
On behalf of Ted Yang: Fix a mistyping in QuickPlot.
Modified: trunk/widgets/QuickPlot/PlotAsPDF.php
===================================================================
--- trunk/widgets/QuickPlot/PlotAsPDF.php 2012-07-18 02:25:27 UTC (rev 2551)
+++ trunk/widgets/QuickPlot/PlotAsPDF.php 2012-07-20 06:37:49 UTC (rev 2552)
@@ -74,7 +74,7 @@
}
// Construct the querysting which can be used to generate the Map image
- $query_string = "session_id=".$_POST['sessionId']."&map_name=".$_POST['mapName']."&print_size=".$_POST['printSize'].
+ $query_string = "session_id=".$_POST['sessionId']."&map_name=".$_POST['mapName']."&paper_size=".$_POST['printSize'].
"&print_dpi=".$_POST['dpi']."&box=".$_POST['box']."&normalized_box=".$_POST['normalizedBox'].
"&scale_denominator=".$_POST['scaleDenominator']."&rotation=".$_POST['rotation'];
More information about the fusion-commits
mailing list