<?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: CIMGeometricEffectOffset not working in JS in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049273#M72649</link>
    <description>&lt;P&gt;Thank you! I got it to work now, it seems to take at least 2 minutes to load, and sometimes it generates incorrectly. I think I have too many polylines to get this to offset efficiently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 17:43:28 GMT</pubDate>
    <dc:creator>martip23</dc:creator>
    <dc:date>2021-04-20T17:43:28Z</dc:date>
    <item>
      <title>CIMGeometricEffectOffset not working in JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049260#M72647</link>
      <description>&lt;P&gt;The below is my code which creates a line, I want to see it offset a certain distance. It works in the legend but it results in the line ultimately not drawing in the map itself.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;                            {
                                type: 'CIMSolidStroke',
                                effects: [{
                                    type: 'CIMGeometricEffectOffset',
                                    method: 'Rounded',
                                    option: 'Fast',
                                    offset: 3.0
                                }],
                                enable: true,
                                capStyle: 'Butt',
                                joinStyle: 'Round',
                                width: 3,
                                color: [
                                    56,
                                    168,
                                    0,
                                    255
                                ]
                            },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Is this method supported?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 17:24:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049260#M72647</guid>
      <dc:creator>martip23</dc:creator>
      <dc:date>2021-04-20T17:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: CIMGeometricEffectOffset not working in JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049269#M72648</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/476523"&gt;@martip23&lt;/a&gt;&amp;nbsp;- yes, this method is supported! Here is an example using the same symbol layer you mentioned above:&amp;nbsp;&lt;A href="https://codepen.io/annefitz/pen/eYgPMWP?editors=1000" target="_blank" rel="noopener"&gt;https://codepen.io/annefitz/pen/eYgPMWP?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The green stroke symbol layer is offset by 3 and the red stroke symbol layer has no offset applied. Let me know if you have further questions!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 17:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049269#M72648</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2021-04-20T17:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: CIMGeometricEffectOffset not working in JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049273#M72649</link>
      <description>&lt;P&gt;Thank you! I got it to work now, it seems to take at least 2 minutes to load, and sometimes it generates incorrectly. I think I have too many polylines to get this to offset efficiently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 17:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049273#M72649</guid>
      <dc:creator>martip23</dc:creator>
      <dc:date>2021-04-20T17:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIMGeometricEffectOffset not working in JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049276#M72650</link>
      <description>&lt;P&gt;Interesting, I haven't seen performance issues with this in the past. Would you be willing to share your app with me? You can email me at &lt;A href="mailto:afitz@esri.com" target="_blank"&gt;afitz@esri.com&lt;/A&gt;&amp;nbsp;if you don't want to share it publicly here. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 17:45:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049276#M72650</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2021-04-20T17:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIMGeometricEffectOffset not working in JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049317#M72651</link>
      <description>&lt;P&gt;I sent some information via email. I should also state, that sometimes when it does load, and loads buggy (Only sections of one or two of the hundreds of lines loads), it fixes itself when I zoom out completely, and zoom back into the map.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 19:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049317#M72651</guid>
      <dc:creator>martip23</dc:creator>
      <dc:date>2021-04-20T19:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: CIMGeometricEffectOffset not working in JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049322#M72654</link>
      <description>&lt;P&gt;Note that when I remove the offset effect, the lines load instantly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 19:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimgeometriceffectoffset-not-working-in-js/m-p/1049322#M72654</guid>
      <dc:creator>martip23</dc:creator>
      <dc:date>2021-04-20T19:34:51Z</dc:date>
    </item>
  </channel>
</rss>

