<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get the scale control to dynamically display scale like 1:50000? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746401#M19076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks, Egis and Morten. Your answers really help me a lot. So, even the scale in ArcMap desktop is inaccurate? And, since we use GCS as our web app's coordinate system, I assume that the scale in the direction of lon and lat should be different. Am I correct? Also, how can I know the accurate scale if I want to print to a paper, should I still use the same formula?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Aug 2010 13:22:59 GMT</pubDate>
    <dc:creator>weiliang</dc:creator>
    <dc:date>2010-08-22T13:22:59Z</dc:date>
    <item>
      <title>How to get the scale control to dynamically display scale like 1:50000?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746397#M19072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to add a control to show the current scale (e.g., 1:15,000) of the map. Is there any such control ready to be embedded?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 20:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746397#M19072</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2010-08-17T20:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the scale control to dynamically display scale like 1:50000?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746398#M19073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can someone kindly help me to answer this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 21:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746398#M19073</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2010-08-19T21:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the scale control to dynamically display scale like 1:50000?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746399#M19074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can read the manual: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;"Map Scale and Resolution" topic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then create a nice control and share it with us:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 05:42:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746399#M19074</guid>
      <dc:creator>egismazeika</dc:creator>
      <dc:date>2010-08-20T05:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the scale control to dynamically display scale like 1:50000?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746400#M19075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;emazeika is correct. The topic linked to gives you the formula to convert to scale. Use the map's ExtentChanging event to recalculate the scale based on Map.Resolution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: As hinted in the doc, its technically impossible to display the correct scale, since there's no way of knowing the size of the screen and it's pixel resolution. (in cases where you have the screen cloned on multiple screens - like with a projector connected - the scale is even different on each screen!).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 14:47:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746400#M19075</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-08-20T14:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the scale control to dynamically display scale like 1:50000?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746401#M19076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks, Egis and Morten. Your answers really help me a lot. So, even the scale in ArcMap desktop is inaccurate? And, since we use GCS as our web app's coordinate system, I assume that the scale in the direction of lon and lat should be different. Am I correct? Also, how can I know the accurate scale if I want to print to a paper, should I still use the same formula?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Aug 2010 13:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-the-scale-control-to-dynamically/m-p/746401#M19076</guid>
      <dc:creator>weiliang</dc:creator>
      <dc:date>2010-08-22T13:22:59Z</dc:date>
    </item>
  </channel>
</rss>

