<?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: How to make a render with a group layer (for a thematic classifier) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118996#M11048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm still confused, about it.&lt;BR /&gt;I need your help.&lt;BR /&gt;This is the problem, I don't understand how it works, I mean, I'm trying to make a render like this sample:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=renderer_dynamic_layer_change_attribute"&gt;Change attribute used for a renderer&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;At first image you can see above, is the way that I have my map service. &lt;BR /&gt;This is the way that I'm trying (following the sample): get the layer --&amp;gt; &lt;STRONG&gt;barrancabermeja/mapa_tematico_malla_GBD&lt;/STRONG&gt;, but , inside it, there are three layers (&lt;STRONG&gt;ancho calzada, tipo de rodadura, numero de carriles&lt;/STRONG&gt;) ---&amp;gt; get the sublayer: (suppose it) &lt;STRONG&gt;Ancho calzada&lt;/STRONG&gt;, now, &lt;STRONG&gt;Ancho calzada&lt;/STRONG&gt; HAS THE FIELDS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that I want to make the render. But I can't,I'm wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: When I have this layer "barrancabermeja/mapa_tematico_malla_GBD", API tells me that it's a MapServiceLayer, but If I have "barrancabermeja/mapa_tematico_malla_GBD/0", API tells me that it's a FeatureLayer. To this last, is the which I can apply the render.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience, but it's frustrating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Attached the widget:&amp;nbsp;&lt;A href="https://transfer.sh/z1Gsx/demo.zip"&gt;Demo Widget&lt;/A&gt;,&amp;nbsp;&lt;A href="https://drive.google.com/open?id=0B0GeNZG3ohC3ZFlNeVE0WkV0azA"&gt;Demo Widget (Google Drive)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2016 18:46:35 GMT</pubDate>
    <dc:creator>RolandoFlorez</dc:creator>
    <dc:date>2016-12-08T18:46:35Z</dc:date>
    <item>
      <title>How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118992#M11044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is that I want:&lt;/P&gt;&lt;P&gt;Make a render with this layer (barrancabermeja/mapa_tematico_malla_GBD), I added that layer but it &lt;STRONG&gt;includes&lt;/STRONG&gt; the sublayers &lt;STRONG&gt;( ancho calzada (0), tipo de capa de rodadura (1), numero de carriles (2) ).&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/271637_impr1.png" style="width: 620px; height: 213px;" /&gt;&lt;/P&gt;&lt;P&gt;When I print the operational layers (and other thematic layers too) I see the structure of the&amp;nbsp;layer above, but It doesnt have the fields property. I think that I need the fields to make the renderer. But, I dont know How to get the fields of each sublayer there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I add one layer like mapserver/0 &lt;SPAN&gt;&lt;STRONG&gt;(barrancabermeja/mapa_tematico_malla_GBD/0)&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;, and I print that in the console, I can see the fields property, otherwise, not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 16:25:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118992#M11044</guid>
      <dc:creator>RolandoFlorez</dc:creator>
      <dc:date>2016-11-26T16:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118993#M11045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rolando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am a little confused by your question. Why do you not just look at the fields in the rest service directory like you are showing above and choose the field you want to use and then remember that field name when you start coding your rendererer? Also it is sounding like you are wanting to apply a renderer to the whole map service. That is not possible renderers are for individual layers and not whole map services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 02:38:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118993#M11045</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-27T02:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118994#M11046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is because the admin may add any others layers, and if I put the fields statically, when he add other layers the widget would not work. &lt;BR /&gt;So I am a little confused too. Because, you can see "barrancabermeja/mapa_tematico_malla_GBD" that is a layer with sublayers. But, I think that the only way to make the render is using one of that sublayers by separate.&lt;BR /&gt;My really question would be: I have to use the sublayers necessarily to make the each render to each layer?, and, if that's it, How can I get the fields of that sublayers, from the layer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that it has been most clear.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 02:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118994#M11046</guid>
      <dc:creator>RolandoFlorez</dc:creator>
      <dc:date>2016-11-27T02:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118995#M11047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rolando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;When you add an&amp;nbsp;&lt;SPAN style="color: #4d4d4d; background-color: #ffffff;"&gt;ArcGISDynamicMapServiceLayer the renderers that were setup in the mxd will be used. If you want to change the renderer that was setup in the mxd then&amp;nbsp;you would use &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/arcgisdynamicmapservicelayer-amd.html#setlayerdrawingoptions"&gt;setLayerDrawingOptions&lt;/A&gt;&amp;nbsp;To get the field names at runtime for a sublayer you would use an &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/esri.request-amd.html"&gt;esriRequest&lt;/A&gt; with the sublayers url to get the fields array (there are several posts on this).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 03:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118995#M11047</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-27T03:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118996#M11048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm still confused, about it.&lt;BR /&gt;I need your help.&lt;BR /&gt;This is the problem, I don't understand how it works, I mean, I'm trying to make a render like this sample:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=renderer_dynamic_layer_change_attribute"&gt;Change attribute used for a renderer&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;At first image you can see above, is the way that I have my map service. &lt;BR /&gt;This is the way that I'm trying (following the sample): get the layer --&amp;gt; &lt;STRONG&gt;barrancabermeja/mapa_tematico_malla_GBD&lt;/STRONG&gt;, but , inside it, there are three layers (&lt;STRONG&gt;ancho calzada, tipo de rodadura, numero de carriles&lt;/STRONG&gt;) ---&amp;gt; get the sublayer: (suppose it) &lt;STRONG&gt;Ancho calzada&lt;/STRONG&gt;, now, &lt;STRONG&gt;Ancho calzada&lt;/STRONG&gt; HAS THE FIELDS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that I want to make the render. But I can't,I'm wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: When I have this layer "barrancabermeja/mapa_tematico_malla_GBD", API tells me that it's a MapServiceLayer, but If I have "barrancabermeja/mapa_tematico_malla_GBD/0", API tells me that it's a FeatureLayer. To this last, is the which I can apply the render.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience, but it's frustrating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Attached the widget:&amp;nbsp;&lt;A href="https://transfer.sh/z1Gsx/demo.zip"&gt;Demo Widget&lt;/A&gt;,&amp;nbsp;&lt;A href="https://drive.google.com/open?id=0B0GeNZG3ohC3ZFlNeVE0WkV0azA"&gt;Demo Widget (Google Drive)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 18:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118996#M11048</guid>
      <dc:creator>RolandoFlorez</dc:creator>
      <dc:date>2016-12-08T18:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118997#M11049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rolando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I basically started you widget over from scratch. In the attached widget you will find the sample you referenced working for the widget. The Widget.html and Widget.js have been cleaned and set to use common widget development best practices and standards. Now all you need to do is add your code changes to get it working with your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 17:21:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118997#M11049</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-09T17:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118998#M11050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Thanks a lot, that was more clear.&lt;BR /&gt;I did the same like you, with my data, I choose the first sublayer and then fill the field Names.&lt;BR /&gt;But now the problem is: the layer has not taking the render. I'm printing the renderer and that's ok, but when It try to apply, it does not&amp;nbsp;work. At legend is the same, it show the same legend from map service, not the&amp;nbsp;I was configuring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think is the cause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 15:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118998#M11050</guid>
      <dc:creator>RolandoFlorez</dc:creator>
      <dc:date>2016-12-14T15:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118999#M11051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have to see your updated code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 16:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/118999#M11051</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-14T16:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119000#M11052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look the&amp;nbsp;&lt;A href="https://transfer.sh/8e16i/widget.js"&gt;Widget.js&lt;/A&gt;&amp;nbsp;(dont know how to attach files)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;There is&amp;nbsp;some comments in the code.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 17:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119000#M11052</guid>
      <dc:creator>RolandoFlorez</dc:creator>
      <dc:date>2016-12-14T17:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119001#M11053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rolando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Your biggest issue is this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// optionsArray index corresponds to layer index in the map service&lt;/SPAN&gt;
