<?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 CIMPictureMarker with an outline / stroke in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimpicturemarker-with-an-outline-stroke/m-p/1686199#M88182</link>
    <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;Is it possible to make a CIMPictureMarker with a stroke? If so how to achieve this?&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;symbol&lt;/SPAN&gt;: {&lt;BR /&gt;    &lt;SPAN&gt;type&lt;/SPAN&gt;: &lt;SPAN&gt;'CIMPointSymbol'&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;angleAlignment&lt;/SPAN&gt;: &lt;SPAN&gt;'Map'&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;useRealWorldSymbolSizes&lt;/SPAN&gt;: &lt;SPAN&gt;true&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;symbolLayers&lt;/SPAN&gt;: [&lt;BR /&gt;        {&lt;BR /&gt;            &lt;SPAN&gt;type&lt;/SPAN&gt;: &lt;SPAN&gt;'CIMPictureMarker'&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;primitiveName&lt;/SPAN&gt;: &lt;SPAN&gt;'symbol-layer-1'&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;enable&lt;/SPAN&gt;: &lt;SPAN&gt;true&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;textureFilter&lt;/SPAN&gt;: &lt;SPAN&gt;'Text'&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;url&lt;/SPAN&gt;: &lt;SPAN&gt;'assets/images/iamge.png'&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;outline&lt;/SPAN&gt;: { // This is not working&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;                &lt;SPAN&gt;color&lt;/SPAN&gt;: [ &lt;SPAN&gt;255&lt;/SPAN&gt;, &lt;SPAN&gt;255&lt;/SPAN&gt;, &lt;SPAN&gt;0 &lt;/SPAN&gt;],&lt;BR /&gt;                &lt;SPAN&gt;width&lt;/SPAN&gt;: &lt;SPAN&gt;3 &lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;            }&lt;BR /&gt;        },&lt;BR /&gt;    ],&lt;BR /&gt;},&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Are there other ways to do this? This would be very useful!&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Gr&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2026 14:34:57 GMT</pubDate>
    <dc:creator>michaelpoa</dc:creator>
    <dc:date>2026-02-24T14:34:57Z</dc:date>
    <item>
      <title>CIMPictureMarker with an outline / stroke</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimpicturemarker-with-an-outline-stroke/m-p/1686199#M88182</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;Is it possible to make a CIMPictureMarker with a stroke? If so how to achieve this?&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;symbol&lt;/SPAN&gt;: {&lt;BR /&gt;    &lt;SPAN&gt;type&lt;/SPAN&gt;: &lt;SPAN&gt;'CIMPointSymbol'&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;angleAlignment&lt;/SPAN&gt;: &lt;SPAN&gt;'Map'&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;useRealWorldSymbolSizes&lt;/SPAN&gt;: &lt;SPAN&gt;true&lt;/SPAN&gt;,&lt;BR /&gt;    &lt;SPAN&gt;symbolLayers&lt;/SPAN&gt;: [&lt;BR /&gt;        {&lt;BR /&gt;            &lt;SPAN&gt;type&lt;/SPAN&gt;: &lt;SPAN&gt;'CIMPictureMarker'&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;primitiveName&lt;/SPAN&gt;: &lt;SPAN&gt;'symbol-layer-1'&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;enable&lt;/SPAN&gt;: &lt;SPAN&gt;true&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;textureFilter&lt;/SPAN&gt;: &lt;SPAN&gt;'Text'&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;url&lt;/SPAN&gt;: &lt;SPAN&gt;'assets/images/iamge.png'&lt;/SPAN&gt;,&lt;BR /&gt;            &lt;SPAN&gt;outline&lt;/SPAN&gt;: { // This is not working&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;                &lt;SPAN&gt;color&lt;/SPAN&gt;: [ &lt;SPAN&gt;255&lt;/SPAN&gt;, &lt;SPAN&gt;255&lt;/SPAN&gt;, &lt;SPAN&gt;0 &lt;/SPAN&gt;],&lt;BR /&gt;                &lt;SPAN&gt;width&lt;/SPAN&gt;: &lt;SPAN&gt;3 &lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;            }&lt;BR /&gt;        },&lt;BR /&gt;    ],&lt;BR /&gt;},&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Are there other ways to do this? This would be very useful!&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Gr&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 14:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimpicturemarker-with-an-outline-stroke/m-p/1686199#M88182</guid>
      <dc:creator>michaelpoa</dc:creator>
      <dc:date>2026-02-24T14:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: CIMPictureMarker with an outline / stroke</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimpicturemarker-with-an-outline-stroke/m-p/1686518#M88189</link>
      <description>&lt;P&gt;The cleanest way I have found of producing sharp outlines around picture symbols is via feature effects. You can add filters if needed so that it is only applied to specific features. I find that the result is much sharper than what the actual layer rendering engine seems to produce...&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/Jonathan-Dawe/pen/xbExMZX" target="_blank"&gt;https://codepen.io/Jonathan-Dawe/pen/xbExMZX&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 11:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimpicturemarker-with-an-outline-stroke/m-p/1686518#M88189</guid>
      <dc:creator>JonathanDawe_BAS</dc:creator>
      <dc:date>2026-02-25T11:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: CIMPictureMarker with an outline / stroke</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimpicturemarker-with-an-outline-stroke/m-p/1686559#M88190</link>
      <description>&lt;P&gt;Thanks for helping me !&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/833978"&gt;@JonathanDawe_BAS&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;But I think your codepen does not work? Nevertheless there's no support for primitiveOverrides or visualVariables with these effects?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Are there any other ways?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;Gr Michael&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 14:34:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cimpicturemarker-with-an-outline-stroke/m-p/1686559#M88190</guid>
      <dc:creator>michaelpoa</dc:creator>
      <dc:date>2026-02-25T14:34:42Z</dc:date>
    </item>
  </channel>
</rss>

