<?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 ArcGIS Enterprise 11.5: Subtype group layer in webmap symbology scaling issues in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-enterprise-11-5-subtype-group-layer-in/m-p/1680224#M43720</link>
    <description>&lt;P&gt;Software: ArcGIS Pro 3.5.4, ArcGIS Enterprise 11.5&lt;/P&gt;&lt;P&gt;Goal: To create a Web Map based on a Utility Network Feature Layer. In the Web Map I want to use Subtype Group Layers.&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm facing these issues, open to suggestions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Adding a subtype group layer is not possible in the web map UI on the browser. Not a big issue but would be nice if that feature is supported in the future.&lt;/LI&gt;&lt;LI&gt;Adding a subtype group layer via ArcGIS pro and sharing the map as web map is possible. However, the symbology can't be edited afterwards in the browser.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Setting the symbology within ArcGIS Pro is also possible but it seems that it is not possible to scale symbology based on current scale. I've tried the following methods:&lt;OL&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StijnSchouten_0-1769523880117.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147397iAA6AC9E6F6B55474/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StijnSchouten_0-1769523880117.png" alt="StijnSchouten_0-1769523880117.png" /&gt;&lt;/span&gt;&lt;P&gt;setting the size by a field expression. Example of expression&lt;/P&gt;&lt;P&gt;var scale = $view.scale;&lt;/P&gt;&lt;P&gt;if (scale &amp;lt; 100) {&lt;BR /&gt;return 12; // Max size when zoomed in, smaller than before&lt;BR /&gt;} else if (scale &amp;lt; 250) {&lt;BR /&gt;return 11;&lt;BR /&gt;} else if (scale &amp;lt; 500) {&lt;BR /&gt;return 10;&lt;BR /&gt;} else if (scale &amp;lt; 1000) {&lt;BR /&gt;return 9;&lt;BR /&gt;} else if (scale &amp;lt; 1500) {&lt;BR /&gt;return 8;&lt;BR /&gt;} else if (scale &amp;lt; 2000) {&lt;BR /&gt;return 7;&lt;BR /&gt;} else if (scale &amp;lt; 2500) {&lt;BR /&gt;return 6;&lt;BR /&gt;} else if (scale &amp;lt; 3000) {&lt;BR /&gt;return 5;&lt;BR /&gt;} else if (scale &amp;lt; 10000) {&lt;BR /&gt;return 4;&lt;BR /&gt;} else {&lt;BR /&gt;return 3; // Smallest size when zoomed out&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt; Orange styling in the web map (is this some kind of error?)&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StijnSchouten_1-1769523985764.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147398i1355C5888744AC20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StijnSchouten_1-1769523985764.png" alt="StijnSchouten_1-1769523985764.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Tried scale based sizing within the symbol&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StijnSchouten_2-1769524052972.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147399iCFC2CD18ED7EB7A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StijnSchouten_2-1769524052972.png" alt="StijnSchouten_2-1769524052972.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;STRONG&gt;Result:&amp;nbsp;&lt;/STRONG&gt;No orange symbology anymore but no difference when zooming in or out in the web map.&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Tried the scales option within the Unique Values screen&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StijnSchouten_4-1769524165752.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147401iCF976CA548BB0CAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StijnSchouten_4-1769524165752.png" alt="StijnSchouten_4-1769524165752.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Result:&amp;nbsp;&lt;/STRONG&gt;Same as method 2&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;As of now i don't have any other methods of setting the symbology scale for web maps based on group type layers. Normally you would be able to 'fix' whatever goes broken when deploying a web map via ArcGIS Pro but that seems not possible for subtype group layers.&lt;/P&gt;&lt;P&gt;Also tinkered a little bit with setting the subtype group layer on the feature layer level as the symbology there seems more stable/better. However, creating the subtype group layer there results in losing all domain translations for all fields :'(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 14:33:11 GMT</pubDate>
    <dc:creator>StijnSchouten</dc:creator>
    <dc:date>2026-01-27T14:33:11Z</dc:date>
    <item>
      <title>ArcGIS Enterprise 11.5: Subtype group layer in webmap symbology scaling issues</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-enterprise-11-5-subtype-group-layer-in/m-p/1680224#M43720</link>
      <description>&lt;P&gt;Software: ArcGIS Pro 3.5.4, ArcGIS Enterprise 11.5&lt;/P&gt;&lt;P&gt;Goal: To create a Web Map based on a Utility Network Feature Layer. In the Web Map I want to use Subtype Group Layers.&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm facing these issues, open to suggestions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Adding a subtype group layer is not possible in the web map UI on the browser. Not a big issue but would be nice if that feature is supported in the future.&lt;/LI&gt;&lt;LI&gt;Adding a subtype group layer via ArcGIS pro and sharing the map as web map is possible. However, the symbology can't be edited afterwards in the browser.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Setting the symbology within ArcGIS Pro is also possible but it seems that it is not possible to scale symbology based on current scale. I've tried the following methods:&lt;OL&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StijnSchouten_0-1769523880117.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147397iAA6AC9E6F6B55474/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StijnSchouten_0-1769523880117.png" alt="StijnSchouten_0-1769523880117.png" /&gt;&lt;/span&gt;&lt;P&gt;setting the size by a field expression. Example of expression&lt;/P&gt;&lt;P&gt;var scale = $view.scale;&lt;/P&gt;&lt;P&gt;if (scale &amp;lt; 100) {&lt;BR /&gt;return 12; // Max size when zoomed in, smaller than before&lt;BR /&gt;} else if (scale &amp;lt; 250) {&lt;BR /&gt;return 11;&lt;BR /&gt;} else if (scale &amp;lt; 500) {&lt;BR /&gt;return 10;&lt;BR /&gt;} else if (scale &amp;lt; 1000) {&lt;BR /&gt;return 9;&lt;BR /&gt;} else if (scale &amp;lt; 1500) {&lt;BR /&gt;return 8;&lt;BR /&gt;} else if (scale &amp;lt; 2000) {&lt;BR /&gt;return 7;&lt;BR /&gt;} else if (scale &amp;lt; 2500) {&lt;BR /&gt;return 6;&lt;BR /&gt;} else if (scale &amp;lt; 3000) {&lt;BR /&gt;return 5;&lt;BR /&gt;} else if (scale &amp;lt; 10000) {&lt;BR /&gt;return 4;&lt;BR /&gt;} else {&lt;BR /&gt;return 3; // Smallest size when zoomed out&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt; Orange styling in the web map (is this some kind of error?)&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StijnSchouten_1-1769523985764.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147398i1355C5888744AC20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StijnSchouten_1-1769523985764.png" alt="StijnSchouten_1-1769523985764.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Tried scale based sizing within the symbol&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StijnSchouten_2-1769524052972.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147399iCFC2CD18ED7EB7A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StijnSchouten_2-1769524052972.png" alt="StijnSchouten_2-1769524052972.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;STRONG&gt;Result:&amp;nbsp;&lt;/STRONG&gt;No orange symbology anymore but no difference when zooming in or out in the web map.&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Tried the scales option within the Unique Values screen&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StijnSchouten_4-1769524165752.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147401iCF976CA548BB0CAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StijnSchouten_4-1769524165752.png" alt="StijnSchouten_4-1769524165752.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Result:&amp;nbsp;&lt;/STRONG&gt;Same as method 2&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;As of now i don't have any other methods of setting the symbology scale for web maps based on group type layers. Normally you would be able to 'fix' whatever goes broken when deploying a web map via ArcGIS Pro but that seems not possible for subtype group layers.&lt;/P&gt;&lt;P&gt;Also tinkered a little bit with setting the subtype group layer on the feature layer level as the symbology there seems more stable/better. However, creating the subtype group layer there results in losing all domain translations for all fields :'(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 14:33:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-enterprise-11-5-subtype-group-layer-in/m-p/1680224#M43720</guid>
      <dc:creator>StijnSchouten</dc:creator>
      <dc:date>2026-01-27T14:33:11Z</dc:date>
    </item>
  </channel>
</rss>

