<?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: map zoom level when clicking on item list in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82789#M444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaron,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to do something similar for an Operations Dashboard category selector Action = Zoom.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My OD map has a polygon selector based on Council Districts.&amp;nbsp; It works fine but the zoom threshold is so large as to almost be not helpful.&lt;/P&gt;&lt;P&gt;I see all of the configurable Action filters, in the JSON, but don't see where I could adjust the selector actions zoom properties.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2019 19:14:40 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-06-05T19:14:40Z</dc:date>
    <item>
      <title>map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82781#M436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to set the map to zoom to a particular level when clicking on an item in a list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 19:38:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82781#M436</guid>
      <dc:creator>MikeOnzay</dc:creator>
      <dc:date>2017-12-15T19:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82782#M437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For polylines and polygons, the app zooms to&amp;nbsp;the extent of the feature.&lt;/P&gt;&lt;P&gt;For points, there is a "pointZoomScale" property that can be added/modified in the dashboard json (via AGO Assistant or other) to set a specific zoom scale. This property is not exposed&amp;nbsp;to&amp;nbsp;the dashboard creator at this time and must be manually changed in the json.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The app currently defaults to 10,000. So setting this property to a value like 1,000 will allow the map to zoom in more. The setting is per-webmap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pointZoomScale" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/391022_opsdashboard_point_zoom_scale.png" style="width: 620px; height: 654px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 19:48:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82782#M437</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-12-15T19:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82783#M438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure to have the correct capitalization or it will not respect the parameter:&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;pointZoomScale&lt;/STRONG&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82783#M438</guid>
      <dc:creator>BrendanBladdickEsri</dc:creator>
      <dc:date>2018-04-26T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82784#M439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks this worked, however my JSON did not have this parameter to begin with, I had to add it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 14:20:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82784#M439</guid>
      <dc:creator>Lake_Worth_BeachAdmin</dc:creator>
      <dc:date>2018-05-01T14:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82785#M440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, this is a parameter that we had to add to this JSON, it was not already there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 19:27:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82785#M440</guid>
      <dc:creator>BrendanBladdickEsri</dc:creator>
      <dc:date>2018-05-01T19:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82786#M441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to zoom to&amp;nbsp;a polygon (buildings) and show some of the surrounding area for context.&amp;nbsp; Is there a polygonZoomScale property too?&amp;nbsp; I tried it but nothing happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 18:21:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82786#M441</guid>
      <dc:creator>PaulCone2</dc:creator>
      <dc:date>2018-05-14T18:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82787#M442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you get to the dashboard json in order to modify this parameter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 21:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82787#M442</guid>
      <dc:creator>MattWilkie3</dc:creator>
      <dc:date>2019-05-14T21:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82788#M443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;A href="https://ago-assistant.esri.com"&gt;ArcGIS Online Assistant&lt;/A&gt; to get the Dashboard's JSON. However, please be careful when editing the JSON configurations as it could cause errors with the Dashboard. It is recommended to &lt;A href="https://doc.arcgis.com/en/operations-dashboard/help/save-a-dashboard.htm"&gt;save a copy of the Dashboard&lt;/A&gt;, rather than editing the actual Dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Kanin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 07:44:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82788#M443</guid>
      <dc:creator>Kanin</dc:creator>
      <dc:date>2019-05-17T07:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82789#M444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaron,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to do something similar for an Operations Dashboard category selector Action = Zoom.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My OD map has a polygon selector based on Council Districts.&amp;nbsp; It works fine but the zoom threshold is so large as to almost be not helpful.&lt;/P&gt;&lt;P&gt;I see all of the configurable Action filters, in the JSON, but don't see where I could adjust the selector actions zoom properties.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2019 19:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82789#M444</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-05T19:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82790#M445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've made a copy of my dashboard and tried editing the json to add the "pointZoomScale": 10, line however after saving and reopening the dashboard no change. When I tap my list, all other points still disappear leaving only the one, but my map does not zoom into that point at all (which can make it extremely difficult to find).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where exactly does the pointZoomScale need to be added into the json? If it's in the correct location (I've tried it in the following 2 places), is there an configuration I'm missing in the dashboard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Alicia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line 6&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="454840" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/454938_pastedImage_1.png" style="border: 0px; margin: 2px 20px 0px;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Line20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG __jive_id="454841" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/454939_pastedImage_2.png" style="border: 0px; margin: 2px 20px 0px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:34:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82790#M445</guid>
      <dc:creator>AliciaRitzenthaler</dc:creator>
      <dc:date>2019-07-31T15:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82791#M446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you're in the correct spot, but a zoom level of 10 would put your eyeball right up against a grasshopper's kneecap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like 1,500, and make sure you don't have a filter action that is filtering your other points (or filtering a list that has it's own filter action, etc).&amp;nbsp; You should be able to change the point zoom scale in the dashboard map's settings once you change it in the JSON (in my experience).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2019 14:41:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82791#M446</guid>
      <dc:creator>DerrickWestoby</dc:creator>
      <dc:date>2019-08-06T14:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82792#M447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue as well.&amp;nbsp; The zoom to polygons is not very good.&amp;nbsp; Is there a setting that can be changed for polygons? &lt;A href="https://community.esri.com/migrated-users/248893"&gt;Aaron Pulver&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2019 17:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82792#M447</guid>
      <dc:creator>WilliamTrachtman</dc:creator>
      <dc:date>2019-08-06T17:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82793#M448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a conversion of &lt;STRONG&gt;pointZoomScale&lt;/STRONG&gt; values to the pre defined zoom levels on a map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2019 19:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82793#M448</guid>
      <dc:creator>WilliamTrachtman</dc:creator>
      <dc:date>2019-08-08T19:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82794#M449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of Portal are you all using? I am using 10.7 right now, and over-writing the json for the pointZoomScale from 10,000 to 1,500 has no affect on my dashboard. I am using a list widget for a point layer with the Zoom set up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 19:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82794#M449</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-04-23T19:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82795#M450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to troubleshoot this question as well but with polygons. The answer states that the map should zoom into a polygon and that is not true. How do we change this for polygons? Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2020 16:22:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82795#M450</guid>
      <dc:creator>ElizabethAyarbe</dc:creator>
      <dc:date>2020-09-11T16:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82796#M451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/17542"&gt;Elizabeth Ayarbe&lt;/A&gt;, I was never able to get polygons to work.&amp;nbsp; I made invisible points inside each polygon, then I used one point zoom level that was the best fit for viewing the polygons.&amp;nbsp; It is a work around, but it gets the job done and it looks like it is zooming in on the polygons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2020 16:31:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82796#M451</guid>
      <dc:creator>WilliamTrachtman</dc:creator>
      <dc:date>2020-09-11T16:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82797#M452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick response. I'll try doing the same. I was also thinking of creating a negative buffer that falls within the polygon feature and use that as my feature to zoom to. I'll see which one works best. Thank you again!&lt;/P&gt;&lt;P&gt;Liz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2020 20:53:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/82797#M452</guid>
      <dc:creator>ElizabethAyarbe</dc:creator>
      <dc:date>2020-09-11T20:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/1112927#M5328</link>
      <description>&lt;P&gt;Did anyone ever provide a solution to change the zoom to extent for polygons?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 18:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/1112927#M5328</guid>
      <dc:creator>PhilipShutler</dc:creator>
      <dc:date>2021-11-01T18:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/1152220#M5956</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm working on a dashboard with different project areas that could end up having very different sizes and shapes. The polygon zoom doesn't zoom in close enough to see the details of the project, and the point zoom is not going to work for all the project areas since they're all different sizes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It would be nice if when you set a zoom action in a dashboard there were zoom extent settings similar to those for Data Driven Pages/Map Series in ArcMap/Pro.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 16:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/1152220#M5956</guid>
      <dc:creator>bdewitt_olsson</dc:creator>
      <dc:date>2022-03-09T16:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: map zoom level when clicking on item list</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/1230083#M6982</link>
      <description>&lt;P&gt;This is a great solution....why is it that when we are trying to do JSON code changes people always post screenshots of the code? WHY??? Just paste the text in here with formatting. Having to type out these long strings of code just leaves more room for error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 17:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/map-zoom-level-when-clicking-on-item-list/m-p/1230083#M6982</guid>
      <dc:creator>dbuchhorn_qsi</dc:creator>
      <dc:date>2022-11-09T17:14:06Z</dc:date>
    </item>
  </channel>
</rss>

