<?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: Zoom to location via URL in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126910#M3371</link>
    <description>&lt;P&gt;Kudos on using the Dymaxion projection! I rarely work at scales where "fun" projections even matter.&lt;/P&gt;&lt;P&gt;But to your issue: if the map is a &lt;STRONG&gt;Map Widget&lt;/STRONG&gt; in EB, there's a way to set up a &lt;EM&gt;Message Action&lt;/EM&gt;. But this only works with widgets that allow record selection, like a list or table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1639686871645.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/29890i46C9352915DA29C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1639686871645.png" alt="jcarlson_0-1639686871645.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Dec 2021 20:36:20 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2021-12-16T20:36:20Z</dc:date>
    <item>
      <title>Zoom to location via URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126866#M3368</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following on from my earlier question, I'm trying to work out if it would be possible to zoom to a map location using a URL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;I can pass a selected feature via the URL, and next I'm trying to zoom to that feature.&lt;/P&gt;&lt;P&gt;Any pointers gratefully received!&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 19:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126866#M3368</guid>
      <dc:creator>HelenCooper</dc:creator>
      <dc:date>2021-12-16T19:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to location via URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126878#M3369</link>
      <description>&lt;P&gt;It's &lt;EM&gt;possible, &lt;/EM&gt;but depends a lot upon the configuration of the destination map, and what fields you have available in your features.&lt;/P&gt;&lt;P&gt;Google Maps, to use as an example, takes locations as part of the URL:&lt;/P&gt;&lt;PRE&gt;https://www.google.com/maps/@&amp;lt;lot&amp;gt;,&amp;lt;lon&amp;gt;,13z&lt;/PRE&gt;&lt;P&gt;But this would only work as a URL link if the location were available to me as attributes in the feature.&lt;/P&gt;&lt;P&gt;One of the downsides of Experience Builder is that Arcade expressions are not available, so dynamically generating the URL from the feature geometry won't&amp;nbsp; work. You could still get that link to generate in a popup expression, but it won't be a nice Button widget.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 19:37:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126878#M3369</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-12-16T19:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to location via URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126907#M3370</link>
      <description>&lt;P&gt;Thanks Josh,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get it to work with a map within EB - I've put a rough example together here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://experience.arcgis.com/experience/95e2ca6befde4ae4809f7b9b7da70f1a/" target="_blank"&gt;https://experience.arcgis.com/experience/95e2ca6befde4ae4809f7b9b7da70f1a/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So if you click the 'URL with attributes' button, it will load a page with a map and select a feature on the map, but I can't seem to get it to zoom in to the selected feature automatically.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 20:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126907#M3370</guid>
      <dc:creator>HelenCooper</dc:creator>
      <dc:date>2021-12-16T20:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to location via URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126910#M3371</link>
      <description>&lt;P&gt;Kudos on using the Dymaxion projection! I rarely work at scales where "fun" projections even matter.&lt;/P&gt;&lt;P&gt;But to your issue: if the map is a &lt;STRONG&gt;Map Widget&lt;/STRONG&gt; in EB, there's a way to set up a &lt;EM&gt;Message Action&lt;/EM&gt;. But this only works with widgets that allow record selection, like a list or table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1639686871645.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/29890i46C9352915DA29C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1639686871645.png" alt="jcarlson_0-1639686871645.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 20:36:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126910#M3371</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-12-16T20:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to location via URL</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126953#M3372</link>
      <description>&lt;P&gt;Thanks Josh,&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's very rare for me to be mapping in anything other than British National Grid, so I hear you!&lt;/P&gt;&lt;P&gt;It is a map widget, but I can't see any message actions associated with the map (only the associated list). I'll keep exploring, it might be that I can get the list to be the 'thing' that's selected when I first load the page, and then use that to trigger a message action to zoom the map...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also just experimented with having the map zoomed to a custom location within the settings, so it stays at that zoom level but moves around when it first loads... it kind of works but is a little clunky!&lt;/P&gt;&lt;P&gt;It's getting late here so I'll pick this up again tomorrow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for all your help, really appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 21:53:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-to-location-via-url/m-p/1126953#M3372</guid>
      <dc:creator>HelenCooper</dc:creator>
      <dc:date>2021-12-16T21:53:31Z</dc:date>
    </item>
  </channel>
</rss>

