<?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: overviewmap location indicator disappears in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476310#M12285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was able to reproduce the issue. Looks like a bug.&lt;BR /&gt; &lt;BR /&gt;You'll try to fix it for the next version.&lt;BR /&gt; &lt;BR /&gt;Thanks for reporting this.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you mean "We'll try to fix it"? I don't think I can fix it :).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm glad that you were able to recreate.&amp;nbsp; Is there a way for me to get the indicator location x,y values??&amp;nbsp; I want to have a workaround for this by moving the overview map a little bit so that it triggers the overviewmap painting.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jan 2011 18:19:50 GMT</pubDate>
    <dc:creator>ThaoNguyen</dc:creator>
    <dc:date>2011-01-27T18:19:50Z</dc:date>
    <item>
      <title>overviewmap location indicator disappears</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476306#M12281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My scenario:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I have 2 tab views, each with an esri map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- I have only &lt;/SPAN&gt;&lt;STRONG&gt;1 overview map &lt;/STRONG&gt;&lt;SPAN&gt;section.&amp;nbsp; Every time I switch to a map tab, the overview map is updated with the map of that tab and other info are updated as below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;overviewMap.Map = MainMap;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;overviewMapLayer = overviewMap.Layer as ArcGISDynamicMapServiceLayer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;overviewMapLayer.Url = baseMapLayer.Url;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;overviewMap.Map.Extent = MainMap.Extent;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;overviewMap.UpdateLayout();[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;overviewMap is OverviewMap instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MainMap is my map instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- I can drill down to an area on the map.&amp;nbsp; When drilling down, I update my main map with the next layer and also update the overview map as above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After drilling down, I switch to another map tab view, the location indicator (red square in the attached image) &lt;/SPAN&gt;&lt;STRONG&gt;disappears&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; I don't know what causes that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to fix this is I pan the overview map to somewhere (programmatically), BUT I don't want to do so unless I just do the panTo to the same place so that it doesn't move, but then I don't know how to get the indicator location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anything I'm missing here and what workaround I can do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 18:01:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476306#M12281</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-01-25T18:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: overviewmap location indicator disappears</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476307#M12282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you share a simple sample that reproduces the error?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 16:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476307#M12282</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-01-26T16:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: overviewmap location indicator disappears</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476308#M12283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could you share a simple sample that reproduces the error?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmm, I don't know if I have time to create a simple sample for this :(.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also found out that after switching to different map views and when the indicator disaapears, if I resize the window or I just zoom in/out or pan the main map, the overview map indicator will reappear. Looks like to me the painting of the overview map was not triggered or something like that which causes the indicator to disappear.&amp;nbsp; I tried to find if there is a Refresh() method for OverviewMap, but couldn't find one.&amp;nbsp; I tried UpdateLayout(), but that didn't help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 00:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476308#M12283</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-01-27T00:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: overviewmap location indicator disappears</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476309#M12284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to reproduce the issue. Looks like a bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll try to fix it for the next version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reporting this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 13:01:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476309#M12284</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-01-27T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: overviewmap location indicator disappears</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476310#M12285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was able to reproduce the issue. Looks like a bug.&lt;BR /&gt; &lt;BR /&gt;You'll try to fix it for the next version.&lt;BR /&gt; &lt;BR /&gt;Thanks for reporting this.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you mean "We'll try to fix it"? I don't think I can fix it :).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm glad that you were able to recreate.&amp;nbsp; Is there a way for me to get the indicator location x,y values??&amp;nbsp; I want to have a workaround for this by moving the overview map a little bit so that it triggers the overviewmap painting.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 18:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/overviewmap-location-indicator-disappears/m-p/476310#M12285</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-01-27T18:19:50Z</dc:date>
    </item>
  </channel>
</rss>

