<?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: OSGeo TMS in ESRI Javascript API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/osgeo-tms-in-esri-javascript-api/m-p/1137418#M76100</link>
    <description>&lt;P&gt;Hi ShinjiKATAYA1,&lt;/P&gt;&lt;P&gt;Is it possible to integrate secured TMS Layer in ArcGIS Javascript App. My TMS&amp;nbsp; asks for username and password. (not credentials userid and token)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DenisGlibanovic_0-1643210962483.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32366iFB26CB2118243FFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DenisGlibanovic_0-1643210962483.png" alt="DenisGlibanovic_0-1643210962483.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jan 2022 15:29:58 GMT</pubDate>
    <dc:creator>Den-GIS</dc:creator>
    <dc:date>2022-01-26T15:29:58Z</dc:date>
    <item>
      <title>OSGeo TMS in ESRI Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/osgeo-tms-in-esri-javascript-api/m-p/757872#M70049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to consume an OSGeo TMS service in ESRI jsapi?&amp;nbsp; I understand that TMS is different than OGC WMTS.&amp;nbsp; Here is an example TMS service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wms.chartbundle.com/tms/"&gt;http://wms.chartbundle.com/tms/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 19:57:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/osgeo-tms-in-esri-javascript-api/m-p/757872#M70049</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2011-12-20T19:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: OSGeo TMS in ESRI Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/osgeo-tms-in-esri-javascript-api/m-p/757873#M70050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, David. Is this comment is still need answer ?&lt;/P&gt;&lt;P&gt;In my understanding, Esri JavaScript API does not have class support "OSGeo TMS". But you could read "OSGeo TMS" as layer to create a custom subclass inherited from the WebTileLayer. In&amp;nbsp; &lt;A href="https://maps.nyc.gov/tiles/#arcgis" style="background-color: transparent; color: #2989c5; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: underline; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" title="https://maps.nyc.gov/tiles/#arcgis"&gt;NYC Map Tiles&lt;/A&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt; &lt;/SPAN&gt;sites, you could find sample implementation of both Esri JavaScript API 3.x and 4.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an example)&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var TMSLayer = WebTileLayer.createSubclass({&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; getTileUrl: function(level, row, col){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var y = (1 &amp;lt;&amp;lt; level) - row - 1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return this.urlTemplate.replace("{level}", level).replace("{col}", col).replace("{row}", y);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0b0119; text-decoration: underline; "&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2019 03:55:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/osgeo-tms-in-esri-javascript-api/m-p/757873#M70050</guid>
      <dc:creator>ShinjiKATAYA1</dc:creator>
      <dc:date>2019-09-08T03:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: OSGeo TMS in ESRI Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/osgeo-tms-in-esri-javascript-api/m-p/1137418#M76100</link>
      <description>&lt;P&gt;Hi ShinjiKATAYA1,&lt;/P&gt;&lt;P&gt;Is it possible to integrate secured TMS Layer in ArcGIS Javascript App. My TMS&amp;nbsp; asks for username and password. (not credentials userid and token)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DenisGlibanovic_0-1643210962483.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32366iFB26CB2118243FFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DenisGlibanovic_0-1643210962483.png" alt="DenisGlibanovic_0-1643210962483.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 15:29:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/osgeo-tms-in-esri-javascript-api/m-p/1137418#M76100</guid>
      <dc:creator>Den-GIS</dc:creator>
      <dc:date>2022-01-26T15:29:58Z</dc:date>
    </item>
  </channel>
</rss>

