<?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 and show nearest features? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-and-show-nearest-features/m-p/1245420#M5985</link>
    <description>&lt;P&gt;Thanks! Funny thing is that I had even considered tying the chatbot on this very question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I'll see if I can run through its step-by-step to ascertain if this actually works (might take me a while).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 20:05:54 GMT</pubDate>
    <dc:creator>MatthewMalone</dc:creator>
    <dc:date>2023-01-04T20:05:54Z</dc:date>
    <item>
      <title>Zoom and show nearest features?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-and-show-nearest-features/m-p/1245410#M5983</link>
      <description>&lt;P&gt;I'm relatively new to Experience Builder, so I wanted to determine if the following is even possible.&amp;nbsp; Namely, is there a way that a feature can be zoomed into on a map and then display features/points from another layer that fall within a set distance?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The general scenario is in regards to fire hydrant proximity.&amp;nbsp; Our Fire Department would like to enter an address, have the map zoom to that property at a set zoom level, and then only display fire hydrants within 1,000 meters of the property.&amp;nbsp; I'm not sure of Exp. Builder's query/buffer capabilities to know if this could be done on the fly.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any insights are greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Matt, Farmington Hills, MI&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 19:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-and-show-nearest-features/m-p/1245410#M5983</guid>
      <dc:creator>MatthewMalone</dc:creator>
      <dc:date>2023-01-04T19:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom and show nearest features?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-and-show-nearest-features/m-p/1245418#M5984</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; I've been playing around with an AI Chatbot that is supposed to be able to answer any question.&amp;nbsp; To test it&amp;nbsp; I came to the community and yours was the first unanswered question I found.&amp;nbsp; This is what it said:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Yes, you can use the Buffer operation in Experience Builder to create a buffer around the property and then use the Select Within operation to select the hydrants within the buffer.&lt;/P&gt;&lt;P&gt;Here's how you can do this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Add a Map widget to your Experience Builder page and configure it to display the property layer and the fire hydrant layer.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add a Textbox widget to the page and configure it to accept an address.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add a Button widget to the page and configure it to execute a script when clicked.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;In the script, use the Geocode operation to convert the address entered in the Textbox widget to a location on the map.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use the Zoom To operation to zoom the map to the location of the property.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use the Buffer operation to create a buffer around the property with a radius of 1000 meters.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use the Select Within operation to select the fire hydrants within the buffer.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use the Update Layer Visibility operation to hide the fire hydrants that are not within the buffer.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This will cause the map to zoom to the property and only display the fire hydrants within a 1000 meter radius of the property.&lt;/P&gt;&lt;P&gt;&lt;A href="https://chat.openai.com/chat" target="_blank" rel="noopener"&gt;https://chat.openai.com/chat&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Jan 2023 20:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-and-show-nearest-features/m-p/1245418#M5984</guid>
      <dc:creator>novakc</dc:creator>
      <dc:date>2023-01-04T20:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom and show nearest features?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-and-show-nearest-features/m-p/1245420#M5985</link>
      <description>&lt;P&gt;Thanks! Funny thing is that I had even considered tying the chatbot on this very question. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I'll see if I can run through its step-by-step to ascertain if this actually works (might take me a while).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 20:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-and-show-nearest-features/m-p/1245420#M5985</guid>
      <dc:creator>MatthewMalone</dc:creator>
      <dc:date>2023-01-04T20:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom and show nearest features?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-and-show-nearest-features/m-p/1245550#M5988</link>
      <description>&lt;P&gt;I read an article yesterday about the chatbot and now I can't stop asking it questions.&amp;nbsp; It's amazing!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 12:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/zoom-and-show-nearest-features/m-p/1245550#M5988</guid>
      <dc:creator>novakc</dc:creator>
      <dc:date>2023-01-05T12:05:06Z</dc:date>
    </item>
  </channel>
</rss>

