<?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 ArcGIS Javascript API 4.29 SearchWidget causes jagged lines around curves in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-4-29-searchwidget-causes/m-p/1465821#M84589</link>
    <description>&lt;P&gt;After moving from 4.28 to 4.29 I get the jagged lines (see attached) while doing a normal search.&amp;nbsp; It does straighten up in a few seconds. The only thing that fixes it to date is changing back to&amp;nbsp; 4.28.&amp;nbsp; Has anyone else run into this problem?&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 13:29:01 GMT</pubDate>
    <dc:creator>TomNicoski</dc:creator>
    <dc:date>2024-05-14T13:29:01Z</dc:date>
    <item>
      <title>ArcGIS Javascript API 4.29 SearchWidget causes jagged lines around curves</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-4-29-searchwidget-causes/m-p/1465821#M84589</link>
      <description>&lt;P&gt;After moving from 4.28 to 4.29 I get the jagged lines (see attached) while doing a normal search.&amp;nbsp; It does straighten up in a few seconds. The only thing that fixes it to date is changing back to&amp;nbsp; 4.28.&amp;nbsp; Has anyone else run into this problem?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 13:29:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-4-29-searchwidget-causes/m-p/1465821#M84589</guid>
      <dc:creator>TomNicoski</dc:creator>
      <dc:date>2024-05-14T13:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript API 4.29 SearchWidget causes jagged lines around curves</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-4-29-searchwidget-causes/m-p/1465875#M84592</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/136159"&gt;@TomNicoski&lt;/a&gt;,&amp;nbsp;thanks for posting your question here. I'm not sure where the jagged lines are in the attached screenshot. Can you share a reproducible test-app? Or share how the issue can be reproduced?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 14:36:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-4-29-searchwidget-causes/m-p/1465875#M84592</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2024-05-14T14:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript API 4.29 SearchWidget causes jagged lines around curves</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-4-29-searchwidget-causes/m-p/1466643#M84600</link>
      <description>&lt;P&gt;This may not be an issue specific the Search widget since the same behavior can be observed without it.&amp;nbsp; It seems to be a matter of zooming in on a FeatureLayer several levels at once.&amp;nbsp; For example, below are some roads that appear this way after zooming from level 16 to level 19.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="roads1.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/104078iCA814EEE1F9066AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="roads1.png" alt="roads1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's what it looks like a second or two later after it refreshes:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="roads2.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/104079i7CDBA70186C1F7C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="roads2.png" alt="roads2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the result of a tradeoff the SDK makes for efficient operation.&amp;nbsp; When rendering a feature layer, it requests a generalized (i.e. less detailed) copy of the features' geometry that will still appear the same at the scale you're viewing, while sending less data over the network.&amp;nbsp; For example, my roads looked fine at level 16; it wasn't until I viewed that same geometry at level 19 that it appeared less detailed.&amp;nbsp; Once zoomed in, the SDK retrieved the same features again, but at a level of detail suitable for level 19.&lt;/P&gt;&lt;P&gt;You might consider &lt;A href="https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-quantization-generalization-on/m-p/1330560" target="_self"&gt;disabling this generalization&lt;/A&gt;, but you may notice a significant drop in performance.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-4-29-searchwidget-causes/m-p/1466643#M84600</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2024-05-14T17:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Javascript API 4.29 SearchWidget causes jagged lines around curves</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-4-29-searchwidget-causes/m-p/1467250#M84601</link>
      <description>&lt;P&gt;You are right, I was able to make this happen when just zooming in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 18:46:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-4-29-searchwidget-causes/m-p/1467250#M84601</guid>
      <dc:creator>TomNicoski</dc:creator>
      <dc:date>2024-05-14T18:46:43Z</dc:date>
    </item>
  </channel>
</rss>

