[mapguide-commits] r7459 - sandbox/jng/extra_stylization_funcs/Common/MapGuideCommon/Resources

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 17 09:14:50 PDT 2013


Author: jng
Date: 2013-04-17 09:14:50 -0700 (Wed, 17 Apr 2013)
New Revision: 7459

Modified:
   sandbox/jng/extra_stylization_funcs/Common/MapGuideCommon/Resources/mapguide_en.res
Log:
String bundle update

Modified: sandbox/jng/extra_stylization_funcs/Common/MapGuideCommon/Resources/mapguide_en.res
===================================================================
--- sandbox/jng/extra_stylization_funcs/Common/MapGuideCommon/Resources/mapguide_en.res	2013-04-17 15:40:19 UTC (rev 7458)
+++ sandbox/jng/extra_stylization_funcs/Common/MapGuideCommon/Resources/mapguide_en.res	2013-04-17 16:14:50 UTC (rev 7459)
@@ -439,17 +439,26 @@
 MgFunctionDECAP_StringValueDescription                = String to format
 MgFunctionFEATURECLASS_Description                    = Returns the active feature class name
 MgFunctionFEATUREID_Description                       = Returns the active feature Id
+MgFunctionFEATURESOURCE_Description                   = Returns the Feature Source resource id where the current feature originates from
+MgFunctionHTMLCOLOR_Description                       = HTML Color generation function
+MgFunctionHTMLCOLOR_RValueDescription                 = Red value
+MgFunctionHTMLCOLOR_GValueDescription                 = Green value
+MgFunctionHTMLCOLOR_BValueDescription                 = Blue value
 MgFunctionIF_Description                              = If evaluator for style theming
 MgFunctionIF_ConditionDescription                     = Boolean expression (filter) encapsulated in a string
 MgFunctionIF_TrueValueDescription                     = Returned if condition is true
 MgFunctionIF_FalseValueDescription                    = Returned if condition is false
 MgFunctionLAYERID_Description                         = Returns the active layer Id
+MgFunctionLAYERDEFINITION_Description                 = Returns the Layer Definition resource id used for stylizing the current feature
 MgFunctionLOOKUP_Description                          = Lookup table for style theming
 MgFunctionLOOKUP_ExpressionDescription                = Key expression
 MgFunctionLOOKUP_DefaultValueDescription              = Default value returned if expression does not evaluate to any of the keys
 MgFunctionLOOKUP_IndexDescription                     = Lookup index that can be matched by the key expression
 MgFunctionLOOKUP_ValueDescription                     = Value that is returned when the key expression matches the associated index
+MgFunctionMAPCENTERX_Description                      = Returns the X coordinate of the view center of the currently rendered map
+MgFunctionMAPCENTERY_Description                      = Returns the Y coordinate of the view center of the currently rendered map
 MgFunctionMAPNAME_Description                         = Returns the active map name
+MgFunctionMAPSCALE_Description                        = Returns the scale of the currently rendered map
 MgFunctionRANGE_Description                           = Range table for style theming
 MgFunctionRANGE_ExpressionDescription                 = Key expression
 MgFunctionRANGE_DefaultValueDescription               = Default value returned if expression does not fall into any of the ranges



More information about the mapguide-commits mailing list