Hello,I am building a web map viewer using ArcGIS Server 9.3.1 and silverlight and I have some questions about the Extent property of the esri:Map tag
<esri:Map x:Name="MyMap" Extent="505020.40653534856,502029.51516465156,4790962.577265,4789401.627435"
As the map is not showing propperly I came up with a couple of questions:What is unit the x and y need to be for a correct map visualization?Is there any way of changing the unit the map uses in the Extent property?I also noticed that my overview map stops showing where the zoom is when the Extent properties is not set, is this related or maybe I have the overview map wrongly configured?Thank you,Iker