I successfully added the coordinate widget to my flex map and am just trying to find out why the values are so large for the Lat. & Long.? The CoordinateWidget.xml looks like this:<configuration>
<!-- geo, dms, mercator -->
<outputunit>geo</outputunit>
<numberformatter precision="6"/>
<label template="Latitude:{1} Longitude:{0}"/>
</configuration>
For some reason, this county that is in Georgia has lat/long values that are HUGE....lat:1526227.083333 & long:2062602.444444. Why are the lat/long 7 numbers before the decimal? Shouldnt it be lat:34 and long:-84 or something around there??Thanks,Josh C.