<?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 esriToolkit:MagnifyingGlass only showing base map in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/esritoolkit-magnifyingglass-only-showing-base-map/m-p/6589#M119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the SilverlightMapApp with just the base map and a few graphicslayers that are loaded at run time.&amp;nbsp; When I use the Magnifying Glass control, it only shows the base map.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The control is bound to the base map in the XAML: Map="{Binding ElementName=Map}".&amp;nbsp; Is there a way to coerce it into displaying the added graphicsLayers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 22:52:59 GMT</pubDate>
    <dc:creator>GregLittlehales</dc:creator>
    <dc:date>2010-04-20T22:52:59Z</dc:date>
    <item>
      <title>esriToolkit:MagnifyingGlass only showing base map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/esritoolkit-magnifyingglass-only-showing-base-map/m-p/6589#M119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the SilverlightMapApp with just the base map and a few graphicslayers that are loaded at run time.&amp;nbsp; When I use the Magnifying Glass control, it only shows the base map.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The control is bound to the base map in the XAML: Map="{Binding ElementName=Map}".&amp;nbsp; Is there a way to coerce it into displaying the added graphicsLayers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 22:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/esritoolkit-magnifyingglass-only-showing-base-map/m-p/6589#M119</guid>
      <dc:creator>GregLittlehales</dc:creator>
      <dc:date>2010-04-20T22:52:59Z</dc:date>
    </item>
    <item>
      <title>esriToolkit:MagnifyingGlass only showing base map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/esritoolkit-magnifyingglass-only-showing-base-map/m-p/6590#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An OverviewMap shows one layer which is given by the layer property of the OverviewMap. This layer can be set by code or by XAML and doesn't need to be the same than the layers in the main map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esriToolkit:OverviewMap x:Name="OVMap" Margin="0" 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaximumExtent="-180,-90,180,90" Map="{Binding ElementName=Map}"&amp;gt;
 &amp;lt;esriToolkit:OverviewMap.Layer&amp;gt;
&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer Url="http://server.arcgisonline.com/ArcGIS/rest/service/ESRI_StreetMap_World_2D/MapServer" /&amp;gt;
 &amp;lt;/esriToolkit:OverviewMap.Layer&amp;gt;
&amp;lt;/esriToolkit:OverviewMap&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I guess you could set the overviewmap layer to your graphic layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Dominique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:16:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/esritoolkit-magnifyingglass-only-showing-base-map/m-p/6590#M120</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-10T20:16:44Z</dc:date>
    </item>
    <item>
      <title>esriToolkit:MagnifyingGlass only showing base map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/esritoolkit-magnifyingglass-only-showing-base-map/m-p/6591#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;MagnifyingGlass only works with one tiled layer service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The magnifier is not "really" a magnifier. It's just another map that pans and zooms based on its relative location to the parent map. Because of it's behavior that causes very frequent map rerendering, anything but tiled layers would not perform adequate. Also take a look at the Magnifier class. It uses a different approach that allows you to specify other (and multiple) layertypes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 15:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/esritoolkit-magnifyingglass-only-showing-base-map/m-p/6591#M121</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-04-21T15:05:30Z</dc:date>
    </item>
  </channel>
</rss>

