<?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: Printing clusterLayer only shows labels in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652729#M60842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to see you've added it to the Ideas list &lt;A href="https://community.esri.com/ideas/10815" target="_blank"&gt;https://community.esri.com/ideas/10815&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jun 2021 08:42:17 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2021-06-22T08:42:17Z</dc:date>
    <item>
      <title>Printing clusterLayer only shows labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652726#M60839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I grabbed the clusterLayer code off ESRI's github page and things went pretty well.&amp;nbsp; I'm adding a clusterLayer to my map, and see if fine, it's in my legend, but when I print I only see the labels (usually white labels on white background), and the single point markers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've poked at it for a while and haven't seen anything obvious. Has anyone else come across this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 11:08:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652726#M60839</guid>
      <dc:creator>JoshHevenor</dc:creator>
      <dc:date>2016-06-06T11:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Printing clusterLayer only shows labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652727#M60840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a solution that works.&amp;nbsp; I'm looping through all my cluster graphics and explicitly assigning symbols from the layer renderer).&amp;nbsp; I can't say why my print service isn't rendering these on its own, but I'm moving on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 16:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652727#M60840</guid>
      <dc:creator>JoshHevenor</dc:creator>
      <dc:date>2016-06-07T16:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printing clusterLayer only shows labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652728#M60841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I faced the same problem and moved in the solution like you do. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;print &lt;EM&gt;clusterLayer&lt;/EM&gt; is not supported! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652728#M60841</guid>
      <dc:creator>YousefQuran</dc:creator>
      <dc:date>2016-06-09T09:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Printing clusterLayer only shows labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652729#M60842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to see you've added it to the Ideas list &lt;A href="https://community.esri.com/ideas/10815" target="_blank"&gt;https://community.esri.com/ideas/10815&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:42:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652729#M60842</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2021-06-22T08:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Printing clusterLayer only shows labels</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652730#M60843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The cluster layer inherits from graphics layer, so from the server side I think it should be considered a graphics layer.&amp;nbsp; I think the problem is that some of the graphics depend on the classBreaksRenderer and some some (singles, labels) don't. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, thanks for submitting to the Ideas list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:57:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/printing-clusterlayer-only-shows-labels/m-p/652730#M60843</guid>
      <dc:creator>JoshHevenor</dc:creator>
      <dc:date>2016-06-09T11:57:32Z</dc:date>
    </item>
  </channel>
</rss>

