<?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: Re-size symbology by View Scale in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090490#M8395</link>
    <description>&lt;P&gt;On your own screenshot, you have circled the options button.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1629394230541.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21185iCFC96E11CA6EAAAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1629394230541.png" alt="jcarlson_0-1629394230541.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"View Scale Based" is simply what I titled my expression.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 17:30:44 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2021-08-19T17:30:44Z</dc:date>
    <item>
      <title>Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090386#M8386</link>
      <description>&lt;P&gt;I am trying to create a custom expression on a feature so that it will re-size the symbology as I zoom in and out. Like this example ESRI Blog -&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/how-and-why-to-adjust-size-by-scale-in-web-maps/" target="_self"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/how-and-why-to-adjust-size-by-scale-in-web-maps/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, everything I try, I keep getting errors.&lt;/P&gt;&lt;P&gt;I've also read this blog as well, but the steps are too complex for what I need to accomplish, as I don't have a layer I need to symbolize by attribute. -&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-living-atlas-blog/automatically-resize-symbols-by-map-scale-in/ba-p/887307" target="_self"&gt;https://community.esri.com/t5/arcgis-living-atlas-blog/automatically-resize-symbols-by-map-scale-in/ba-p/887307&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is where I left off, basing off of the blogs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Scale.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21158i92449086F4980519/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Scale.JPG" alt="Scale.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I just have a simple layer for Manhole locations.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Manholes.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21160i7DAA19401140F1D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manholes.JPG" alt="Manholes.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This layer is a part of a Web Application for our Asset Management database (bridges, dams, outfalls, signals, inlets, pavement, etc). So there will be a lot of layers involved. I made a custom symbol for the Manholes &amp;amp; Inlets, and you cannot see the detail when the symbols are a smaller size.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can anyone help let me know how to fix my expression?&lt;/STRONG&gt; I will need to do this will all of the layers involved.&lt;/P&gt;&lt;P&gt;The scales listed in the expression were from one of the blogs, I did not set them myself.&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 14:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090386#M8386</guid>
      <dc:creator>KamillePreto</dc:creator>
      <dc:date>2021-08-19T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090394#M8387</link>
      <description>&lt;P&gt;You can refer to the &lt;A href="https://developers.arcgis.com/arcade/function-reference/logical_functions/#when" target="_blank"&gt;When&lt;/A&gt; page, but basically you need a default value at the very end for when none of the conditions are met. Just add "&lt;STRONG&gt;, 5&lt;/STRONG&gt;" before the final parenthesis.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 15:00:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090394#M8387</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-19T15:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090400#M8388</link>
      <description>&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;Thank you again. My script already has a ", 5" before the final parenthesis, so I added another just to see if it would work, but I am now getting a "Parse Error: Line 8: Unexpected identifier".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scale2.JPG" style="width: 808px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21163iC5CFAA20EDA0773F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Scale2.JPG" alt="Scale2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;var vs = $view.scale&lt;/P&gt;&lt;P&gt;when(&lt;BR /&gt;vs &amp;gt;=37000000, 30,&lt;BR /&gt;vs &amp;gt;=18500000, 20,&lt;BR /&gt;vs &amp;gt;=9300000, 10,&lt;BR /&gt;vs &amp;gt;=4700000, 8&lt;BR /&gt;vs &amp;gt;=2000000, 5, 5)&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 15:10:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090400#M8388</guid>
      <dc:creator>KamillePreto</dc:creator>
      <dc:date>2021-08-19T15:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090404#M8389</link>
      <description>&lt;P&gt;Now you're missing a comma after the 8.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 15:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090404#M8389</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-19T15:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090413#M8390</link>
      <description>&lt;P&gt;Thanks for catching that. Fixed and updated to the script below.&lt;/P&gt;&lt;P&gt;var vs = $view.scale&lt;/P&gt;&lt;P&gt;when(&lt;BR /&gt;vs &amp;gt;=5000, 8,&lt;BR /&gt;vs &amp;gt;=2300, 15,&lt;BR /&gt;vs &amp;gt;=1200, 20,&lt;BR /&gt;vs &amp;gt;=600, 25, 5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, now this is what I'm getting -&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scale3.JPG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21164i886B36127A22221A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Scale3.JPG" alt="Scale3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I don't believe it worked correctly. The symbols get smaller when I zoom in, and I wanted them to get larger. I also don't know what the legend is counting (&amp;gt;40, 30, 20, 10, etc). I still think I'm doing something wrong. Am I typing in the view scale incorrectly? I'm just super confused.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 15:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090413#M8390</guid>
      <dc:creator>KamillePreto</dc:creator>
      <dc:date>2021-08-19T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090431#M8391</link>
      <description>&lt;P&gt;So, those numbers you're defining with your expression are just arbitrary values, they're not directly setting the symbol size number. What you'll need to do is to open the symbology settings to adjust the min/max values, as well as the min/max symbol sizes to match the min/max values from your expression.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_1-1629387837913.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21168iDDB32AF72DB4B214/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1629387837913.png" alt="jcarlson_1-1629387837913.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 15:51:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090431#M8391</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-19T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090434#M8392</link>
      <description>&lt;P&gt;Where do you see this option in Symbology settings? I don't have that.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 15:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090434#M8392</guid>
      <dc:creator>KamillePreto</dc:creator>
      <dc:date>2021-08-19T15:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090444#M8393</link>
      <description>&lt;P&gt;Click the "Options" button.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 16:11:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090444#M8393</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-19T16:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090472#M8394</link>
      <description>&lt;P&gt;I'm sorry, maybe my last question wasn't clear. I don't have the "View Scale Based" symbology options where you can customize a min/max. I only have the normal symbology options - choosing a symbol, transparency and visible range.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 17:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090472#M8394</guid>
      <dc:creator>KamillePreto</dc:creator>
      <dc:date>2021-08-19T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090490#M8395</link>
      <description>&lt;P&gt;On your own screenshot, you have circled the options button.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1629394230541.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21185iCFC96E11CA6EAAAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1629394230541.png" alt="jcarlson_0-1629394230541.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"View Scale Based" is simply what I titled my expression.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 17:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090490#M8395</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-19T17:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090519#M8396</link>
      <description>&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;Yes, I am very familiar with the Options button. When I selected it the first time, that sliding bar with the min/max was not there. Now after re-entering the expression again, it is. But I still do not think it is correct. When I zoom in the points get smaller. When I zoom out, they get larger. I wanted that flipped. So I went back into the expression and switched the numbers from top to bottom and it is still doing the same thing. So I changed the slider (min/max) and that does work. But I just don't understand what the legend is referring to. What are the numbers? - If they are the second numbers in my expression (25, 20, 15, 8), those were just random symbol sizes I assigned to the zoom levels. Not attributes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="symbology.JPG" style="width: 287px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/21191i4F816353825B514C/image-size/large?v=v2&amp;amp;px=999" role="button" title="symbology.JPG" alt="symbology.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 18:17:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1090519#M8396</guid>
      <dc:creator>KamillePreto</dc:creator>
      <dc:date>2021-08-19T18:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re-size symbology by View Scale</title>
      <link>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1115182#M8420</link>
      <description>&lt;P&gt;Check out this blog.&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/mapping/updated-arcade-scaling-symbology/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/mapping/updated-arcade-scaling-symbology/&lt;/A&gt;&amp;nbsp;to see how one approach works to give your explicit size control by scale.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 06:55:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/re-size-symbology-by-view-scale/m-p/1115182#M8420</guid>
      <dc:creator>Jim_Herries_UOdocent</dc:creator>
      <dc:date>2021-11-09T06:55:56Z</dc:date>
    </item>
  </channel>
</rss>

