<?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: Is it possible to zoom some scale which is not available in BaseMap ? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141895#M3994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario is&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.Created basemap with 4 scales only (&lt;SPAN style="background-color: #ffffff;"&gt;1:500000,1:200000,1:100000,1:50000).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;2.Through query operation(custom tool or widget) i got the feature set (dynamically) . The feature set will have the extent and that extent is not falling into the base map scale.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;.For example I may get scale for the featureset 1:2500 or 1:7000 or 1:8000 .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;3.In that case Can i zoom to&amp;nbsp;&lt;SPAN&gt;1:2500 or 1:7000 or 1:8000 ? . Is it possible to view the basemap details in&amp;nbsp;1:2500 or 1:7000 or 1:8000 .&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;4. The featureset scale&amp;nbsp;1:2500 or 1:7000 or 1:8000 is not constant , this will vary depends on the user query.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2017 08:09:19 GMT</pubDate>
    <dc:creator>mohannainar1</dc:creator>
    <dc:date>2017-12-08T08:09:19Z</dc:date>
    <item>
      <title>Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141889#M3988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using custom basemap(contains 4 scales 1:500000,1:200000,1:100000,1:50000) in my javscript application and doing attribute query in operational layer and got the results. The result(featureset) extent is falling 1 : 20000 scale , is it possible to zoom 1:20000 ? . I guess it is not possible , want to know if there are any workaround for this issue .&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 06:40:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141889#M3988</guid>
      <dc:creator>mohannainar1</dc:creator>
      <dc:date>2017-12-05T06:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141890#M3989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seens if you call view.scale 2 times it forces to go to that scale, so I'm using this code as a workaround:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;view&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;scale &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;10000&lt;/SPAN&gt;
view&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;scale &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;10000&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141890#M3989</guid>
      <dc:creator>RodrigoFelga</dc:creator>
      <dc:date>2021-12-11T07:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141891#M3990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You have a tag on this question of "arcgis webapp builder" yet you have this question in the JS API space... So is this a WAB question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141891#M3990</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-12-05T13:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141892#M3991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the confusion . Yes I want to do it WAB .&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:54:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141892#M3991</guid>
      <dc:creator>mohannainar1</dc:creator>
      <dc:date>2017-12-06T10:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141893#M3992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will try and let you know the feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 10:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141893#M3992</guid>
      <dc:creator>mohannainar1</dc:creator>
      <dc:date>2017-12-06T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141894#M3993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;In WAB you can specify more LODs in the app:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/385737_Untitled-1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 13:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141894#M3993</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-12-06T13:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141895#M3994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario is&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.Created basemap with 4 scales only (&lt;SPAN style="background-color: #ffffff;"&gt;1:500000,1:200000,1:100000,1:50000).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;2.Through query operation(custom tool or widget) i got the feature set (dynamically) . The feature set will have the extent and that extent is not falling into the base map scale.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;.For example I may get scale for the featureset 1:2500 or 1:7000 or 1:8000 .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;3.In that case Can i zoom to&amp;nbsp;&lt;SPAN&gt;1:2500 or 1:7000 or 1:8000 ? . Is it possible to view the basemap details in&amp;nbsp;1:2500 or 1:7000 or 1:8000 .&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;4. The featureset scale&amp;nbsp;1:2500 or 1:7000 or 1:8000 is not constant , this will vary depends on the user query.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 08:09:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141895#M3994</guid>
      <dc:creator>mohannainar1</dc:creator>
      <dc:date>2017-12-08T08:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141896#M3995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You add some more scale like 25000, 15000, 10000, 7500, 5000, 2500 using the info i provided above and WAB when it zooms will use the closest scale available when zooming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 12:45:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141896#M3995</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-12-08T12:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141897#M3996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ok after adding the additional scales (&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;25000, 15000, 10000, 7500, 5000, 2500&lt;/SPAN&gt;&lt;SPAN&gt;) it will zoom to closest &amp;nbsp;. But the basemap details will not display am i correct ?. Because &lt;/SPAN&gt;&lt;SPAN&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;have not created &lt;/SPAN&gt;&lt;SPAN&gt;tiles&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;for these scales &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;25000, 15000, 10000, 7500, 5000, 2500 . Is my understanding&amp;nbsp;correct ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 11:46:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141897#M3996</guid>
      <dc:creator>mohannainar1</dc:creator>
      <dc:date>2017-12-11T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to zoom some scale which is not available in BaseMap ?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141898#M3997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 14:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/is-it-possible-to-zoom-some-scale-which-is-not/m-p/141898#M3997</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-12-11T14:06:53Z</dc:date>
    </item>
  </channel>
</rss>