optionsArray&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; drawingOptions&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You did not change 2 which would mean the third layer in the map service. It should be:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// optionsArray index corresponds to layer index in the map service&lt;/SPAN&gt;
optionsArray&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; drawingOptions&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:57:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119001#M11053</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T06:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119002#M11054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did&amp;nbsp;as you said. But I cannot understand about 'optionsArray', please, explain me. Why you say 'optionsarray[2]' refers to third layer? What is the purpose&amp;nbsp;of that variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 20:19:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119002#M11054</guid>
      <dc:creator>RolandoFlorez</dc:creator>
      <dc:date>2016-12-14T20:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119003#M11055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rolando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Because a ArcGISDynamicMapServiceLayer can have more than one sublayer you are defining which sublayer the layer drawing options is being applied to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/arcgisdynamicmapservicelayer-amd.html#layerdrawingoptions" title="https://developers.arcgis.com/javascript/3/jsapi/arcgisdynamicmapservicelayer-amd.html#layerdrawingoptions"&gt;ArcGISDynamicMapServiceLayer | API Reference | ArcGIS API for JavaScript 3.18&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 20:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119003#M11055</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-14T20:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119004#M11056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Let me illustrate it:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/283421_impr1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 20:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119004#M11056</guid>
      <dc:creator>RolandoFlorez</dc:creator>
      <dc:date>2016-12-14T20:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119005#M11057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 21:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119005#M11057</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-14T21:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a render with a group layer (for a thematic classifier)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119006#M11058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;and to make a render for code values, unique value renderer is better?&lt;/P&gt;&lt;P&gt;I'm trying with that but, It's drawing all values with the same color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 22:48:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-make-a-render-with-a-group-layer-for-a/m-p/119006#M11058</guid>
      <dc:creator>RolandoFlorez</dc:creator>
      <dc:date>2016-12-19T22:48:18Z</dc:date>
    </item>
  </channel>
</rss>

