<?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: Adding HTML markers in map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-html-markers-in-map/m-p/1288446#M81133</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666601"&gt;@JamesIng&lt;/a&gt;&amp;nbsp;It helps. I have a use case where I need to add marker with different symbol inside the bubble. For instance something like this image&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://i.stack.imgur.com/Rxr6c.jpg" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will have to manually to convert this into symbols json, but is there a way to change the inner part of the bubble once I upload the single marker and change the inner part of the bubble.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2023 04:53:33 GMT</pubDate>
    <dc:creator>KarthikeyanShanmugam</dc:creator>
    <dc:date>2023-05-12T04:53:33Z</dc:date>
    <item>
      <title>Adding HTML markers in map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-html-markers-in-map/m-p/1285529#M81035</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am trying to add below html marker.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;span&amp;gt;
&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;
&amp;lt;svg width="30px" height="44px" viewBox="0 0 30 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&amp;gt;
    &amp;lt;defs&amp;gt;&amp;lt;/defs&amp;gt;
    &amp;lt;g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"&amp;gt;
        &amp;lt;g id="map-marker" fill="red"&amp;gt;
            &amp;lt;ellipse id="Oval-1" fill-opacity="0.167006341" fill="#000000" cx="15" cy="39" rx="10" ry="5"&amp;gt;&amp;lt;/ellipse&amp;gt;
            &amp;lt;path d="M14.9603111,0.0389586363 C6.69825573,0.0389586363 0,6.73721437 0,14.9992698 C0,23.2608382 12.4667636,39.932797 14.9603111,39.932797 C17.4533717,39.932797 29.9201353,23.2608382 29.9201353,14.9992698 C29.9201353,6.73721437 23.2218795,0.0389586363 14.9603111,0.0389586363 L14.9603111,0.0389586363 Z" id="Fill-1"&amp;gt;&amp;lt;/path&amp;gt;
        &amp;lt;/g&amp;gt;
    &amp;lt;/g&amp;gt;
&amp;lt;/svg&amp;gt;
&amp;lt;/span&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any way we can achieve that ? . I am using&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;"@arcgis/core": "^4.26.5" library and Nextjs.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Right now , I can achieve the rendering of the svg using &lt;STRONG&gt;SimpleMarkerSymbol&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;path&amp;nbsp;&lt;/STRONG&gt;property which results in below image&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KarthikeyanShanmugam_0-1683183056243.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/69827i4AB2F61964DFF354/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KarthikeyanShanmugam_0-1683183056243.png" alt="KarthikeyanShanmugam_0-1683183056243.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I can add the path of outer bubble and I cannot achieve the above use case. Is there any way to add html code ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 06:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-html-markers-in-map/m-p/1285529#M81035</guid>
      <dc:creator>KarthikeyanShanmugam</dc:creator>
      <dc:date>2023-05-04T06:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding HTML markers in map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-html-markers-in-map/m-p/1285896#M81052</link>
      <description>&lt;P&gt;Consider using the new CIM symbol instead -&lt;BR /&gt;&lt;BR /&gt;You can also use the CIM Symbol builder to convert a existing SVG into the new CIM symbol format:&lt;BR /&gt;&lt;BR /&gt;Can read more about it here:&lt;BR /&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/cim-symbol-builder/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/cim-symbol-builder/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 20:56:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-html-markers-in-map/m-p/1285896#M81052</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2023-05-04T20:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding HTML markers in map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-html-markers-in-map/m-p/1288446#M81133</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666601"&gt;@JamesIng&lt;/a&gt;&amp;nbsp;It helps. I have a use case where I need to add marker with different symbol inside the bubble. For instance something like this image&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://i.stack.imgur.com/Rxr6c.jpg" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will have to manually to convert this into symbols json, but is there a way to change the inner part of the bubble once I upload the single marker and change the inner part of the bubble.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 04:53:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-html-markers-in-map/m-p/1288446#M81133</guid>
      <dc:creator>KarthikeyanShanmugam</dc:creator>
      <dc:date>2023-05-12T04:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding HTML markers in map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-html-markers-in-map/m-p/1289453#M81165</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/679436"&gt;@KarthikeyanShanmugam&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you tell me a little more detail about what you're trying to achieve?&lt;BR /&gt;&lt;BR /&gt;You might be able to achieve what you're after by using a uniqueValueRenderer.&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-UniqueValueRenderer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can specify multiple symbols and then apply them to your data depending on a particular attribute.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 03:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/adding-html-markers-in-map/m-p/1289453#M81165</guid>
      <dc:creator>JamesIng</dc:creator>
      <dc:date>2023-05-16T03:42:30Z</dc:date>
    </item>
  </channel>
</rss>

