<?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: URL parameters zoom level in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597170#M15927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You just use the extent classes expand method. i.e.&lt;/P&gt;&lt;P&gt;map.setExtent(resultExtent.expand(1.2, true));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2019 18:13:50 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-04-11T18:13:50Z</dc:date>
    <item>
      <title>URL parameters zoom level</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597167#M15924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using URL parameters to&amp;nbsp;select to a polygon on open but the zoom level is usually 1 level to close.&amp;nbsp;Is there an easy way to back it off?&lt;/P&gt;&lt;P&gt;WAB Dev. 2.11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 17:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597167#M15924</guid>
      <dc:creator>ScottThomas1</dc:creator>
      <dc:date>2019-04-11T17:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: URL parameters zoom level</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597168#M15925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;The only way you can fix this is to modify the&amp;nbsp;MapUrlParamsHandler.js file selectFeatures method. Where it does the&amp;nbsp;map.setExtent.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 17:48:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597168#M15925</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-04-11T17:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: URL parameters zoom level</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597169#M15926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see that around line 400 but it isn't clear how to make an adjustment. I was hoping it was a simple zoom level but it looks like the extent sets a minx &amp;amp; y etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/441871_setExtent.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 18:04:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597169#M15926</guid>
      <dc:creator>ScottThomas1</dc:creator>
      <dc:date>2019-04-11T18:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: URL parameters zoom level</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597170#M15927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You just use the extent classes expand method. i.e.&lt;/P&gt;&lt;P&gt;map.setExtent(resultExtent.expand(1.2, true));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 18:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597170#M15927</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-04-11T18:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: URL parameters zoom level</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597171#M15928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked great. I pushed it out a little more even. As a mapper dabbling in code, I really appreciate the help you offer here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 18:24:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/url-parameters-zoom-level/m-p/597171#M15928</guid>
      <dc:creator>ScottThomas1</dc:creator>
      <dc:date>2019-04-11T18:24:25Z</dc:date>
    </item>
  </channel>
</rss>

