<?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: Change FullExtent property in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315653#M29013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;No, but the good news is that this is pretty straightforward to implement. I would do the following:&lt;BR /&gt;-save a copy of the extent &lt;BR /&gt;-connect a button or link to a function that passes your extent to map.setExtent()&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you share the code that you used to accomplish this task? I have a similar issue&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2011 16:03:13 GMT</pubDate>
    <dc:creator>LeoKing</dc:creator>
    <dc:date>2011-10-31T16:03:13Z</dc:date>
    <item>
      <title>Change FullExtent property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315649#M29009</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;I'm using the zoomToFullExtent() method of the navigation toolbar to go to the full extent of the map. The thing is that it does the full extent to the basemap (ESRI Streets), and I wanted to go to the initial extent defined when loading the map. Is there a property or way to change the default FullExtent? Is it possible to limit of zoom??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315649#M29009</guid>
      <dc:creator>TiagoRibeiro</dc:creator>
      <dc:date>2011-10-04T15:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change FullExtent property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315650#M29010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, but the good news is that this is pretty straightforward to implement. I would do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-save a copy of the extent &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-connect a button or link to a function that passes your extent to map.setExtent()&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:24:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315650#M29010</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-10-04T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change FullExtent property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315651#M29011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;No, but the good news is that this is pretty straightforward to implement. I would do the following:&lt;BR /&gt;-save a copy of the extent &lt;BR /&gt;-connect a button or link to a function that passes your extent to map.setExtent()&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, it was really straightforward &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help in another thing? How can I limit the level of zoom that one can go. I'm trying to define the LOD's... but to no avail!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315651#M29011</guid>
      <dc:creator>TiagoRibeiro</dc:creator>
      <dc:date>2011-10-04T15:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change FullExtent property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315652#M29012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For specific LODs, check out this sample:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_switch_layer_on_zoom.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/map_switch_layer_on_zoom.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My post in this thread is probably useful too:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/36441-Default-Zoom-Slider?p=122991&amp;amp;viewfull=1#post122991"&gt;http://forums.arcgis.com/threads/36441-Default-Zoom-Slider?p=122991&amp;amp;viewfull=1#post122991&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:37:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315652#M29012</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-10-04T15:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change FullExtent property</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315653#M29013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;No, but the good news is that this is pretty straightforward to implement. I would do the following:&lt;BR /&gt;-save a copy of the extent &lt;BR /&gt;-connect a button or link to a function that passes your extent to map.setExtent()&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you share the code that you used to accomplish this task? I have a similar issue&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 16:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-fullextent-property/m-p/315653#M29013</guid>
      <dc:creator>LeoKing</dc:creator>
      <dc:date>2011-10-31T16:03:13Z</dc:date>
    </item>
  </channel>
</rss>

