<?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 Map extent is overridden in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577904#M53966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I have set initial extent while initializing the map&amp;nbsp; and i also have written onExtentChange event where i am logging the extent of map for some reason when the map gets initialized the map extent is not what the extent i had set.Can anybody let me know the reason behind this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 13:30:06 GMT</pubDate>
    <dc:creator>vinayb</dc:creator>
    <dc:date>2014-03-06T13:30:06Z</dc:date>
    <item>
      <title>Map extent is overridden</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577904#M53966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I have set initial extent while initializing the map&amp;nbsp; and i also have written onExtentChange event where i am logging the extent of map for some reason when the map gets initialized the map extent is not what the extent i had set.Can anybody let me know the reason behind this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 13:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577904#M53966</guid>
      <dc:creator>vinayb</dc:creator>
      <dc:date>2014-03-06T13:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Map extent is overridden</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577905#M53967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's probably the map adjusting to fit the viewable space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you provide an extent of 100x100, but the browser page or map DOM element is only 75x95, the map will adjust to fit in that space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could try and set the center and zoom level when the map loads using the mapOptions and then the map is loaded, set the initialExtent to the extent at load, so if you want to return to that initial extent via a Home button or something, you can.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 13:52:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577905#M53967</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2014-03-06T13:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Map extent is overridden</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577906#M53968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to re set the extent of map can you please ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577906#M53968</guid>
      <dc:creator>vinayb</dc:creator>
      <dc:date>2014-03-06T14:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Map extent is overridden</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577907#M53969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This could be an issue of setting the extent of a tiled map. Since the tiled map will only show at specific zoom levels, the extent that you explicitly set may not be the same extent as the map's zoom level will allow. Have you tried setting the extent using only a dynamic service (and no basemap)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577907#M53969</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-03-06T14:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Map extent is overridden</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577908#M53970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not using tiled service , but i just got one doubt can we create map without base map ? ( i know i can initialize map without base map )&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577908#M53970</guid>
      <dc:creator>vinayb</dc:creator>
      <dc:date>2014-03-06T14:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Map extent is overridden</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577909#M53971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm suggesting you try that as a test to see if you're having an issue setting the map extent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577909#M53971</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-03-06T14:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Map extent is overridden</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577910#M53972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;onextentchange is called once on map initialization&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577910#M53972</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2014-03-06T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Map extent is overridden</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577911#M53973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;THanks jeff and ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 14:50:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-extent-is-overridden/m-p/577911#M53973</guid>
      <dc:creator>vinayb</dc:creator>
      <dc:date>2014-03-07T14:50:30Z</dc:date>
    </item>
  </channel>
</rss>

