<?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: Vector Tile Basemaps and Chrome Mac OS in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-tile-basemaps-and-chrome-mac-os/m-p/751745#M69508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tried it with the 4.7 vector tile sample on my Macbook Pro (late 2011) using Chrome 67.&amp;nbsp; As I dug deeper into the issue, Chrome blacklists certain GPUs due to processing issues, etc. and WebGL isn't supported/is disabled.&amp;nbsp; The GPU (HD3000) on my Macbook Pro happens to be one of the blacklisted ones.&amp;nbsp; So it appears to be not only an issue of the client browser possibly having WebGL disabled, it could also be a hardware issue.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2018 12:36:25 GMT</pubDate>
    <dc:creator>bmanghi</dc:creator>
    <dc:date>2018-07-03T12:36:25Z</dc:date>
    <item>
      <title>Vector Tile Basemaps and Chrome Mac OS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-tile-basemaps-and-chrome-mac-os/m-p/751742#M69505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone else run into an issue with using Vector Tile layers in Chrome on Mac OS?&amp;nbsp; I'm using vector tile in one of our apps and seeing errors thrown related to Mapbox gl.&amp;nbsp; I also cannot get the Vector Tile sample from the API examples to load either.&amp;nbsp; A WebGL message is being thrown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 01:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-tile-basemaps-and-chrome-mac-os/m-p/751742#M69505</guid>
      <dc:creator>bmanghi</dc:creator>
      <dc:date>2018-06-21T01:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tile Basemaps and Chrome Mac OS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-tile-basemaps-and-chrome-mac-os/m-p/751743#M69506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turns out WebGL is disabled in Chrome (v67) on Mac OS and is probably causing the issue.&amp;nbsp; I disabled WebGL in Chrome on Windows and saw the same errors.&amp;nbsp; I'll have to figure out another workaround or possibly push users to another browser.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 13:00:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-tile-basemaps-and-chrome-mac-os/m-p/751743#M69506</guid>
      <dc:creator>bmanghi</dc:creator>
      <dc:date>2018-06-21T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tile Basemaps and Chrome Mac OS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-tile-basemaps-and-chrome-mac-os/m-p/751744#M69507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/220986"&gt;Beth Manghi&lt;/A&gt;‌ - that error message sounds like you're using an older 4.x version, before 4.2.&amp;nbsp; If you upgrade to a newer 4.x version you shouldn't see that sort of problem.&lt;BR /&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/guide/release-notes/4.2/index.html#revamped-vectortilelayer-support" title="https://developers.arcgis.com/javascript/latest/guide/release-notes/4.2/index.html#revamped-vectortilelayer-support"&gt;Release notes for 4.2 | ArcGIS API for JavaScript 4.7&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second part about the samples, did you try with the latest (4.7) samples like&amp;nbsp;&lt;A class="jivelink12" href="https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer/live/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer/live/index.html"&gt;https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer/live/index.html&lt;/A&gt;&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 04:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-tile-basemaps-and-chrome-mac-os/m-p/751744#M69507</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2018-07-03T04:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Vector Tile Basemaps and Chrome Mac OS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-tile-basemaps-and-chrome-mac-os/m-p/751745#M69508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tried it with the 4.7 vector tile sample on my Macbook Pro (late 2011) using Chrome 67.&amp;nbsp; As I dug deeper into the issue, Chrome blacklists certain GPUs due to processing issues, etc. and WebGL isn't supported/is disabled.&amp;nbsp; The GPU (HD3000) on my Macbook Pro happens to be one of the blacklisted ones.&amp;nbsp; So it appears to be not only an issue of the client browser possibly having WebGL disabled, it could also be a hardware issue.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 12:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vector-tile-basemaps-and-chrome-mac-os/m-p/751745#M69508</guid>
      <dc:creator>bmanghi</dc:creator>
      <dc:date>2018-07-03T12:36:25Z</dc:date>
    </item>
  </channel>
</rss>

