<?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: Adding a locally hosted TMS to an ArcGIS.com map? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421187#M21138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's hosted on my laptop. Using the built in Python web server that MacOS makes available. So, the URL is&amp;nbsp;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%3A8000%2FSnowMap2%2F%7Bz%7D%2F%7Bx%7D%2F%7By%7D.jpg" rel="nofollow" style="color: #287433; background-color: #ffffff; border: 0px; text-decoration: none; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://localhost:8000/SnowMap2/{z}/{x}/{y}.jpg&lt;/A&gt;&amp;nbsp;We've got SSL enforced on our AGO org, so I'm looking into how to run https from my machine to see if that works, just haven't had a moment for that rabbit hole, this week.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2019 23:20:14 GMT</pubDate>
    <dc:creator>StaceMaples</dc:creator>
    <dc:date>2019-08-26T23:20:14Z</dc:date>
    <item>
      <title>Adding a locally hosted TMS to an ArcGIS.com map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421183#M21134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to add a Tiled Map Service from my local drive to an ArcGIS.com map? That is, if my TMS is&amp;nbsp;&lt;A class="link-titled" href="http://localhost:8000/SnowMap2/{z}/{x}/{y}.jpg" title="http://localhost:8000/SnowMap2/{z}/{x}/{y}.jpg"&gt;http://localhost:8000/SnowMap2/{z}/{x}/{y}.jpg&lt;/A&gt;&amp;nbsp; should I be able to add that to an ArcGIS.com map? What about something like:&amp;nbsp;&lt;A&gt;file:////Users/maples/data/tiles/SnowMap3/{z}/{x}/{y}.jpg&lt;/A&gt;&amp;nbsp;? I've tried every way I can and no luck. Also, tried changing to {level}/{col}/{row}.jpg for both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 22:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421183#M21134</guid>
      <dc:creator>StaceMaples</dc:creator>
      <dc:date>2019-08-13T22:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a locally hosted TMS to an ArcGIS.com map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421184#M21135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When adding a link to a tile map service in ArcGIS Online you need to reference the service url &lt;A href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%3A8000%2FSnowMap2%2F%7Bz%7D%2F%7Bx%7D%2F%7By%7D.jpg" rel="nofollow" style="color: #000000; background-color: #ffffff; border: 0px; text-decoration: underline; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://servername/arcgis/rest/services/SnowMap2/mapserver&lt;/A&gt;. I would suggest verifying that the server has https enabled if the organizations is https only. It is not possible to reference a local file location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the server is on a local server, keep in mind that you won't be able to view the local service outside of your network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This documentation outlines supported layer types in Map viewer&amp;nbsp; that can be added from a web server:&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/arcgis-online/create-maps/add-layers.htm#ESRI_SECTION1_A82A515232CB4672838FEB9FCF8E76D8" title="https://doc.arcgis.com/en/arcgis-online/create-maps/add-layers.htm#ESRI_SECTION1_A82A515232CB4672838FEB9FCF8E76D8"&gt;Add layers to maps—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This outlines how to add layer items as files. If adding as a file, you would need to first upload the file and then publish it as a supported web layer:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/arcgis-online/create-maps/add-layers.htm#FILE" title="https://doc.arcgis.com/en/arcgis-online/create-maps/add-layers.htm#FILE"&gt;Add layers to maps—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not familiar with the format that you referenced in your question, so you may want to verify that the data is provided in a supported format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kelly&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2019 19:15:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421184#M21135</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2019-08-23T19:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a locally hosted TMS to an ArcGIS.com map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421185#M21136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't need it to show up for anyone but the local user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Online supports TMS for sure, it's right there in the interface as "A Tile Layer":&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/457884_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll assume it's the the lack of SSL,&amp;nbsp;as that's an avenue I suspected though I wanted to see if anyone had successfully done this, yet. I'll report back here if I find a way through this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2019 22:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421185#M21136</guid>
      <dc:creator>StaceMaples</dc:creator>
      <dc:date>2019-08-23T22:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a locally hosted TMS to an ArcGIS.com map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421186#M21137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your tile layer hosted on an internal ArcGIS Server or ArcGIS Enterprise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 20:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421186#M21137</guid>
      <dc:creator>KellyGerrow</dc:creator>
      <dc:date>2019-08-26T20:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a locally hosted TMS to an ArcGIS.com map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421187#M21138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's hosted on my laptop. Using the built in Python web server that MacOS makes available. So, the URL is&amp;nbsp;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flocalhost%3A8000%2FSnowMap2%2F%7Bz%7D%2F%7Bx%7D%2F%7By%7D.jpg" rel="nofollow" style="color: #287433; background-color: #ffffff; border: 0px; text-decoration: none; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://localhost:8000/SnowMap2/{z}/{x}/{y}.jpg&lt;/A&gt;&amp;nbsp;We've got SSL enforced on our AGO org, so I'm looking into how to run https from my machine to see if that works, just haven't had a moment for that rabbit hole, this week.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 23:20:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421187#M21138</guid>
      <dc:creator>StaceMaples</dc:creator>
      <dc:date>2019-08-26T23:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a locally hosted TMS to an ArcGIS.com map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421188#M21139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally got it to work. It was SSL that made it possible. Our org is set to https only, so that was blocking. Once I got a simple SSL enabled https server running&amp;nbsp;from my tile cache folder (BTW, it wasn't simple), I was able to point at a TMS service on my local machine, from an ArcGIS Online map:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/458283_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 19:46:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-a-locally-hosted-tms-to-an-arcgis-com-map/m-p/421188#M21139</guid>
      <dc:creator>StaceMaples</dc:creator>
      <dc:date>2019-08-29T19:46:58Z</dc:date>
    </item>
  </channel>
</rss>

