<?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: WMTSLayer bug in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343581#M31739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For posterity, this was fixed in 3.29. The "&lt;A href="https://developers.arcgis.com/javascript/3/jshelp/whats_new.html"&gt;What's new in Version 3.29&lt;/A&gt;" page also reads:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NIM098119: It is now possible to consume a Web Map Tile Service (WMTS) layer with resource info object on RESTful service mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2019 00:03:04 GMT</pubDate>
    <dc:creator>JoelBennett</dc:creator>
    <dc:date>2019-08-13T00:03:04Z</dc:date>
    <item>
      <title>WMTSLayer bug</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343574#M31732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bug in the WMTSLayer constructor prevents any instances of this class from being created.&amp;nbsp; In the constructor, the call to _parseResourceInfo occurs before the _formatDictionary property is instantiated.&amp;nbsp; However, the call to _parseResourceInfo includes a read of the _formatDictionary property, which, being undefined at the time, results in an unhandled exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noticed in version 3.13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a locally hosted copy of the API, you can fix this yourself by moving the instantiation of _formatDictionary higher up in the constructor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 13:38:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343574#M31732</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2015-06-08T13:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: WMTSLayer bug</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343575#M31733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is still a problem in 3.15, although the scope has probably never been as wide as I initially reported (i.e. "any instances").&amp;nbsp; The problem only manifests if supplying "resourceInfo" to the constructor, and the "serviceMode" is "RESTful" (which is the default value if not specified).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fix is nonetheless the same...the instantiation of _formatDictionary should be moved higher up in the constructor...it could even be the first line if desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because the call stack of the constructor can reach the _getTileUrlTemplate function (by way of _parseResourceInfo), where the _formatDictionary is referenced, which in turn throws an error about using an undefined reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 18:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343575#M31733</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2016-01-22T18:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: WMTSLayer bug</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343576#M31734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ESRI did not fix this bug in version 3.16 of the ArcGIS API for JavaScript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:00:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343576#M31734</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2016-04-08T15:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: WMTSLayer bug</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343577#M31735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ESRI did not fix this bug in version 3.17 of the ArcGIS API for JavaScript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 19:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343577#M31735</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2016-07-29T19:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: WMTSLayer bug</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343578#M31736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Have you actually contacted esri tech support and logged a bug? GeoNet is not an official channel for reporting bugs. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 19:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343578#M31736</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-29T19:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: WMTSLayer bug</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343579#M31737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that.&amp;nbsp; In the spirit of reusability, please see a similar conversation &lt;A _jive_internal="true" href="https://community.esri.com/thread/160359"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 19:59:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343579#M31737</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2016-07-29T19:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: WMTSLayer bug</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343580#M31738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well bottom line is if you do not report these bugs you find through official channels then they will likely never be fixed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 20:06:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343580#M31738</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-29T20:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: WMTSLayer bug</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343581#M31739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For posterity, this was fixed in 3.29. The "&lt;A href="https://developers.arcgis.com/javascript/3/jshelp/whats_new.html"&gt;What's new in Version 3.29&lt;/A&gt;" page also reads:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NIM098119: It is now possible to consume a Web Map Tile Service (WMTS) layer with resource info object on RESTful service mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 00:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/wmtslayer-bug/m-p/343581#M31739</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2019-08-13T00:03:04Z</dc:date>
    </item>
  </channel>
</rss>

