<?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: ArcGIS Pro - collapse small polygons to points as I zoom out in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1644001#M98399</link>
    <description>&lt;P&gt;Agreed. I don't know how to render polygons as points in AGOL (please update if anyone knows how).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That said, you could create a point layer of the centroids and publish that along with your polygon layer. Then, you &lt;U&gt;&lt;EM&gt;might&lt;/EM&gt;&lt;/U&gt;&amp;nbsp;be able to use the Arcade expression to adjust the scale threshold that divides drawing as polygons and points. Or just hard-code the scale thresholds of each layer. It's definitely a less elegant solution.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Aug 2025 22:27:00 GMT</pubDate>
    <dc:creator>davedoesgis</dc:creator>
    <dc:date>2025-08-20T22:27:00Z</dc:date>
    <item>
      <title>ArcGIS Pro - collapse small polygons to points as I zoom out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1014967#M35793</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Short version:&lt;/STRONG&gt; How can I make an ArcGIS Pro polygon layer draw super-tiny features as points, leaving larger features as polygons as the user zooms in and out?&lt;/P&gt;&lt;P&gt;I have a map of fire perimeters. They range from over 200k acres down to 1 acre. When zoomed in far enough, I'd like to display all the fires. As a user zooms out, I'd like to start collapsing polygon symbology into points for the smaller fires. I can create some categories of acreage and map scale thresholds (e.g.:&amp;nbsp;25k acres &amp;gt;&amp;gt; 1:1,000,000; 50k acres &amp;gt;&amp;gt; 1:5,000,000; over 50k acres always draw as polygons). Or maybe it's easier to calculate the ratio of acres/map_scale and have a minimum threshold that divides polygon rendering from point rendering.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already have a solution that I really hate. It's so bad that I figure I'm missing something obvious. Heck, I could do this back in ArcIMS with a scale-dependent renderer (except maybe turning polys into points).&amp;nbsp;Here is what I already know:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have the acres in a field.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I know how to set the scale ranges for the classes. This is almost useful, but it just turns them on or off, whereas I need them to change into something else.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I know how to scale the symbol size based on map scale, but I want to change the symbol altogether, not just make the symbol bigger/smaller.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I know how to apply a marker symbol to a polygon (wrench icon &amp;gt; Add Symbol Layer &amp;gt; marker symbol &amp;gt; Layers icon &amp;gt; Marker Placement &amp;gt; Placement &amp;gt; At Center). My data change often, so I don't want some data management nightmare creating a separate centroids layer.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;I guess I could do this with multiple layers pointing to the same feature class, but that seems kinda lame.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 05:15:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1014967#M35793</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2021-01-08T05:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - collapse small polygons to points as I zoom out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1015247#M35821</link>
      <description>&lt;P&gt;Hmmm...I know of a few workflows - ArcGIS Pro and ArcGIS Insights - that might work.&lt;BR /&gt;&lt;BR /&gt;In ArcGIS Insights, there's a symbology technique called binned maps that transitions from dynamic rectangles to points based upon # of features set for the transition value.&amp;nbsp; You can learn about it &lt;A href="https://doc.arcgis.com/en/insights/latest/create/binned-maps.htm" target="_self"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;In ArcGIS Pro, there's a workflow called &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/aggregate-features-into-bins.htm" target="_self"&gt;feature binning&lt;/A&gt; that only works with an Enterprise Geodatabase point feature class.&amp;nbsp; It takes a large number of points and creates dynamic polygons that change size and have a count value as the label.&amp;nbsp; You could use this for the small scale extent and then use scale dependent displays that turns off the feature binning at a certain scale and then turns on the polygons once you've zoomed in.&amp;nbsp; There's a good blog article &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/aggregate-features-into-bins.htm" target="_self"&gt;here&lt;/A&gt; that goes into more detail.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 22:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1015247#M35821</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2021-01-08T22:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - collapse small polygons to points as I zoom out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1015301#M35825</link>
      <description>&lt;P&gt;Thanks, Robert. I'm not using Insights.&amp;nbsp;We have an Enterprise Geodatabase available, and that binning looks cool, but it doesn't quite get at this particular issue (though it does possibly work for another workflow I have).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2021 02:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1015301#M35825</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2021-01-09T02:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - collapse small polygons to points as I zoom out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1016447#M35960</link>
      <description>&lt;P&gt;I worked out a decent solution. Here is a summary of how to do it. There are plenty of rabbit trails you could go down, but this is just a simple example. I do wish ArcGIS had a way to streamline this. The solution would probably be best calculated using pixel units on screen, rather than feature area.&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Display Collapsed Polygons As Points&lt;/H3&gt;&lt;P&gt;At certain scales, some polygons may collapse down to where they cannot be seen. In this case, we have a map of wildfire perimeters with several polygons that are barely visible at this scale. There are about 9 polygons in this screenshot that you can barely see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="01 small polys.png" style="width: 317px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3733i6A2032794923E7B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="01 small polys.png" alt="01 small polys.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The goal is to convert those into a marker symbol, so first we need to learn how to display polygons with a marker symbol.&lt;/P&gt;&lt;H4&gt;Display Polygons as Markers&lt;/H4&gt;&lt;P&gt;Open the symbology and click on the symbol (the red polygon in this screenshot) to open its properties:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="02 open symbology.png" style="width: 264px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3735iDE41405670AB08A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="02 open symbology.png" alt="02 open symbology.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Click on the Wrench and then on “Add Symbol Layer”. Choose Marker Symbol type.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="03 add symbol layer.png" style="width: 240px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3736i37C4B80490434768/image-size/large?v=v2&amp;amp;px=999" role="button" title="03 add symbol layer.png" alt="03 add symbol layer.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Go back to the layers section and click on the shape marker symbol that was added.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Set its symbol, size, shape, color, etc. as you normally would&lt;/LI&gt;&lt;LI&gt;Scroll down to “Marker Placement” and choose “At Center” from the Placement option&lt;/LI&gt;&lt;LI&gt;Just below that, you may also wish to play with the Method option to determine where to place it.&lt;/LI&gt;&lt;LI&gt;Click Apply&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="04 set as marker symbol.png" style="width: 481px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3738i11E35C091456A97A/image-size/large?v=v2&amp;amp;px=999" role="button" title="04 set as marker symbol.png" alt="04 set as marker symbol.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This just adds a point to each polygon. You can turn off or delete the fill and outline layers in the symbol to just get a marker point.&lt;/P&gt;&lt;P&gt;For a &lt;EM&gt;&lt;U&gt;really basic&lt;/U&gt;&lt;/EM&gt; scale setting, you could create two map layers pointing to the same feature class – one as a point and one as a polygon. Then, just set non-overlapping scale thresholds on the layers. For a limited scale range, especially if your features are of somewhat uniform size. This solution is also AGOL-friendly, if publishing to the web is a factor.&lt;/P&gt;&lt;P&gt;The drawback is that if we keep zooming out, all but the very largest wildfires would eventually benefit from point rendering, so we don’t want to just have a simple scale threshold. Since this dataset ranges from &amp;lt;1 acres to &amp;gt;200,000 acres, the massive size range creates a unique challenge that requires a better solution.&lt;/P&gt;&lt;H4&gt;Scale-Based Marker Display&lt;/H4&gt;&lt;P&gt;To convert polygons into points when they’ve collapsed down on themselves isn’t too hard. First, open the symbology for your polygon layer and choose &lt;EM&gt;Unique Values&lt;/EM&gt; classification. I have a field &lt;EM&gt;GISAcres&lt;/EM&gt; for the acreage in this case, so choose that for Field 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="05 unique values.png" style="width: 475px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3740i40DA834C934716E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="05 unique values.png" alt="05 unique values.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Next, click on the green/white “X” expression icon next to the field. For the expression, I set it to this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;if ($feature.GISAcres &amp;gt;= 50000) {return 'poly'}
