<?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: Colouring the layers in my LayerList widet in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361730#M83144</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/708286"&gt;@DavidShearan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yes a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html" target="_self"&gt;SimpleRenderer&lt;/A&gt; using a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleMarkerSymbol.html" target="_self"&gt;SimpleMarkerSymbol&lt;/A&gt; is likely the place you want to start, especially if you want different colored circles on the map.&amp;nbsp; The layer title should only display once.&amp;nbsp; I wrote up a codepen to show how to use a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html" target="_self"&gt;SimpleRenderer&lt;/A&gt;&amp;nbsp; on two different feature layers and how it's intended to display in the layer list.&amp;nbsp; I hope it helps provide the correct pattern for you to follow.&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/sagewall/pen/NWoZVdY" target="_blank"&gt;https://codepen.io/sagewall/pen/NWoZVdY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sage_Wall_0-1702738489697.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89272i4F2538AE1E9B0B5E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sage_Wall_0-1702738489697.png" alt="Sage_Wall_0-1702738489697.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Dec 2023 14:55:46 GMT</pubDate>
    <dc:creator>Sage_Wall</dc:creator>
    <dc:date>2023-12-16T14:55:46Z</dc:date>
    <item>
      <title>Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361490#M83138</link>
      <description>&lt;P&gt;I am learning more and more all the time with help from this community. With help I have now been able to display the LayerList widget in an HTML div and hide individual layers if there is nothing displayed on the map for the layer.&lt;/P&gt;&lt;P&gt;I would now like to colour the layers to match the graphic symbol I am using on the map. See the attached screenshot so you can understand what I am trying to do.&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 17:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361490#M83138</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-15T17:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361525#M83139</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/708286"&gt;@DavidShearan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I think what you are asking could be accomplished, but as an alternative you might consider adding a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend.html" target="_self"&gt;Legend&lt;/A&gt; to the list item panel as shown in this sample.&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-legend/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-legend/&lt;/A&gt;&amp;nbsp;this would enable to you have symbols that differ in more than just the color and still provide your users a preview of what the layer looks like on the map.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 17:53:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361525#M83139</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-12-15T17:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361555#M83140</link>
      <description>&lt;P&gt;Thank you. I did a lot of searching before posting my question and I found this along the way. It looked really interesting but I still want the users to be able to switch on/off the layers and it didn’t look as though I could accomplish this using a legend.&lt;/P&gt;&lt;P&gt;Perhaps I am wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 18:47:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361555#M83140</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-15T18:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361629#M83141</link>
      <description>&lt;P&gt;The Legend widget by itself doesn't have the ability to turn on or off the visibility of layers but when it's added into the layer list's list item with the listItemCreatedFunction the ability to toggle layers on and off in LayerList widget is preserved.&amp;nbsp; So you can still control visibility with the visibility icon (eye) on the left of the layer name and open and close the panel containing the legend with the right hamburger looking button.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-legend/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-layerlist-legend/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Layer and legend visible&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sage_Wall_2-1702673558126.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89242i7B05A18FA0C9A3EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sage_Wall_2-1702673558126.png" alt="Sage_Wall_2-1702673558126.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Layer and legend not visible&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sage_Wall_1-1702673524017.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89241i19BF1039E872647D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sage_Wall_1-1702673524017.png" alt="Sage_Wall_1-1702673524017.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In your example you would end up with three layers in your layer list and each layer would have a legend that shows how that individual layer looks on the map right underneath it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 20:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361629#M83141</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-12-15T20:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361708#M83142</link>
      <description>&lt;P&gt;That is a very detailed description and explanation. Thank you for taking the time to understand my issue. That appears to give me what I want and will give it a try.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 07:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361708#M83142</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-16T07:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361728#M83143</link>
      <description>&lt;P&gt;Hello again. I have applied that and now have text under each list item that simply says ‘No legend’ so clearly I am nearLy there. Now I guess I have to give each one a label title? I am assuming that I need a Renderer to achieve this? Will Simple Renderer do the job or is there an easier way to accomplish it.&lt;/P&gt;&lt;P&gt;I think the best result would be for the legend to show the green dot for Adults and then the label Adults. However if I did achieve that then the word Adults would appear twice. Could I switch off the title next to the eye?&lt;/P&gt;&lt;P&gt;sorry, it seems like I need to be led step by step through this. I am constantly searching the online documentation but don’t know whether I am going in the right direction or not&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 14:00:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361728#M83143</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-16T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361730#M83144</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/708286"&gt;@DavidShearan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yes a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html" target="_self"&gt;SimpleRenderer&lt;/A&gt; using a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-SimpleMarkerSymbol.html" target="_self"&gt;SimpleMarkerSymbol&lt;/A&gt; is likely the place you want to start, especially if you want different colored circles on the map.&amp;nbsp; The layer title should only display once.&amp;nbsp; I wrote up a codepen to show how to use a &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-SimpleRenderer.html" target="_self"&gt;SimpleRenderer&lt;/A&gt;&amp;nbsp; on two different feature layers and how it's intended to display in the layer list.&amp;nbsp; I hope it helps provide the correct pattern for you to follow.&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/sagewall/pen/NWoZVdY" target="_blank"&gt;https://codepen.io/sagewall/pen/NWoZVdY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sage_Wall_0-1702738489697.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89272i4F2538AE1E9B0B5E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sage_Wall_0-1702738489697.png" alt="Sage_Wall_0-1702738489697.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 14:55:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361730#M83144</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-12-16T14:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361770#M83145</link>
      <description>&lt;P&gt;Thank you again Especially for going out of your way to provide the code to do this.&lt;/P&gt;&lt;P&gt;I will aim to convert my script which currently uses GraphicLayers. I don’t know if that was the right choice but it’s what was there when I took over the maintenance and development of this website.&lt;/P&gt;&lt;P&gt;What do you think? Should I stick with GraphicLayers or switch to FeatureLayers? I will do some reading about both to see how they match with my situation. Not sure if it helps but all the data for plotting these coordinates is coming from a MySQL database and is selected within the script and plotted individually.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;thank you again for your support in this matter.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Dec 2023 07:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361770#M83145</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-17T07:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361773#M83146</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I think I may have answered my own question. From the attached screenshot it appears at first sight that GraphicsLayer is the right choice&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidShearan_0-1702798238554.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89290i0D6E6AB85DA7BC62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidShearan_0-1702798238554.png" alt="DavidShearan_0-1702798238554.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Dec 2023 07:30:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361773#M83146</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-17T07:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361794#M83147</link>
      <description>&lt;P&gt;Happy to help,&lt;/P&gt;&lt;P&gt;Ahh, that explains some things. &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GraphicsLayer.html" target="_self"&gt;GraphicsLayer&lt;/A&gt; are great for quickly adding graphics to the map but i&lt;SPAN&gt;t is generally preferred to construct a&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html" target="_blank" rel="noopener"&gt;FeatureLayer&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;with its&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#source" target="_blank" rel="noopener"&gt;source&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;property when working with client-side&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html" target="_blank" rel="noopener"&gt;graphics&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;since the FeatureLayer has more capabilities than the GraphicsLayer, including rendering, querying, labeling and in your case better Legend support. This functionality is somewhat new and it looks like we need to update the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd suggest creating&amp;nbsp;a client side feature layer from your graphics, this will give you more functionality moving forward with your app.&amp;nbsp; You simply need to use your array of graphics in the FeatureLayer's &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#source" target="_self"&gt;source&lt;/A&gt; property, and move the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html#symbol" target="_self"&gt;symbol&lt;/A&gt; from the graphic into the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#renderer" target="_self"&gt;renderer&lt;/A&gt; on the FeatureLayer.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Set an array of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html" target="_blank" rel="noopener"&gt;graphics&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#source" target="_blank" rel="noopener"&gt;FeatureLayer.source&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property. All graphics must have the same geometry type.&lt;/LI&gt;&lt;LI&gt;Specify an array of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#fields" target="_blank" rel="noopener"&gt;field&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;objects, which provide the schema (name, alias, and type) of each attribute field.&lt;/LI&gt;&lt;LI&gt;Set the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#objectIdField" target="_blank" rel="noopener"&gt;objectID&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;field property to a field containing unique IDs for each feature in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;source&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property.&lt;/LI&gt;&lt;/OL&gt;&lt;P data-unlink="true"&gt;I modified the normal sample for &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer-collection/" target="_self"&gt;client side feature layers&lt;/A&gt;&amp;nbsp;&amp;nbsp;in this codepen to hopefully show one approach of how this can be done with an array of adult graphics and another array of pupae graphics.&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;A href="https://codepen.io/sagewall/pen/qBgeZeq" target="_blank" rel="noopener"&gt;https://codepen.io/sagewall/pen/qBgeZeq&lt;/A&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;If you have thousands and thousands of individual data points you also might find the approach used in this sample useful.&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer-large-collection/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer-large-collection/&lt;/A&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Dec 2023 15:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1361794#M83147</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-12-17T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1362474#M83165</link>
      <description>&lt;P&gt;Just to let you know I am still working on this although I haven’t been able to give it any attention over the last few days.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did look in detail at your code and considered how I would adapt it for my situation. You have defined two adult points separately and then listed them as the source for the feature layer. I could have hundreds of separate points in an array of data selected from my database. Will I need to replicate your code but in a loop to define each point?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 13:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1362474#M83165</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-19T13:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1362542#M83167</link>
      <description>&lt;P&gt;Yeah exactly,&lt;/P&gt;&lt;P&gt;If your data is coming back from you database query as an array of objects you you loop through the results and create a graphic for each one, then push that graphic into the appropriate feature layer's source array. Modified codepen that does that&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;A href="https://codepen.io/sagewall/pen/oNVvXOL" target="_blank"&gt;https://codepen.io/sagewall/pen/oNVvXOL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It may be a little more work up front than plotting individual graphics on the map, but puts you in a great place moving forward if you ever want to add additional things like searching the data, or adding popups or tables and things that graphics alone don't support.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:11:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1362542#M83167</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-12-19T15:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1364996#M83226</link>
      <description>&lt;P&gt;Hi. Only just returning to this after a break around Christmas. Hopefully I can get my brain back in gear and get this sorted. Just one thing - I can't see where you are using arrays in the codepen example you have given me. It looks just the same as the previous example.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 17:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1364996#M83226</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-29T17:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365006#M83227</link>
      <description>&lt;P&gt;Lines 87 to 109 in the &lt;A href="https://codepen.io/sagewall/pen/oNVvXOL" target="_self"&gt;codepen&lt;/A&gt; is an array of objects.&amp;nbsp; It could contain hundreds or thousands of entries but I only wrote out 3.&amp;nbsp; I just guessed at what the response from a MySQL query would look like based on this &lt;A href="https://www.w3schools.com/nodejs/nodejs_mysql_select.asp" target="_self"&gt;website&lt;/A&gt;. Then I loop through each result, create a graphic and add the graphic to the corresponding feature layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 17:52:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365006#M83227</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2023-12-29T17:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365027#M83228</link>
      <description>&lt;P&gt;Excellent, thank you. I couldn't see that code before. Maybe I was clicking on the wrong link in your previous reply? Anyway that looks like exactly what I am looking for. I will let you know how I get on&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 18:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365027#M83228</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-29T18:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365191#M83229</link>
      <description>&lt;P&gt;Huge thank you for all of your advice.&lt;/P&gt;&lt;P&gt;I have now made substantial progress. You can see the results in my attachment DistributionMap.jpg and my full Javascript in sourcecode.txt&lt;/P&gt;&lt;P&gt;There are a couple of things I am still wrestling with:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Ideally I would not want a layer to show at all in the LayerList if there have been no sightings. I am part way there because I have switched off the legend in these cases but can't seem to switch off the whole layer.&lt;/LI&gt;&lt;LI&gt;Something weird is going on inside the loop that displays the layers. It makes it appear as though there are 35 layers. I have added a count inside the loop and output the count and the title of the item to the console. My screenshot at ConsoleLog.txt shows you what I mean for a few iterations. It appears from this as though every featurelayer (Adults, Eggs, etc) are there as layers but that they appear multiple times - in fact 7 times - any ideas what is going on here?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Many thanks again - I am so close and it's down to your detailed and expert help.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2023 17:45:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365191#M83229</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2023-12-31T17:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365244#M83231</link>
      <description>&lt;P&gt;Happy New Year&lt;/P&gt;&lt;P&gt;i have posted an update on the work I am doing but I posted it as a reply to my original post rather than as a reply to you. I am guessing that means you didn’t get a notification.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am only sending this in case I am right about the notification. There is definitely no rush &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jan 2024 17:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365244#M83231</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2024-01-01T17:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365713#M83246</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/708286"&gt;@DavidShearan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Sorry for the slow reply, I've been on vacation.&amp;nbsp; Could you please send a sample of what the results from the PHP queries are for the following variables?&amp;nbsp; I don't need the whole response but just a few records from each of these would be extremely helpful for debugging.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var sightings = &amp;lt;?php echo json_encode($coords) ?&amp;gt;;
