<?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: Dynamic Spatial Filter in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717610#M104146</link>
    <description>&lt;P&gt;It's a good idea, but that only selects features that intersect the geometry you select, I need "within a distance".&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jul 2026 15:11:50 GMT</pubDate>
    <dc:creator>GaryBarden</dc:creator>
    <dc:date>2026-07-30T15:11:50Z</dc:date>
    <item>
      <title>Dynamic Spatial Filter</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717597#M104143</link>
      <description>&lt;P&gt;Is it possible to apply a spatial filter to a layer that is based on a points location to a polygon layer that is frequently updated? The layer would be published and used in a map application where the user would see only the points within proximity to the most up-to-date version of the polygons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 14:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717597#M104143</guid>
      <dc:creator>GaryBarden</dc:creator>
      <dc:date>2026-07-30T14:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Spatial Filter</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717605#M104144</link>
      <description>&lt;P&gt;I wonder if this workflow,&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/spatially-filter-feature-layers-with-definition-queries" target="_blank"&gt;Spatially Filter Feature Layers with Definition Queries&lt;/A&gt;, would work for you?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 15:03:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717605#M104144</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-07-30T15:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Spatial Filter</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717610#M104146</link>
      <description>&lt;P&gt;It's a good idea, but that only selects features that intersect the geometry you select, I need "within a distance".&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 15:11:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717610#M104146</guid>
      <dc:creator>GaryBarden</dc:creator>
      <dc:date>2026-07-30T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Spatial Filter</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717614#M104148</link>
      <description>&lt;P&gt;Gotcha.&amp;nbsp; So question then - what type of map application will you be using?&amp;nbsp; Experience Builder?&amp;nbsp; Instant Apps?&amp;nbsp; Other?&lt;BR /&gt;&lt;BR /&gt;Related - straight line distance or drive time/distance?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 15:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717614#M104148</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-07-30T15:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Spatial Filter</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717635#M104150</link>
      <description>&lt;P&gt;Experience Builder. Straight line distance.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 16:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717635#M104150</guid>
      <dc:creator>GaryBarden</dc:creator>
      <dc:date>2026-07-30T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Spatial Filter</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717637#M104151</link>
      <description>&lt;P&gt;Okay.&amp;nbsp; So&amp;nbsp;Experience Builder can do “points within a straight-line distance of polygons”&amp;nbsp;using the&amp;nbsp;Query widget&amp;nbsp;(not the Filter widget).&lt;/P&gt;&lt;P&gt;Here are some steps you can try:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add a&amp;nbsp;Query&amp;nbsp;widget and set the&amp;nbsp;data source&amp;nbsp;to your&amp;nbsp;points&amp;nbsp;layer.&lt;/LI&gt;&lt;LI&gt;In the Query widget, add a&amp;nbsp;Spatial filter&amp;nbsp;and choose&amp;nbsp;Selected features from data source&amp;nbsp;(the option that returns features that have a spatial relationship with features in another layer).&lt;/LI&gt;&lt;LI&gt;Add filter layer&amp;nbsp;= your&amp;nbsp;polygons&amp;nbsp;layer.&lt;/LI&gt;&lt;LI&gt;Turn on&amp;nbsp;Enable buffer&amp;nbsp;and set the&amp;nbsp;distance&amp;nbsp;and&amp;nbsp;units&amp;nbsp;(this is the “within a distance” part).&lt;/LI&gt;&lt;LI&gt;Use the&amp;nbsp;Query result (output data source)&amp;nbsp;to drive what the user sees (connect your Map/List/Table widgets to the query result).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You can learn more about the Query widget here -&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/query-widget.htm" target="_blank"&gt;Query widget—ArcGIS Experience Builder | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 16:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717637#M104151</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-07-30T16:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Spatial Filter</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717644#M104152</link>
      <description>&lt;P&gt;The problem with this approach is that the Filter Layer only supports Selected features so I would have to add another step to the the workflow where users have to select the polygons first.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The idea behind trying to filter the number of points before bringing them into the app is because there are just over 50k points that I'm trying to find within proximity to about 75 polygons. Trying to do this all within the app cause performance issues.&lt;/P&gt;&lt;P&gt;For additional clarification, the intended use of the app is to enable users to identify our assets that are within 10 miles of the wildfire perimeters in this layer&amp;nbsp;(&lt;A href="https://www.arcgis.com/home/item.html?id=d957997ccee7408287a963600a77f61f#overview" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=d957997ccee7408287a963600a77f61f#overview&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 16:44:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717644#M104152</guid>
      <dc:creator>GaryBarden</dc:creator>
      <dc:date>2026-07-30T16:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Spatial Filter</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717683#M104157</link>
      <description>&lt;P&gt;Understand.&amp;nbsp; So, sadly, i&lt;SPAN&gt;n ArcGIS Pro, there isn’t a built-in&amp;nbsp;&lt;/SPAN&gt;dynamic&lt;SPAN&gt;&amp;nbsp;spatial filter that continuously re-evaluates a layer as another layer’s geometry changes (including “within a distance”).&amp;nbsp; I know one can do this running a series of GP tools to ultimately get to the updated list point of points within 10 miles of a wildfire perimeter.&amp;nbsp; Presumably one could script the workflow and schedule the Python script to execute daily via Windows Task Scheduler.&amp;nbsp; Could do the same thing in ModelBuilder too.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 18:33:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-spatial-filter/m-p/1717683#M104157</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-07-30T18:33:27Z</dc:date>
    </item>
  </channel>
</rss>

