<?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 — Calculate, Load and Save Tiles of specified area for offline use]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=1052</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1052&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Calculate, Load and Save Tiles of specified area for offline use.]]></description>
		<lastBuildDate>Fri, 26 Jan 2024 08:53:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Calculate, Load and Save Tiles of specified area for offline use]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9370#p9370</link>
			<description><![CDATA[<p>Works perfectly fine, thank you so much!</p>]]></description>
			<author><![CDATA[null@example.com (lwRaft)]]></author>
			<pubDate>Fri, 26 Jan 2024 08:53:28 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9370#p9370</guid>
		</item>
		<item>
			<title><![CDATA[Re: Calculate, Load and Save Tiles of specified area for offline use]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9366#p9366</link>
			<description><![CDATA[<p>Hi.<br />Try to replace (line 299):<br /></p><div class="codebox"><pre><code>string tileURL = map.activeType.GetURL(tile);</code></pre></div><p>to:<br /></p><div class="codebox"><pre><code>string tileURL = tile.url;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Wed, 24 Jan 2024 16:01:13 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9366#p9366</guid>
		</item>
		<item>
			<title><![CDATA[Re: Calculate, Load and Save Tiles of specified area for offline use]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=9365#p9365</link>
			<description><![CDATA[<p>Hi Alex, the TileDownloader script unfortunately doesn&#039;t seem to work when provider is set to &quot;Custom&quot;. I&#039;m using a custom map style, that&#039;s why I need the custom provider.</p><p>map.activeType.GetURL(tile) won&#039;t return any URL with this setting. Is there any workaround for that or does it simply not work for custom map styles? </p><p>Thanks in advance!</p>]]></description>
			<author><![CDATA[null@example.com (lwRaft)]]></author>
			<pubDate>Wed, 24 Jan 2024 11:35:29 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=9365#p9365</guid>
		</item>
		<item>
			<title><![CDATA[Re: Calculate, Load and Save Tiles of specified area for offline use]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7533#p7533</link>
			<description><![CDATA[<p>You specify the coordinates of the area boundaries and zoom range and click Download button on GUI.<br />Or just use this script as an example of how to implement a download area, and use tiles from the downloaded data.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Thu, 17 Jun 2021 09:38:39 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7533#p7533</guid>
		</item>
		<item>
			<title><![CDATA[Re: Calculate, Load and Save Tiles of specified area for offline use]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7532#p7532</link>
			<description><![CDATA[<p>Could you please direct me to the way on how I can use tiledownloader.cs to pre-populate cache?</p>]]></description>
			<author><![CDATA[null@example.com (tanimul.haque)]]></author>
			<pubDate>Wed, 16 Jun 2021 10:59:44 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7532#p7532</guid>
		</item>
		<item>
			<title><![CDATA[Re: Calculate, Load and Save Tiles of specified area for offline use]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=4614#p4614</link>
			<description><![CDATA[<p>Whoah <img src="https://forum.infinity-code.com/img/smilies/yikes.png" width="15" height="15" alt="yikes" /> Thx a lot ! Works like a charm and expected ! <img src="https://forum.infinity-code.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /> <img src="https://forum.infinity-code.com/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Sinthien)]]></author>
			<pubDate>Sat, 09 Mar 2019 12:07:55 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=4614#p4614</guid>
		</item>
		<item>
			<title><![CDATA[Re: Calculate, Load and Save Tiles of specified area for offline use]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=4612#p4612</link>
			<description><![CDATA[<p>Hello.</p><p>Example is attached.</p><p>TileDownloader4 is the version for Online Maps v4.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Sat, 09 Mar 2019 11:34:05 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=4612#p4612</guid>
		</item>
		<item>
			<title><![CDATA[Calculate, Load and Save Tiles of specified area for offline use]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=4610#p4610</link>
			<description><![CDATA[<p>Hello Team,<br />first thank you for the awesome plugin !<br />For my program i need to download a specific set of tiles (of a specific area which the user can choose).<br />For example: im at home and need the map of another city where i have no internet access.<br />So far i need to scroll through the entire city in order to download and store the tiles. </p><p>Is there a way the user can set Point A (Lat|Lon), Point B (Lat|Lon) and preload all Tiles within this area and given zoom-ranges ?<br />And as bonus get a calculation of diskusage and amount of tiles ? (Edit: your online tile counter does this calculation already. but how can i make use of this in my application?)</p>]]></description>
			<author><![CDATA[null@example.com (Sinthien)]]></author>
			<pubDate>Fri, 08 Mar 2019 14:03:30 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=4610#p4610</guid>
		</item>
	</channel>
</rss>