if ((Sqrt($feature.GISAcres) / $view.scale) &amp;gt; 0.00003) {return 'poly'}
return "point" &lt;/LI-CODE&gt;&lt;P&gt;In this example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Line 1: Anything over 50k acres always draws as a polygon. This was specific to my solution, but you can remove this first line if you wish.&lt;/LI&gt;&lt;LI&gt;Line 2: This where we figure out if the feature is large enough to draw as a polygon at this map scale (more on this later).&lt;/LI&gt;&lt;LI&gt;Line 3: If we’re still running, it’s below the threshold for a polygon, so draw as a point.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Because acreage is an aerial measure (2-D), but scale is linear (1-D), I took the square root of the acreage (&lt;EM&gt;Sqrt&lt;/EM&gt; function). You could square the map scale, instead, if you wish. Then, I divide the acreage’s square root by the map scale.&lt;/P&gt;&lt;P&gt;The threshold I set here of 0.00003 is arbitrary. I found this out simply by experimenting with it until it looked good. If your polygons are measured in hectares, square km, etc., then you could do a unit conversion, or just play with it until you find your own setting.&lt;/P&gt;&lt;P&gt;Lastly, if the features’ size is not already in a field, it is possible to get the features’ &lt;A href="https://developers.arcgis.com/arcade/function-reference/geometry_functions/#area" target="_self"&gt;area from the Arcade expression&lt;/A&gt;. You can also use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-field.htm" target="_self"&gt;Calculate Field geoprocessing tool&lt;/A&gt; to create a new field with the area.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That’s the hardest part. Now, we have a map that looks like this. The expression can only return &lt;EM&gt;point &lt;/EM&gt;or&lt;EM&gt; poly&lt;/EM&gt;, so you can turn off the other values.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="06 point-poly.png" style="width: 177px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3741i10FF2A0D7EF6334A/image-size/large?v=v2&amp;amp;px=999" role="button" title="06 point-poly.png" alt="06 point-poly.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Using the instructions above, you can set the “point” category’s symbol to use a marker symbol instead of a polygon renderer. If you start in the Contents pane, you could just click on the pink point swatch in the screenshot above. Or from the layer’s symbology, you can click on that category to format the symbol.&lt;/P&gt;&lt;P&gt;Here is what I created, and if I zoom in enough, I can see the outline for any of the points on this map:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="07 final solution.png" style="width: 591px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3743iB082C28A04895BEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="07 final solution.png" alt="07 final solution.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 17:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1016447#M35960</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2021-01-13T17:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - collapse small polygons to points as I zoom out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1616057#M95867</link>
      <description>&lt;P&gt;Just an fyi for people, if you happen to publish a layer that you have used the above workflow to create a point for polygons at certain zoom levels - it will not carry over and visualize in AGOL.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 15:32:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1616057#M95867</guid>
      <dc:creator>KAMPRB</dc:creator>
      <dc:date>2025-05-19T15:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - collapse small polygons to points as I zoom out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1644001#M98399</link>
      <description>&lt;P&gt;Agreed. I don't know how to render polygons as points in AGOL (please update if anyone knows how).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That said, you could create a point layer of the centroids and publish that along with your polygon layer. Then, you &lt;U&gt;&lt;EM&gt;might&lt;/EM&gt;&lt;/U&gt;&amp;nbsp;be able to use the Arcade expression to adjust the scale threshold that divides drawing as polygons and points. Or just hard-code the scale thresholds of each layer. It's definitely a less elegant solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 22:27:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1644001#M98399</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2025-08-20T22:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - collapse small polygons to points as I zoom out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1673999#M100907</link>
      <description>&lt;P&gt;Thank you for taking the time to post this! You saved me hours of work looking for all of these settings and the strategy to collapse the polygon to a point! THANK YOU for sharing your work and helping others.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 17:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1673999#M100907</guid>
      <dc:creator>CPaulman</dc:creator>
      <dc:date>2025-12-18T17:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro - collapse small polygons to points as I zoom out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1674455#M100930</link>
      <description>&lt;P&gt;You're welcome. Glad it helped. Happy mapping.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Dec 2025 19:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-collapse-small-polygons-to-points-as-i/m-p/1674455#M100930</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2025-12-21T19:34:10Z</dc:date>
    </item>
  </channel>
</rss>

