<?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: Combining Query and Scale URL parameters in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/combining-query-and-scale-url-parameters/m-p/95412#M2840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No you can not do that as the query will always take priority&amp;nbsp;or the scale parameter, because the query parameter take some time to return the deferred result and the scale gets executed almost always prior to that. The Query will set the maps extent to the extent of the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also to use the scale parameter it must be combined with the center parameter:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c;"&gt;To define the scale of the map, use the &lt;/SPAN&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;center=&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt; and &lt;/SPAN&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;scale=&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt; parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 13:19:07 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-03-16T13:19:07Z</dc:date>
    <item>
      <title>Combining Query and Scale URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/combining-query-and-scale-url-parameters/m-p/95411#M2839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use url parameters to Query a feature and zoom to it at 1:1000 scale.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;A class="link-bare" href="http://www.arcgis.com/apps/webappviewer/index.html?id=8c87adc99d064e66acabf440f068b4c2&amp;amp;query=Search_3387%2CASSESSMENT%2C06945*227*63*&amp;amp;level=9"&gt;http://www.arcgis.com/apps/webappviewer/index.html?id=8c87adc99d064e66acabf440f068b4c2&amp;amp;query=Search_3387%2CASSESSMENT%2C06945*227*63*&amp;amp;level=&lt;/A&gt;11&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;and&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;A href="http://www.arcgis.com/apps/webappviewer/index.html?id=8c87adc99d064e66acabf440f068b4c2&amp;amp;query=Search_3387%2CASSESSMENT%2C06620*278*00*&amp;amp;scale=10000"&gt;http://www.arcgis.com/apps/webappviewer/index.html?id=8c87adc99d064e66acabf440f068b4c2&amp;amp;query=Search_3387%2CASSESSMENT%2C06620*278*00*&lt;SPAN style="background: yellow;"&gt;&amp;amp;scale=1000&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;This will zoom to level 11 (or (or scale 1000) and then zoom to the query.&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Is there a way to adjust my URL so it zooms to the selected feature at 1:1000?&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Anne&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 23:13:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/combining-query-and-scale-url-parameters/m-p/95411#M2839</guid>
      <dc:creator>AnneShanahan</dc:creator>
      <dc:date>2017-03-15T23:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Query and Scale URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/combining-query-and-scale-url-parameters/m-p/95412#M2840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No you can not do that as the query will always take priority&amp;nbsp;or the scale parameter, because the query parameter take some time to return the deferred result and the scale gets executed almost always prior to that. The Query will set the maps extent to the extent of the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also to use the scale parameter it must be combined with the center parameter:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c;"&gt;To define the scale of the map, use the &lt;/SPAN&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;center=&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt; and &lt;/SPAN&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;scale=&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt; parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 13:19:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/combining-query-and-scale-url-parameters/m-p/95412#M2840</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-16T13:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Combining Query and Scale URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/combining-query-and-scale-url-parameters/m-p/95413#M2841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, good information to have&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 20:20:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/combining-query-and-scale-url-parameters/m-p/95413#M2841</guid>
      <dc:creator>AnneShanahan</dc:creator>
      <dc:date>2017-03-16T20:20:09Z</dc:date>
    </item>
  </channel>
</rss>

