<?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: Set points, zoom, not working correctly in IE but fine in Chrome and Mozilla. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-points-zoom-not-working-correctly-in-ie-but/m-p/95468#M8724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can sometimes be fixed by resizing the map once it's loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14098485782607639" jivemacro_uid="_14098485782607639"&gt;&lt;OL class="dp-c" start="1"&gt;
&lt;LI&gt;map.on(&lt;SPAN class="string"&gt;"load", &lt;SPAN class="keyword"&gt;function&lt;/SPAN&gt; () {&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; registry.byId(&lt;SPAN class="string"&gt;"divMap").on(&lt;SPAN class="string"&gt;"resize"&lt;/SPAN&gt;, &lt;SPAN class="keyword"&gt;function&lt;/SPAN&gt; () {&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clearTimeout(resizeTimer);&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resizeTimer = setTimeout(&lt;SPAN class="keyword"&gt;function () {&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.resize();&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.reposition();&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;SPAN class="number"&gt;500);&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;})&amp;nbsp; &lt;/LI&gt;

&lt;/OL&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please consider moving this thread in the the &lt;A _jive_internal="true" href="https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript"&gt;JavaScript space&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 16:36:33 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2014-09-04T16:36:33Z</dc:date>
    <item>
      <title>Set points, zoom, not working correctly in IE but fine in Chrome and Mozilla.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-points-zoom-not-working-correctly-in-ie-but/m-p/95467#M8723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using 3.9 and in my application I suddenly couldn't zoom-in to the exact spot I wanted to start at.&amp;nbsp; Then I tried the route stop and that did not go where I tried to put it.&amp;nbsp; Then I did the drive time and put down the point and it didn't go where I put it.&amp;nbsp; All the other layers I have added, the find location, popups, etc... all work.&amp;nbsp; It "appears" that the points are moving to the NW from where I want them.&amp;nbsp; I am using 4326 and dec. deg.&amp;nbsp; This has been working fine all along.&amp;nbsp; It is also working just fine in Chrome and Mozilla.&amp;nbsp; I have no idea at all why it is doing this in IE.&amp;nbsp; I have IE 11.&amp;nbsp; Still very new to this but this is really confusing.&amp;nbsp; Any help, advice?&amp;nbsp; Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 16:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-points-zoom-not-working-correctly-in-ie-but/m-p/95467#M8723</guid>
      <dc:creator>GloriaForthun</dc:creator>
      <dc:date>2014-09-04T16:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set points, zoom, not working correctly in IE but fine in Chrome and Mozilla.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-points-zoom-not-working-correctly-in-ie-but/m-p/95468#M8724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can sometimes be fixed by resizing the map once it's loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14098485782607639" jivemacro_uid="_14098485782607639"&gt;&lt;OL class="dp-c" start="1"&gt;
&lt;LI&gt;map.on(&lt;SPAN class="string"&gt;"load", &lt;SPAN class="keyword"&gt;function&lt;/SPAN&gt; () {&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; registry.byId(&lt;SPAN class="string"&gt;"divMap").on(&lt;SPAN class="string"&gt;"resize"&lt;/SPAN&gt;, &lt;SPAN class="keyword"&gt;function&lt;/SPAN&gt; () {&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clearTimeout(resizeTimer);&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resizeTimer = setTimeout(&lt;SPAN class="keyword"&gt;function () {&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.resize();&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.reposition();&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;SPAN class="number"&gt;500);&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;})&amp;nbsp; &lt;/LI&gt;

&lt;/OL&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please consider moving this thread in the the &lt;A _jive_internal="true" href="https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript"&gt;JavaScript space&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 16:36:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/set-points-zoom-not-working-correctly-in-ie-but/m-p/95468#M8724</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-09-04T16:36:33Z</dc:date>
    </item>
  </channel>
</rss>

