[fusion-commits] r2757 - in trunk: text widgets/QuickPlot

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Aug 1 22:45:29 PDT 2013


Author: jng
Date: 2013-08-01 22:45:29 -0700 (Thu, 01 Aug 2013)
New Revision: 2757

Modified:
   trunk/text/en
   trunk/widgets/QuickPlot/QuickPlotPanel.templ
Log:
Add a disclaimer about Quick Plot and commercial map layers (ie. We can't plot them)

Modified: trunk/text/en
===================================================================
--- trunk/text/en	2013-08-02 05:10:45 UTC (rev 2756)
+++ trunk/text/en	2013-08-02 05:45:29 UTC (rev 2757)
@@ -470,6 +470,7 @@
 QUICKPLOT_PREVIEW_ERROR         = The application resources required to generate the plot exceed the settings defined by the administrator
 QUICKPLOT_RESOLUTION_WARNING    = The current settings exceed the map resolution. Zooming out or increasing the scaling will help create a more legible plot
 QUICKPLOT_SCALE_LABEL           = Scale
+QUICKPLOT_COMMERCIAL_LAYER_WARNING = Quick Plot will NOT include any visible commercial map layers
 
 # Coordinate Tracker
 COORDINATETRACKERTITLE          = Coordinate Tracker
\ No newline at end of file

Modified: trunk/widgets/QuickPlot/QuickPlotPanel.templ
===================================================================
--- trunk/widgets/QuickPlot/QuickPlotPanel.templ	2013-08-02 05:10:45 UTC (rev 2756)
+++ trunk/widgets/QuickPlot/QuickPlotPanel.templ	2013-08-02 05:45:29 UTC (rev 2757)
@@ -48,6 +48,16 @@
     height:23px;
     margin-left:7px;
 }
+
+div.InfoText
+{
+    padding: 3px;
+    background-color: #FFFFCC;
+    color: #666666;
+    font-family: Arial, Helvetica, sans-serif;
+    font-size: 8pt;
+}
+
 </style>
 <script language="javascript" type="text/javascript">
 var popup = %s;
@@ -199,6 +209,9 @@
         <div class="HPlaceholder5px"></div>
         <div class="HPlaceholder5px"></div>
         <div class="HPlaceholder5px"></div>
+        <div id="commercialLayerWarning" class="InfoText">
+            __#QUICKPLOT_COMMERCIAL_LAYER_WARNING#__
+        </div>
         <div class="ButtonContainer FixWidth">
             <input type="button" class="Button" value="__#QUICKPLOT_GENERATE#__" onclick="generatePlot()" />
         </div>



More information about the fusion-commits mailing list