<?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 FeatureLayer with Multipoints and PictureMarker renders artifacts in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-with-multipoints-and-picturemarker/m-p/550482#M51295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see strange rendering artifacts when I use FeatureLayer with Multipoints and PictureMarkers. Here is a codepen to reproduce this problem:&amp;nbsp;&lt;A class="link-titled" href="https://codepen.io/parshin/pen/ExPYBLp?editors=1000" title="https://codepen.io/parshin/pen/ExPYBLp?editors=1000"&gt;https://codepen.io/parshin/pen/ExPYBLp?editors=1000&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer-collection/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer-collection/index.html"&gt;Create a FeatureLayer with client-side graphics | ArcGIS API for JavaScript 4.15&lt;/A&gt;&amp;nbsp;&amp;nbsp;as a base example and made two changes:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Changed geometry from Point to Multipoint&lt;/LI&gt;&lt;LI&gt;Changed symbol of the renderer from "text" to "picture-marker" (SVG as data URL)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;After these changes, I see the strange artifacts on the map:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/494168_screenshot-codepen.io-2020.06.02-16_41_15.png" /&gt;&lt;/P&gt;&lt;P&gt;Both Multipoints and PictureMarker are required to reproduce this problem. When you zoom in/out the map, the artifacts appear in different places (the top-left corner of internal rendering tile?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a bug? Is there any workaround to remove this rendering problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment: ArcGIS JS API 4.15, Chrome, Ubuntu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2020 14:01:07 GMT</pubDate>
    <dc:creator>AlexanderParshin</dc:creator>
    <dc:date>2020-06-02T14:01:07Z</dc:date>
    <item>
      <title>FeatureLayer with Multipoints and PictureMarker renders artifacts</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-with-multipoints-and-picturemarker/m-p/550482#M51295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see strange rendering artifacts when I use FeatureLayer with Multipoints and PictureMarkers. Here is a codepen to reproduce this problem:&amp;nbsp;&lt;A class="link-titled" href="https://codepen.io/parshin/pen/ExPYBLp?editors=1000" title="https://codepen.io/parshin/pen/ExPYBLp?editors=1000"&gt;https://codepen.io/parshin/pen/ExPYBLp?editors=1000&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer-collection/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-featurelayer-collection/index.html"&gt;Create a FeatureLayer with client-side graphics | ArcGIS API for JavaScript 4.15&lt;/A&gt;&amp;nbsp;&amp;nbsp;as a base example and made two changes:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Changed geometry from Point to Multipoint&lt;/LI&gt;&lt;LI&gt;Changed symbol of the renderer from "text" to "picture-marker" (SVG as data URL)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;After these changes, I see the strange artifacts on the map:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/494168_screenshot-codepen.io-2020.06.02-16_41_15.png" /&gt;&lt;/P&gt;&lt;P&gt;Both Multipoints and PictureMarker are required to reproduce this problem. When you zoom in/out the map, the artifacts appear in different places (the top-left corner of internal rendering tile?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a bug? Is there any workaround to remove this rendering problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Environment: ArcGIS JS API 4.15, Chrome, Ubuntu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2020 14:01:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-with-multipoints-and-picturemarker/m-p/550482#M51295</guid>
      <dc:creator>AlexanderParshin</dc:creator>
      <dc:date>2020-06-02T14:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer with Multipoints and PictureMarker renders artifacts</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-with-multipoints-and-picturemarker/m-p/550483#M51296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to reproduce the issue you described. We have created an issue for this and will let you know as soon it is fixed. In meantime, you can use graphicsLayer with multipoint geometries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 22:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-with-multipoints-and-picturemarker/m-p/550483#M51296</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2020-06-09T22:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer with Multipoints and PictureMarker renders artifacts</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-with-multipoints-and-picturemarker/m-p/550484#M51297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue will be fixed at version 4.16 which is planned to be released sometime in early July.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Undral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2020 03:03:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-with-multipoints-and-picturemarker/m-p/550484#M51297</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2020-06-28T03:03:53Z</dc:date>
    </item>
  </channel>
</rss>

