<?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: Web Meractor (Auxillary Sphere) support in Sliverlight 2.1 version in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/web-meractor-auxillary-sphere-support-in/m-p/616526#M15900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS for Silverlight 2.1 does support both spatial references you mentionned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks more like an error in your XAML code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My best bet is that you tried to initialize the spatial reference in XAML with something like SpatialReference="102100".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should be something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Map&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; Name&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"MyMap"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; WrapAround&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; Grid.Row&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"0"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; ExtentChanged&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"MyMap_ExtentChanged"&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Map.Extent&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Envelope&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; XMin&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"-10603931.812"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; YMin&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"3384001.576"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; XMax&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"-10595782.642"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; YMax&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"3388315.896"&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Envelope.SpatialReference&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;SpatialReference&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; WKID&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"102100"&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt; /&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Envelope.SpatialReference&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Envelope&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Map.Extent&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp; ....
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 02:21:29 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2021-12-12T02:21:29Z</dc:date>
    <item>
      <title>Web Meractor (Auxillary Sphere) support in Sliverlight 2.1 version</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/web-meractor-auxillary-sphere-support-in/m-p/616525#M15899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using ESRI Sliverlight API &lt;/SPAN&gt;&lt;STRONG&gt;version 2.1&lt;/STRONG&gt;&lt;SPAN&gt; in our application. Currently we are using layers in WGS84 coordinate system in MXD and application works fine. When we change the layers coordinate system to Web Mercator (AS)&amp;nbsp; in map document, our&amp;nbsp; application fails to display the map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Is version 2.1 supports WM (AS). If yes, what are all the changes needs to be done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. if not, what is latest version to support this projection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error displayed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to create a 'ESRI.ArcGIS.Client.Geometry.SpatialReference' from the text '102100'. [Line: 450 Position: 126]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help us quickly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 12:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/web-meractor-auxillary-sphere-support-in/m-p/616525#M15899</guid>
      <dc:creator>LakshmananVenkatesan</dc:creator>
      <dc:date>2012-03-12T12:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Web Meractor (Auxillary Sphere) support in Sliverlight 2.1 version</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/web-meractor-auxillary-sphere-support-in/m-p/616526#M15900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS for Silverlight 2.1 does support both spatial references you mentionned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks more like an error in your XAML code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My best bet is that you tried to initialize the spatial reference in XAML with something like SpatialReference="102100".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should be something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Map&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; Name&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"MyMap"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; WrapAround&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"True"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; Grid.Row&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"0"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; ExtentChanged&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"MyMap_ExtentChanged"&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Map.Extent&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Envelope&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; XMin&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"-10603931.812"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; YMin&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"3384001.576"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; XMax&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"-10595782.642"&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; YMax&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"3388315.896"&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Envelope.SpatialReference&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;SpatialReference&lt;/SPAN&gt;&lt;SPAN style="color:red;"&gt; WKID&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;"102100"&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt; /&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Envelope.SpatialReference&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Envelope&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;esri&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color:#a31515;"&gt;Map.Extent&lt;/SPAN&gt;&lt;SPAN style="color:blue;"&gt;&amp;gt;
&amp;nbsp; ....
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:21:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/web-meractor-auxillary-sphere-support-in/m-p/616526#M15900</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-12T02:21:29Z</dc:date>
    </item>
  </channel>
</rss>

