<?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: How to create tile images for tiled map using ArcGIS Online? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351488#M17649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you would need to publish the raster layer as a cached map service to ArcGIS for Server.&amp;nbsp; Once the raster layer is updated, you can create a python script to execute the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00540000000p000000"&gt;Manage Map Server Cache Tiles&lt;/A&gt; to update the cache.&amp;nbsp; You can then use &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002100000038000000"&gt;Windows Task Scheduler&lt;/A&gt; to execute the script at a prescribed time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2015 13:43:12 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2015-01-12T13:43:12Z</dc:date>
    <item>
      <title>How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351477#M17638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I am a newbie to ArcGIS Online. I have to create a temperature tile map based on my own custom data. I have found that a tile layer can be added using the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://doc.arcgis.com/en/arcgis-online/reference/tile-layers.htm"&gt;http://doc.arcgis.com/en/arcgis-online/reference/tile-layers.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a new tile layer uses a service request like (&lt;SPAN class="usertext"&gt;&lt;A href="http://%7bsubDomain%7d.tile.opencyclemap.org/cycle/%7blevel%7d/%7bcol%7d/%7brow%7d.png"&gt;http://{subDomain}.tile.opencyclemap.org/cycle/{level}/{col}/{row}.png&lt;/A&gt;&lt;/SPAN&gt;) to get specific images from service for specific zoom levels, the question is how and where these images will be created based on our own data? &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is there any tool that creates such images for storage purpose and later to utilize using service call? &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can we create these images dynamically at run time based on our own data and how?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We want to create the end product like &lt;A href="http://maps.google.com/gallery/details?id=zttWLnOPAlrs.kQBKSYw5ok5U&amp;amp;hl=en"&gt;http://maps.google.com/gallery/details?id=zttWLnOPAlrs.kQBKSYw5ok5U&amp;amp;hl=en&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, your urgent help will be highly appreciated.&lt;/P&gt;&lt;P&gt;- Rony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 11:22:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351477#M17638</guid>
      <dc:creator>ronykooskow</dc:creator>
      <dc:date>2014-12-31T11:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351478#M17639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you create a temperature tile map?&amp;nbsp; Did you using ArcGIS to do this, or other software?&amp;nbsp; What type of data are you using to create the temperature tile map (i.e. TIFFs, JPGs, etc)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 12:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351478#M17639</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-12-31T12:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351479#M17640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jake, thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I was using ArcGIS to create the map. I have tried using the add tile layer as I mentioned in question and related URL. Adding a tile layer requires an image/PNG file via service call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how this image/PNG will be created with our own data? We have temperature data for different locations in a city/state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we create tile images for this data using ArcGIS so that our final map looks like the one shown in below link?&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/gallery/details?id=zttWLnOPAlrs.kQBKSYw5ok5U&amp;amp;hl=en" rel="nofollow" target="_blank"&gt;http://maps.google.com/gallery/details?id=zttWLnOPAlrs.kQBKSYw5ok5U&amp;amp;hl=en&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thanks, Rony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 13:53:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351479#M17640</guid>
      <dc:creator>ronykooskow</dc:creator>
      <dc:date>2014-12-31T13:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351480#M17641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you can do is create a cache of your map using the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000189000000"&gt;Manage Tile Cache&lt;/A&gt; tool.&amp;nbsp; If you want to overlay your map with ArcGIS Online imagery, be sure your data frame is in Web Mercator (auxiliary sphere) projection before create the cache. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the cache is created, you can export this to a Tile Package (TPK) using the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000187000000"&gt;Export Tile Cache&lt;/A&gt; tool.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the TPK is created, you can upload this to ArcGIS Online using the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//0017000000vn000000"&gt;Share Package&lt;/A&gt; tool.&amp;nbsp; Once the tile package is uploaded, you can publish this as a tiled service by going to ArcGIS Online and clicking on the tile package &amp;gt; Publish.&amp;nbsp; You will then have the ability to add the tiled service to you web map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 14:35:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351480#M17641</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-12-31T14:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351481#M17642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Jake, Our data updates frequently on weekly bases. Do we need to create the new tiles using Manage Tile Cache tool after every data update or there will be some tool on server that will automatically update the tiles based on new/updated data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will Manage Tile Cache tool automatically create tiles by reading our data or we have to manually generate tiles using this tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thanks, Rony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 16:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351481#M17642</guid>
      <dc:creator>ronykooskow</dc:creator>
      <dc:date>2014-12-31T16:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351482#M17643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would have to manually update the tiles for a tiled service.&amp;nbsp; What type of data are you working with?&amp;nbsp; i.e. raster images (TIFF, JPEG, etc) or vector data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will most likely want to look into using ArcGIS Server.&amp;nbsp; You can create a dynamic map service that would update as your tiles are updated.&amp;nbsp; The performance is not as a fast as a cached tiled service but you will not have to perform any back-end processing to have the most up-to-date tiles. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want fast performance, using a tiled service, you can more easily script the update of a ArcGIS Server service compared to a ArcGIS Online hosted service.&amp;nbsp; For example, you could use python to recreate the cache of your ArcGIS Server service every night.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 17:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351482#M17643</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-12-31T17:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351483#M17644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jake, As per your question related to format of data, we have temperature data in NetCDF format. Is there a way that we can display this data directly on ArcGIS Online in the form of thematic contour map like following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/webmap/viewer.html?url=http%3a%2f%2fsampleserver3.arcgisonline.com%2fArcGIS%2frest%2fservices%2fWorld%2fTemperature%2fImageServer&amp;amp;source=sd" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/home/webmap/viewer.html?url=http%3a%2f%2fsampleserver3.arcgisonline.com%2fArcGIS%2frest%2fservices%2fWorld%2fTemperature%2fImageServer&amp;amp;source=sd&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 15:39:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351483#M17644</guid>
      <dc:creator>ronykooskow</dc:creator>
      <dc:date>2015-01-05T15:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351484#M17645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could convert the NetCDF to a raster layer using the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//004300000006000000"&gt;Make NetCDF Raster Layer&lt;/A&gt; tool and then create an ArcGIS Server map service from this layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 17:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351484#M17645</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-01-05T17:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351485#M17646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jake for your help so far. We have created a raster layer using "&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//004300000006000000" rel="nofollow" target="_blank"&gt;Make NetCDF Raster Layer&lt;/A&gt;" tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we need to provide the following functionality to users.&lt;/P&gt;&lt;P&gt;1. Users should be able to &lt;STRONG&gt;select an area&lt;/STRONG&gt; on tile map and &lt;STRONG&gt;download&lt;/STRONG&gt; the data for selected area?&lt;/P&gt;&lt;P&gt;2. How can we define any parameters based on which users will be able to filter the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 14:22:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351485#M17646</guid>
      <dc:creator>ronykooskow</dc:creator>
      <dc:date>2015-01-08T14:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351486#M17647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jake for your help so far. We have created a raster layer using "&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//004300000006000000" rel="nofollow" target="_blank"&gt;Make NetCDF Raster Layer&lt;/A&gt;" tool. Attached is the output of our map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we need to provide the following functionality to users.&lt;/P&gt;&lt;P&gt;1. Users should be able to &lt;STRONG&gt;select an area&lt;/STRONG&gt; on tile map and &lt;STRONG&gt;download&lt;/STRONG&gt; the data for selected area?&lt;/P&gt;&lt;P&gt;2. How can we define any parameters based on which users will be able to filter the data?&lt;/P&gt;&lt;P&gt;3. How can we control the minimum and maximum zoom level of the complete map so that if user increases/decreases the zoom, map must not exceed our specified zoom levels/limits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide us a tutorial on how can we accomplish the above mentioned tasks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 14:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351486#M17647</guid>
      <dc:creator>ronykooskow</dc:creator>
      <dc:date>2015-01-08T14:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351487#M17648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jake,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have gone through the documentation of ArcGIS for server. We are interested in buying this tool. We are professional developers and need to implement tiled maps in one of our projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we have some concerns:&lt;/P&gt;&lt;P&gt;Using ArcGIS for server can we automate the process of tile cache creation from NetCDF files?&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Raster Layer Creation from NetCDF,&lt;/LI&gt;&lt;LI&gt;Tile Cache Creation From raster layer,&lt;/LI&gt;&lt;LI&gt;tile packaging,&lt;/LI&gt;&lt;LI&gt;publishing it to the service&lt;/LI&gt;&lt;LI&gt;and using the service in our layer.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;And repeat this process to update tiles after every 6 hours ?&lt;/P&gt;&lt;P&gt;How ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 12:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351487#M17648</guid>
      <dc:creator>ronykooskow</dc:creator>
      <dc:date>2015-01-12T12:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351488#M17649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you would need to publish the raster layer as a cached map service to ArcGIS for Server.&amp;nbsp; Once the raster layer is updated, you can create a python script to execute the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00540000000p000000"&gt;Manage Map Server Cache Tiles&lt;/A&gt; to update the cache.&amp;nbsp; You can then use &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002100000038000000"&gt;Windows Task Scheduler&lt;/A&gt; to execute the script at a prescribed time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 13:43:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351488#M17649</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-01-12T13:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351489#M17650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply Jake. We have a thousand NetCDF files and we cannot manually create tile packages and publish on the server. Is there a possible way to automate the whole process in a good manner?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 14:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351489#M17650</guid>
      <dc:creator>ronykooskow</dc:creator>
      <dc:date>2015-01-12T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351490#M17651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//002w00000001000000"&gt;modelbuilder &lt;/A&gt;and/or python to automate publish the data to ArcGIS for Server and create/update the cache.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 14:50:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351490#M17651</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-01-12T14:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create tile images for tiled map using ArcGIS Online?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351491#M17652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to do something similar, could anyone provide us with a working example of doing this? Programmatically (python) create tile layers and publish these ArcGIS online. We are having zoom and visibility issues. Depending on how we do it we either have no visual layer at all or loose it when zooming out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Mette&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 12:35:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-create-tile-images-for-tiled-map-using/m-p/351491#M17652</guid>
      <dc:creator>mettegreve</dc:creator>
      <dc:date>2015-06-29T12:35:53Z</dc:date>
    </item>
  </channel>
</rss>

