<?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: Displaying legend symbology in infowindow popup? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459455#M42434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not done this but the REST API can &lt;A href="http://services.arcgisonline.com/arcgis/sdk/rest/index.html#/Legend_Map_Service/02ss0000007n000000/"&gt;return a layer's legend information&lt;/A&gt; as a JSON object. Within the framework of the Javascript API, you would use the &lt;A href="https://developers.arcgis.com/javascript/jsapi/esri.request-amd.html"&gt;esri/request&lt;/A&gt; object to obtain the legend info via the REST API call. Again, I haven't done this but it is covered in Rene Rubalcava's ArcGIS Web Development book on page 53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 15:08:19 GMT</pubDate>
    <dc:creator>SteveCole</dc:creator>
    <dc:date>2015-04-29T15:08:19Z</dc:date>
    <item>
      <title>Displaying legend symbology in infowindow popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459454#M42433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone, &lt;/P&gt;&lt;P&gt;my map has a nice legend dijit and a click on some particuliar objects of the map pops up an infowindow dijit with the selected fields as a content, this is just FINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW I wonder whether it would be possible that &lt;STRONG&gt;the infowindow dijit displayed the same thing as the legend dijit,&lt;/STRONG&gt; meaning the symbology of the particuliar object which is actually clicked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this question is clear...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried several ways but I can't seem to find where the symbology of the objets is managed in arcgisServer (somewhere in LayerInfo?) and how to select it for diplaying in an infowindow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is possible, &lt;/P&gt;&lt;P&gt;thanx in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 14:22:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459454#M42433</guid>
      <dc:creator>VincentChoffrut</dc:creator>
      <dc:date>2015-04-29T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying legend symbology in infowindow popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459455#M42434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not done this but the REST API can &lt;A href="http://services.arcgisonline.com/arcgis/sdk/rest/index.html#/Legend_Map_Service/02ss0000007n000000/"&gt;return a layer's legend information&lt;/A&gt; as a JSON object. Within the framework of the Javascript API, you would use the &lt;A href="https://developers.arcgis.com/javascript/jsapi/esri.request-amd.html"&gt;esri/request&lt;/A&gt; object to obtain the legend info via the REST API call. Again, I haven't done this but it is covered in Rene Rubalcava's ArcGIS Web Development book on page 53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 15:08:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459455#M42434</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2015-04-29T15:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying legend symbology in infowindow popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459456#M42435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One option might be to use the template picker to display the selected features symbol. Here's an example of how this works: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/nizutoqoci/1/" title="http://jsbin.com/nizutoqoci/1/"&gt;Symbols&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 18:09:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459456#M42435</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-04-29T18:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying legend symbology in infowindow popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459457#M42436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello kelly,&lt;/P&gt;&lt;P&gt;thanx a lot for the hint! I'm working on it... Template picker seems to do exactly what I expect from him... &lt;/P&gt;&lt;P&gt;cheers from paris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459457#M42436</guid>
      <dc:creator>VincentChoffrut</dc:creator>
      <dc:date>2015-04-30T12:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying legend symbology in infowindow popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459458#M42437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello steve, thanx a lot for the interesting hint... I'm going to dig a little bit in that direction too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/displaying-legend-symbology-in-infowindow-popup/m-p/459458#M42437</guid>
      <dc:creator>VincentChoffrut</dc:creator>
      <dc:date>2015-04-30T12:08:55Z</dc:date>
    </item>
  </channel>
</rss>

