<?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 colouring of vector data in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/dynamic-colouring-of-vector-data/m-p/1568472#M41239</link>
    <description>&lt;P&gt;You can certainly tie the symbology to the &lt;STRONG&gt;$view.scale&lt;/STRONG&gt; global. You can also use Arcade to drive the symbology based on a numeric field. Though I'm not sure what the expression would look like, you could attempt to merge the two in some expression, too.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6365955276112w698h540r77" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6365955276112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6365955276112w698h540r77');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6365955276112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 16:51:22 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2024-12-13T16:51:22Z</dc:date>
    <item>
      <title>Dynamic colouring of vector data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/dynamic-colouring-of-vector-data/m-p/1568459#M41237</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to apply dynamic colouring to vector data (points)?&lt;/P&gt;&lt;P&gt;I haven't found this as a built-in function, so I assume there could be some ArcGIS Arcade expressions for this. The idea is that as the user zooms in on the map, the points change colour, for example, from red to green based on some numeric values/numeric column.&lt;/P&gt;&lt;P&gt;The goal is to have this dynamic colouring in a web map that is used in a Dashboard.&lt;/P&gt;&lt;P&gt;We are using Enterprise 11.2.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 16:39:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/dynamic-colouring-of-vector-data/m-p/1568459#M41237</guid>
      <dc:creator>NoAndy</dc:creator>
      <dc:date>2024-12-13T16:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic colouring of vector data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/dynamic-colouring-of-vector-data/m-p/1568471#M41238</link>
      <description>&lt;P&gt;Here's some information on scale-based symbology:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/scale-based-symbol-classes.htm" target="_blank"&gt;Use scale-based symbol classes—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/scale-based-symbol-sizing.htm" target="_blank"&gt;Vary the size of symbols by scale—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 13 Dec 2024 16:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/dynamic-colouring-of-vector-data/m-p/1568471#M41238</guid>
      <dc:creator>Eugene_Adkins</dc:creator>
      <dc:date>2024-12-13T16:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic colouring of vector data</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/dynamic-colouring-of-vector-data/m-p/1568472#M41239</link>
      <description>&lt;P&gt;You can certainly tie the symbology to the &lt;STRONG&gt;$view.scale&lt;/STRONG&gt; global. You can also use Arcade to drive the symbology based on a numeric field. Though I'm not sure what the expression would look like, you could attempt to merge the two in some expression, too.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6365955276112w698h540r209" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6365955276112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6365955276112w698h540r209');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6365955276112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 16:51:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/dynamic-colouring-of-vector-data/m-p/1568472#M41239</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-12-13T16:51:22Z</dc:date>
    </item>
  </channel>
</rss>

