<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Infinity Code Forum — Tile Counter]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=827</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=827&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Tile Counter.]]></description>
		<lastBuildDate>Tue, 23 Mar 2021 17:35:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Tile Counter]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7308#p7308</link>
			<description><![CDATA[<p>You don&#039;t need to switch between cache and this script.<br />They will work well together and complement each other.</p><p>In theory, you can modify this script and use OnlineMapsCache.AddItem and OnlineMapsCache.Get to store the data in a custom cache.<br /><a href="https://infinity-code.com/doxygen/online-maps/classOnlineMapsCache.html#a33ab8616cc69eea51fd9c7c0cbb1e451">https://infinity-code.com/doxygen/onlin … c0cbb1e451</a><br />But I wouldn&#039;t do that.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 23 Mar 2021 17:35:31 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7308#p7308</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tile Counter]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7307#p7307</link>
			<description><![CDATA[<p>The principle of the cache is fine because often it will only download what we are viewing. But sometimes we have to go offline and just before we would ensure that all tiles we&#039;ll need would be accessible. Perhaps we could switch between the cache (transparent most of the time) and the &quot;fully exported tiles folder&quot; when we need it ? In this use case, I suppose that we have to create and use our own provider reading files from our folder ?<br />I hope it is clear enough<br />Thank you again</p>]]></description>
			<author><![CDATA[null@example.com (murphyii)]]></author>
			<pubDate>Tue, 23 Mar 2021 17:22:50 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7307#p7307</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tile Counter]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7306#p7306</link>
			<description><![CDATA[<p>This script will download tiles to Application.persistentDataPath, and load tiles from this folder.<br />The downloaded data will not be cached.</p><p>Why would you want to use a cache for this?</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 23 Mar 2021 17:08:17 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7306#p7306</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tile Counter]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7305#p7305</link>
			<description><![CDATA[<p>Perfect! Just one more thing because this script will export stuff in the specified &quot;tiles&quot; folder. But can it be used to prefill the cache instead ? I mean &quot;OnlineMapsCache.instance&quot; ?<br />Thank you very much for all your feedbacks and great work from here!</p>]]></description>
			<author><![CDATA[null@example.com (murphyii)]]></author>
			<pubDate>Tue, 23 Mar 2021 16:54:08 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7305#p7305</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tile Counter]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7303#p7303</link>
			<description><![CDATA[<p>I think you are looking for this:<br /><a href="https://forum.infinity-code.com/viewtopic.php?pid=4612#p4612">https://forum.infinity-code.com/viewtop … 4612#p4612</a></p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 23 Mar 2021 15:51:31 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7303#p7303</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tile Counter]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7301#p7301</link>
			<description><![CDATA[<p>Of course, I did not check the page source code, thank you very much for the direct link! I just found that &quot;CoordinatesToTile&quot; already exists in C# with &quot;OnlineMaps.instance.GetTilePosition&quot; and correct me if I am wrong but the coord of each tiles are integer of those values. <br />Regarding download part and according to you, what would be the best way to &quot;force&quot; a download of a particular tile ? Do I have to create a &quot;OnlineMapsRasterTile&quot; and then call &quot;OnlineMapsTileManager.StartDownloadTile(tile)&quot; ? I tried to take a look at &quot;CacheTilesExample&quot;. First of all, I can simply call GetTile if something is returned so tile is already cached, am I right ?<br />Thank you for your great support</p>]]></description>
			<author><![CDATA[null@example.com (murphyii)]]></author>
			<pubDate>Tue, 23 Mar 2021 14:07:47 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7301#p7301</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tile Counter]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7299#p7299</link>
			<description><![CDATA[<p>This is JavaScript and you can always look at the source code.<br /><a href="http://tools.infinity-code.com/TileCounter/tilecounter.js">http://tools.infinity-code.com/TileCoun … counter.js</a></p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 23 Mar 2021 12:16:59 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7299#p7299</guid>
		</item>
		<item>
			<title><![CDATA[Re: Tile Counter]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7298#p7298</link>
			<description><![CDATA[<p>Great tool. <br />Any chance to get source code of this ?<br />In fact, I would like to fill the tiles cache for a particular range and zoom levels and I think that it may help.&nbsp; Regarding the way on how to iterate threw all tiles in the range and download them, do you have any suggestion ? (I know that there is a python tool but I need to do it in realtime inside the app).<br />Thank you in advance for your help</p>]]></description>
			<author><![CDATA[null@example.com (murphyii)]]></author>
			<pubDate>Tue, 23 Mar 2021 12:08:55 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7298#p7298</guid>
		</item>
		<item>
			<title><![CDATA[Tile Counter]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=3566#p3566</link>
			<description><![CDATA[<p><a href="http://tools.infinity-code.com/TileCounter/"><span class="postimg"><img src="https://thumb.ibb.co/f5a4HS/img1.png" alt="https://thumb.ibb.co/f5a4HS/img1.png" /></span></a><br /><a href="http://tools.infinity-code.com/TileCounter/">http://tools.infinity-code.com/TileCounter/</a></p><p>Free online utility for calculating the number and size of tiles in the specified area.<br />Useful if you plan to make an offline application.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Fri, 20 Apr 2018 22:22:28 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=3566#p3566</guid>
		</item>
	</channel>
</rss>
