<?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: Custom VectorTileLayer Does not render sprite symbols in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-vectortilelayer-does-not-render-sprite/m-p/1139842#M76222</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sprites does work in 4.x. I am not sure how to reproduce the issue with code provided as it is not complete. I can take a look at it if you provide a reproducible case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 15:08:14 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2022-02-02T15:08:14Z</dc:date>
    <item>
      <title>Custom VectorTileLayer Does not render sprite symbols</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-vectortilelayer-does-not-render-sprite/m-p/1139348#M76189</link>
      <description>&lt;P&gt;Using Arcgis JS 4+, Vector tile symbols are not rendering because the Sprite files never get called.&lt;/P&gt;&lt;P&gt;Type Circle, Lines and Polygons &lt;STRONG&gt;work&lt;/STRONG&gt; fine because it doesn't use the sprites but symbols with the same point data does not render any symbols.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const tiledLayerTest = new VectorTileLayer({styleobject})    

    "sprite": "https://cdn.arcgis.com/sharing/rest/content/items/30d6b8271e1849cd9c3042060001f425/resources/sprites/",
    "glyphs": "https://basemaps-api.arcgis.com/arcgis/rest/services/OpenStreetMap_v2/VectorTileServer/resources/fonts/{fontstack}/{range}.pbf",
    style: {
      layers: [
        id: 'layerid',
        source: 'layerid',
        'source-layer': 'layerid',
        type:'symbol',
        layout: {
          "icon-image": "Road/Shield white black/6",
          'symbol-placement': 'point',
          'text-font': ['Arial Regular'],
          'icon-size': 60,
        }
        spaint: {
          color: style.color,
        }],
      sources: {
        [layerid]: {
          type: 'vector',
          minzoom: maxscale || 12,
          url: '/v1/layers/' + layerid,
          tiles: [
             '/{level}/{col}/{row}',
          ],
        },
      },
    },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 14:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-vectortilelayer-does-not-render-sprite/m-p/1139348#M76189</guid>
      <dc:creator>StephenSontag55</dc:creator>
      <dc:date>2022-02-01T14:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom VectorTileLayer Does not render sprite symbols</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-vectortilelayer-does-not-render-sprite/m-p/1139842#M76222</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sprites does work in 4.x. I am not sure how to reproduce the issue with code provided as it is not complete. I can take a look at it if you provide a reproducible case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 15:08:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-vectortilelayer-does-not-render-sprite/m-p/1139842#M76222</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2022-02-02T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom VectorTileLayer Does not render sprite symbols</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-vectortilelayer-does-not-render-sprite/m-p/1140059#M76233</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; Tough to send over the Vector tile source since it's behind some authentication.&lt;/P&gt;&lt;P&gt;Just trying to figure out why the sprite file never gets called.&amp;nbsp; When I turn type: 'circle', points show up.&amp;nbsp; But when I do type: 'symbol', the sprite files are never requested.&amp;nbsp; I figured if you define type: 'symbol' the sprite would get called.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 20:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/custom-vectortilelayer-does-not-render-sprite/m-p/1140059#M76233</guid>
      <dc:creator>StephenSontag55</dc:creator>
      <dc:date>2022-02-02T20:03:20Z</dc:date>
    </item>
  </channel>
</rss>