var speciesName = &amp;lt;?php echo json_encode($thisTaxon) ?&amp;gt;;
var commonName = &amp;lt;?php echo json_encode($evernacular) ?&amp;gt;;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 12:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365713#M83246</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-01-03T12:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365769#M83249</link>
      <description>&lt;P&gt;Hello again, hope you had a good vacation.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;speciesName = 'Papilio alexanor' and&amp;nbsp;&lt;/SPAN&gt; commonName = '&lt;SPAN class=""&gt;Southern Swallowtail'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Here are the first few elements from the sightings array - the array would normally be bigger but I was testing with a limit of 10 records extracted so I could look at the results more closely. The array dump was done using console/log&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Array&lt;SPAN class=""&gt;(10)&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;[ &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt; ]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"249"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxxx"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"Mt. Pandokrator"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapAlt&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"757"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapDate&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"2021-05-08"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxxxx"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"249"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapLat&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"39.748225"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"Mt. Pandokrator"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapLong&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"19.855923"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapQty&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"1"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Stage&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;null&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;stageQty&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;null&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;lt;prototype&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;1&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"253"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxxxx"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"SFAKERA"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapAlt&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"48"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapDate&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"2021-05-09"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxxxxx"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"253"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapLat&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"39.776435"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"SFAKERA"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapLong&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"19.803774"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;MapQty&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"2"&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Stage&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;null&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;stageQty&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;null&lt;/SPAN&gt;&lt;SPAN class=""&gt;​&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&amp;lt;prototype&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;2&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"254"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxx"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"SFAKERA"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;3&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"280"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxx"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"Trail to Old Sinies"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;4&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"293"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxx"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"Vigla"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;5&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"337"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxx"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"St Spiridion to Alymros inland route including Monastery"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;6&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"339"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxx"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"Above Vinglatouri with Dan and Indi"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;7&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"349"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxx"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"Mt Pantokrator NR carpark"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;8&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Object&lt;/SPAN&gt;&lt;SPAN class=""&gt; { &lt;/SPAN&gt;&lt;SPAN class=""&gt;MapID&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"351"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapFullName&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"xxxx"&lt;/SPAN&gt;, &lt;SPAN class=""&gt;MapLocation&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"Mt Pantokrator - Cove meadow "&lt;/SPAN&gt;, &lt;SPAN class=""&gt;…&lt;/SPAN&gt;&lt;SPAN class=""&gt; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 14:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1365769#M83249</guid>
      <dc:creator>DavidShearan</dc:creator>
      <dc:date>2024-01-03T14:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Colouring the layers in my LayerList widet</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1366762#M83266</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/708286"&gt;@DavidShearan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'll try and take a look later today, it's been a busy week.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 13:33:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/colouring-the-layers-in-my-layerlist-widet/m-p/1366762#M83266</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2024-01-05T13:33:43Z</dc:date>
    </item>
  </channel>
</rss>

