UPDATE: Viewer 2.5 version now available for download.
<s:Label fontWeight="bold" text="Live Coordinates"/> <s:HGroup width="100%" color="#C4C4C4" fontSize="10"> <mx:Label fontWeight="bold" text="X:"/><mx:Label width="100%" text="{this.mouseMoveMapPoint.x.toFixed(helper.precision)}"/> <mx:Label fontWeight="bold" text="Y:"/> <mx:Label width="100%" text="{this.mouseMoveMapPoint.y.toFixed(helper.precision)}"/> </s:HGroup>
There is a typo in the CoordinateMenuWidget_GUI.mxml. if you have uncompiled you can change this:
<s:Label fontWeight="bold" text="Live Coordinates"/> <s:HGroup width="100%" color="#C4C4C4" fontSize="10"> <mx:Label fontWeight="bold" text="X:"/><mx:Label width="100%" text="{this.mouseMoveMapPoint.x.toFixed(helper.precision)}"/> <mx:Label fontWeight="bold" text="Y:"/> <mx:Label width="100%" text="{this.mouseMoveMapPoint.y.toFixed(helper.precision)}"/> </s:HGroup>
If you comment out that entire section, it removes it from the GUI.
R_
I cannot make the new definition of ETRS 1989 GK21FIN work. It came with ArcGIS version 10.1. wkid=3875.
The older definition wkid=3128 works.
What's wrong? Should I use my own GeometryService?
Jarmo
ArcGIS Server 10.1, Flew Viewer 3.0.
If it's new in 10.1 then you will want to ensure that you are using a 10.1 Geometry service.
The default service I have specified in the config is probably 10.0. Either change it to use your geometry service or you can use ESRI's 10.1
http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/Geometry/GeometryServer
Drew
But I have an issue: the "Live Coordinates" section in the UI show only X values in both x and Y field.