<?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 S3 Tiled Layer - A few questions in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/s3-tiled-layer-a-few-questions/m-p/220201#M20454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been doing some research on hosting cache tiles on S3 and wanted to throw some questions out to the geonet to see what I could dig up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are my questions &lt;/P&gt;&lt;P&gt;1. Is there a tried and tested JavaScript API Custom class that can be used with the map services details file and the tiles hosted on s3 ?&lt;/P&gt;&lt;P&gt;2. Can the WebTiledLayer class can be used for this purpose for spatial references other than Web Mercator ?&lt;/P&gt;&lt;P&gt;3. Has there been any progress along the lines of using compact cache in the cloud or is this still limited to exploded cache ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 23:10:24 GMT</pubDate>
    <dc:creator>PremRadhakrishnan</dc:creator>
    <dc:date>2014-09-11T23:10:24Z</dc:date>
    <item>
      <title>S3 Tiled Layer - A few questions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/s3-tiled-layer-a-few-questions/m-p/220201#M20454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been doing some research on hosting cache tiles on S3 and wanted to throw some questions out to the geonet to see what I could dig up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are my questions &lt;/P&gt;&lt;P&gt;1. Is there a tried and tested JavaScript API Custom class that can be used with the map services details file and the tiles hosted on s3 ?&lt;/P&gt;&lt;P&gt;2. Can the WebTiledLayer class can be used for this purpose for spatial references other than Web Mercator ?&lt;/P&gt;&lt;P&gt;3. Has there been any progress along the lines of using compact cache in the cloud or is this still limited to exploded cache ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 23:10:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/s3-tiled-layer-a-few-questions/m-p/220201#M20454</guid>
      <dc:creator>PremRadhakrishnan</dc:creator>
      <dc:date>2014-09-11T23:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Tiled Layer - A few questions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/s3-tiled-layer-a-few-questions/m-p/220202#M20455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, I did not realize that this would lead to no answers at all !! Any comments from anyone ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 21:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/s3-tiled-layer-a-few-questions/m-p/220202#M20455</guid>
      <dc:creator>PremRadhakrishnan</dc:creator>
      <dc:date>2014-09-18T21:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Tiled Layer - A few questions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/s3-tiled-layer-a-few-questions/m-p/220203#M20456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. No need for a custom class I think (see "2").&lt;/P&gt;&lt;P&gt;2. Yes. WebTiledLayer can be used for any spatial reference. You just need to specify the TileInfo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 00:16:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/s3-tiled-layer-a-few-questions/m-p/220203#M20456</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-11-07T00:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: S3 Tiled Layer - A few questions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/s3-tiled-layer-a-few-questions/m-p/220204#M20457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'm using non-default projections in a WebTiledLayer. Works great in Silverlight, JavaScript, and Print as long as you add some extra parameters, like the tiling scheme. &lt;/P&gt;&lt;P&gt;But, moving to webapp builder and AGO, I can't figure out how to add this setup to a webmap. The AGO user interface doesn't have a place to enter the tiling scheme. And, the webmap specification doesn't document this support.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/2906"&gt;Bjorn Svensson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Do you know of any way to embed this webtile layer with a custom projection into an AGO webmap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 23:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/s3-tiled-layer-a-few-questions/m-p/220204#M20457</guid>
      <dc:creator>deleted-user-Jie3eyjOl9XM</dc:creator>
      <dc:date>2014-12-11T23:39:15Z</dc:date>
    </item>
  </channel>
</rss>

