<?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: Overview map not redrawing after pan in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278637#M25707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I had an issue with this, and managed to work around it by attaching a "onPanEnd" event to my main map to trigger a _syncOverviewMap() in the ov map...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is a "_syncOverviewMap()"?&amp;nbsp; Is is a method that can be called on the overview map?&amp;nbsp; If so, it's not exposed in the API documentation.&amp;nbsp; Do you have a code snippet that demonstrates this in action?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jan 2011 20:45:47 GMT</pubDate>
    <dc:creator>DominickCisson</dc:creator>
    <dc:date>2011-01-06T20:45:47Z</dc:date>
    <item>
      <title>Overview map not redrawing after pan</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278632#M25702</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;Has anyone had the problem where the overview map does not redraw after panning within it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ie, I click on the overview map and then drag the map to a new position. My larger base map redraws fine but the overview map does not. It also does not redraw the overview map if I minimise and then open it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've taken the suggestion of another forum posting and created a instance of the base map to be consumed by the overview map but that doesn't seem to make any difference. Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 04:52:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278632#M25702</guid>
      <dc:creator>mdonnelly</dc:creator>
      <dc:date>2010-11-26T04:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Overview map not redrawing after pan</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278633#M25703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This looks like a known problem as described in this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/10033-Overview-map-does-not-show-contents-until-after-view-extent-changed"&gt;http://forums.arcgis.com/threads/10033-Overview-map-does-not-show-contents-until-after-view-extent-changed&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Nov 2010 21:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278633#M25703</guid>
      <dc:creator>mdonnelly</dc:creator>
      <dc:date>2010-11-28T21:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Overview map not redrawing after pan</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278634#M25704</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;&amp;nbsp; There are some issues might cause ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Please Coordinate system...is your data is projected ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Overview map all settings are correct ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there are some solutions may help you...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 1) on Page_Load&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Refresh your overview map&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; OverviewMap.Refresh();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) add on page_load or OnPreRender &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OverviewMap1.Extent = Map1.Extent; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Above i have tested perfectly working for me...Please check any overview map configuration issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Venkat Tammineni&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 04:49:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278634#M25704</guid>
      <dc:creator>Venkata_RaoTammineni</dc:creator>
      <dc:date>2010-11-29T04:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Overview map not redrawing after pan</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278635#M25705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had an issue with this, and managed to work around it by attaching a "onPanEnd" event to my main map to trigger a _syncOverviewMap() in the ov map...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 10:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278635#M25705</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2010-11-29T10:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Overview map not redrawing after pan</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278636#M25706</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;&amp;nbsp; I have tested in IE 7 too.. it working fine for me...is your Overviewmap is placed in updatepanel ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Venkat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Nov 2010 11:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278636#M25706</guid>
      <dc:creator>Venkata_RaoTammineni</dc:creator>
      <dc:date>2010-11-29T11:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Overview map not redrawing after pan</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278637#M25707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I had an issue with this, and managed to work around it by attaching a "onPanEnd" event to my main map to trigger a _syncOverviewMap() in the ov map...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is a "_syncOverviewMap()"?&amp;nbsp; Is is a method that can be called on the overview map?&amp;nbsp; If so, it's not exposed in the API documentation.&amp;nbsp; Do you have a code snippet that demonstrates this in action?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 20:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278637#M25707</guid>
      <dc:creator>DominickCisson</dc:creator>
      <dc:date>2011-01-06T20:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Overview map not redrawing after pan</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278638#M25708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually I didn't check if that was in the API, that was a method that I saw exposed in FireBug... it may be an undocumented method, and maybe should be avoided - is there an alternative way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 07:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/overview-map-not-redrawing-after-pan/m-p/278638#M25708</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2011-01-11T07:12:09Z</dc:date>
    </item>
  </channel>
</rss>

