[fusion-commits] r2640 - sandbox/adsk/2.5k/widgets/widgetinfo

svn_fusion at osgeo.org svn_fusion at osgeo.org
Sat Feb 16 20:25:14 PST 2013


Author: liuar
Date: 2013-02-16 20:25:14 -0800 (Sat, 16 Feb 2013)
New Revision: 2640

Modified:
   sandbox/adsk/2.5k/widgets/widgetinfo/cursorposition.xml
Log:
Submit on behalf of Andy Zhang.

Set default value of DisplayProjection of widget CursorPosition to null. 
The default value of DisplayProjection widget CursorPosition is EPSG:4326. If we don't change it manually, the cursor position is always displayed in EPSG:4326 format, which is not correct. Now we don't set the default value. The cursor position widget will get projection from map. Then the x, y value of cursor position is consistent with map CS.

Modified: sandbox/adsk/2.5k/widgets/widgetinfo/cursorposition.xml
===================================================================
--- sandbox/adsk/2.5k/widgets/widgetinfo/cursorposition.xml	2013-02-12 04:21:01 UTC (rev 2639)
+++ sandbox/adsk/2.5k/widgets/widgetinfo/cursorposition.xml	2013-02-17 04:25:14 UTC (rev 2640)
@@ -29,7 +29,7 @@
     <Type>string</Type>
     <Label>DisplayProjection</Label>
     <Description>The projection to display mouse coordinates in. This can be an EPSG code (EPSG:XXXX) or a WKT string. This parameter takes precedence over the Units parameter if specified</Description>
-    <DefaultValue>EPSG:4326</DefaultValue>
+    <DefaultValue></DefaultValue>
     <IsMandatory>0</IsMandatory>
   </Parameter>
   <Parameter>



More information about the fusion-commits mailing list