<?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 CIM Symbol issue in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cim-symbol-issue/m-p/1227850#M79214</link>
    <description>&lt;P&gt;Hi, I'm trying to add a CIM symbol to one of our Renderer but it doesn't seem to work. I'm not sure which bit of it is not supported (CIMTextSymbol with CIMVectorMarker seems to be supported according to doc?)&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
        "type": "CIMPolygonSymbol",
        "symbolLayers": [
          {
            "size": 10,
            "type": "CIMVectorMarker",
            "frame": {
              "xmax": 141.9824757732327,
              "xmin": 0,
              "ymax": 175.99649819859255,
              "ymin": 0
            },
            "enable": true,
            "clippingPath": {
              "path": {
                "rings": [
                  [
                    [
                      0.7087311602657206,
                      -0.7122125324085005
                    ],
                    [
                      142.70873116026573,
                      -0.7122125324085005
                    ],
                    [
                      142.70873116026573,
                      175.2877874675915
                    ],
                    [
                      0.7087311602657206,
                      175.2877874675915
                    ],
                    [
                      0.7087311602657206,
                      -0.7122125324085005
                    ]
                  ]
                ]
              },
              "type": "CIMClippingPath",
              "clippingType": "Intersect"
            },
            "respectFrame": true,
            "markerGraphics": [
              {
                "type": "CIMMarkerGraphic",
                "symbol": {
                  "type": "CIMTextSymbol",
                  "height": 82.99999505281448,
                  "symbol": {
                    "type": "CIMPolygonSymbol",
                    "symbolLayers": [
                      {
                        "type": "CIMSolidFill",
                        "color": [
                            0,
                            0,
                            0,
                            100
                          ],
                        "enable": true
                      }
                    ]
                  },
                  "depth3D": 1,
                  "hinting": "Default",
                  "kerning": true,
                  "fontType": "TTOpenType",
                  "haloSize": 1,
                  "textCase": "Normal",
                  "ligatures": true,
                  "countryISO": "GBR",
                  "fontEffects": "Normal",
                  "languageISO": "eng",
                  "letterWidth": 100,
                  "lineGapType": "ExtraLeading",
                  "wordSpacing": 100,
                  "fontEncoding": "Unicode",
                  "fontStyleName": "Regular",
                  "textDirection": "LTR",
                  "drawSoftHyphen": true,
                  "fontFamilyName": "Calibri",
                  "billboardMode3D": "FaceNearPlane",
                  "blockProgression": "TTB",
                  "verticalAlignment": "Baseline",
                  "horizontalAlignment": "Left",
                  "extrapolateBaselines": true,
                  "verticalGlyphOrientation": "Right"
                },
                "geometry": {
                  "x": 51.544664845568455,
                  "y": 51.3164065632746
                },
                "textString": "E"
              }
            ],
            "billboardMode3D": "FaceNearPlane",
            "markerPlacement": {
              "seed": 13,
              "type": "CIMMarkerPlacementInsidePolygon",
              "stepX": 16,
              "stepY": 16,
              "clipping": "ClipAtBoundary",
              "gridType": "Fixed",
              "randomness": 100
            },
            "anchorPointUnits": "Relative",
            "dominantSizeAxis3D": "Y",
            "scaleSymbolsProportionally": true
          },
          {
            "type": "CIMSolidStroke",
            "color": [
                0,
                0,
                0,
                100
              ],
            "width": 0.4,
            "enable": true,
            "capStyle": "Round",
            "joinStyle": "Round",
            "miterLimit": 10,
            "lineStyle3D": "Strip"
          },
          {
            "type": "CIMSolidFill",
            "color": [
                255,
                255,
                190,
                100
              ],
            "enable": true
          }
        ]
      }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 12:31:17 GMT</pubDate>
    <dc:creator>MatthieuThery1</dc:creator>
    <dc:date>2022-11-02T12:31:17Z</dc:date>
    <item>
      <title>CIM Symbol issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cim-symbol-issue/m-p/1227850#M79214</link>
      <description>&lt;P&gt;Hi, I'm trying to add a CIM symbol to one of our Renderer but it doesn't seem to work. I'm not sure which bit of it is not supported (CIMTextSymbol with CIMVectorMarker seems to be supported according to doc?)&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
        "type": "CIMPolygonSymbol",
        "symbolLayers": [
          {
            "size": 10,
            "type": "CIMVectorMarker",
            "frame": {
              "xmax": 141.9824757732327,
              "xmin": 0,
              "ymax": 175.99649819859255,
              "ymin": 0
            },
            "enable": true,
            "clippingPath": {
              "path": {
                "rings": [
                  [
                    [
                      0.7087311602657206,
                      -0.7122125324085005
                    ],
                    [
                      142.70873116026573,
                      -0.7122125324085005
                    ],
                    [
                      142.70873116026573,
                      175.2877874675915
                    ],
                    [
                      0.7087311602657206,
                      175.2877874675915
                    ],
                    [
                      0.7087311602657206,
                      -0.7122125324085005
                    ]
                  ]
                ]
              },
              "type": "CIMClippingPath",
              "clippingType": "Intersect"
            },
            "respectFrame": true,
            "markerGraphics": [
              {
                "type": "CIMMarkerGraphic",
                "symbol": {
                  "type": "CIMTextSymbol",
                  "height": 82.99999505281448,
                  "symbol": {
                    "type": "CIMPolygonSymbol",
                    "symbolLayers": [
                      {
                        "type": "CIMSolidFill",
                        "color": [
                            0,
                            0,
                            0,
                            100
                          ],
                        "enable": true
                      }
                    ]
                  },
                  "depth3D": 1,
                  "hinting": "Default",
                  "kerning": true,
                  "fontType": "TTOpenType",
                  "haloSize": 1,
                  "textCase": "Normal",
                  "ligatures": true,
                  "countryISO": "GBR",
                  "fontEffects": "Normal",
                  "languageISO": "eng",
                  "letterWidth": 100,
                  "lineGapType": "ExtraLeading",
                  "wordSpacing": 100,
                  "fontEncoding": "Unicode",
                  "fontStyleName": "Regular",
                  "textDirection": "LTR",
                  "drawSoftHyphen": true,
                  "fontFamilyName": "Calibri",
                  "billboardMode3D": "FaceNearPlane",
                  "blockProgression": "TTB",
                  "verticalAlignment": "Baseline",
                  "horizontalAlignment": "Left",
                  "extrapolateBaselines": true,
                  "verticalGlyphOrientation": "Right"
                },
                "geometry": {
                  "x": 51.544664845568455,
                  "y": 51.3164065632746
                },
                "textString": "E"
              }
            ],
            "billboardMode3D": "FaceNearPlane",
            "markerPlacement": {
              "seed": 13,
              "type": "CIMMarkerPlacementInsidePolygon",
              "stepX": 16,
              "stepY": 16,
              "clipping": "ClipAtBoundary",
              "gridType": "Fixed",
              "randomness": 100
            },
            "anchorPointUnits": "Relative",
            "dominantSizeAxis3D": "Y",
            "scaleSymbolsProportionally": true
          },
          {
            "type": "CIMSolidStroke",
            "color": [
                0,
                0,
                0,
                100
              ],
            "width": 0.4,
            "enable": true,
            "capStyle": "Round",
            "joinStyle": "Round",
            "miterLimit": 10,
            "lineStyle3D": "Strip"
          },
          {
            "type": "CIMSolidFill",
            "color": [
                255,
                255,
                190,
                100
              ],
            "enable": true
          }
        ]
      }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 12:31:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cim-symbol-issue/m-p/1227850#M79214</guid>
      <dc:creator>MatthieuThery1</dc:creator>
      <dc:date>2022-11-02T12:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Symbol issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cim-symbol-issue/m-p/1227938#M79216</link>
      <description>&lt;P&gt;Hi - your symbol appears to be working as expected for me.  &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-11-02 at 8.33.42 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55100i3F39D122FA3B0A71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-11-02 at 8.33.42 AM.png" alt="Screen Shot 2022-11-02 at 8.33.42 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's a codepen:&amp;nbsp;&lt;A href="https://codepen.io/annefitz/pen/yLEOgeE" target="_blank"&gt;https://codepen.io/annefitz/pen/yLEOgeE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope that helps! If you're still running into an issue with this symbol - then please provide some more information (screenshots, error messages, etc). Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cim-symbol-issue/m-p/1227938#M79216</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2022-11-02T15:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Symbol issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cim-symbol-issue/m-p/1227941#M79217</link>
      <description>&lt;P&gt;Based on your codepen it looks like it works fine with 4.25 (doesn't work with 4.24) so I guess there's some increased support for CIM symbols which is great&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cim-symbol-issue/m-p/1227941#M79217</guid>
      <dc:creator>MatthieuThery1</dc:creator>
      <dc:date>2022-11-02T15:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Symbol issue</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cim-symbol-issue/m-p/1227964#M79219</link>
      <description>&lt;P&gt;Oh sorry I didn't even notice that&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt; Yes, we have improved CIM support in 4.25, which is scheduled for release next week.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cim-symbol-issue/m-p/1227964#M79219</guid>
      <dc:creator>AnneFitz</dc:creator>
      <dc:date>2022-11-02T15:59:15Z</dc:date>
    </item>
  </channel>
</rss>

