<?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 — Prevent loading error tiles at high zoom levels]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=1888</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1888&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Prevent loading error tiles at high zoom levels.]]></description>
		<lastBuildDate>Mon, 13 Dec 2021 01:06:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Prevent loading error tiles at high zoom levels]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7965#p7965</link>
			<description><![CDATA[<p>Hi, this works and was really easy to change! At least with a Tileset Control. With a Texture Control it doesn&#039;t seem to work.<br />I don&#039;t mind migrating completely to Tileset mode though. But I still need to render the tileset to a RenderTexture in the end, as it is supposed to be displayed on a mesh.</p><p>Also it does use a little bit more network data and CPU time than I would have hoped.<br />The use-case for this particular map is just displaying a location that has been chosen by the user earlier. So there will be no interaction on this map. </p><p>The best solution would have been if it just tried to download a tile at level 19, and if that failed, try one at level 18 etc, until the tile is successful, and then download the other tiles at that level.</p>]]></description>
			<author><![CDATA[null@example.com (hanni78)]]></author>
			<pubDate>Mon, 13 Dec 2021 01:06:00 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7965#p7965</guid>
		</item>
		<item>
			<title><![CDATA[Re: Prevent loading error tiles at high zoom levels]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7963#p7963</link>
			<description><![CDATA[<p>By default, Online Maps tries to load 5 parent levels.<br />You can increase this value in Online Maps / Advanced / Count Parent Levels.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Fri, 10 Dec 2021 18:47:35 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7963#p7963</guid>
		</item>
		<item>
			<title><![CDATA[Re: Prevent loading error tiles at high zoom levels]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7961#p7961</link>
			<description><![CDATA[<p>Hi, thank you Alex it works pretty great! The only use case it doesn&#039;t handle is when you start at zoom level 19 when app starts.</p><p>Is there a way to force it to try and load other zoom levels until it finds one that doesn&#039;t return an error, and apply that texture?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (hanni78)]]></author>
			<pubDate>Fri, 10 Dec 2021 14:37:57 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7961#p7961</guid>
		</item>
		<item>
			<title><![CDATA[Re: Prevent loading error tiles at high zoom levels]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7952#p7952</link>
			<description><![CDATA[<p>Hello.</p><p>Yes it is possible.<br />Here is an example of how to implement this for ArcGIS:<br /><a href="https://infinity-code.com/atlas/online-maps/pages/CheckArcGISTile.html">https://infinity-code.com/atlas/online- … STile.html</a><br />If you are using some other source of tiles, you will need to change the validation rules in OnTileLoaded method.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 07 Dec 2021 00:49:08 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7952#p7952</guid>
		</item>
		<item>
			<title><![CDATA[Prevent loading error tiles at high zoom levels]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=7950#p7950</link>
			<description><![CDATA[<p>I&#039;m trying to prevent the user from seeing error tiles when zooming in too far. Tiles may be missing at certain zoom levels depending on where in the world you zoom in.</p><p>The user will see tiles that say &quot;Data not available&quot; or similar.<br />Is it possible to not load those tiles, and zoom in digitally instead?</p><p>This is kind of almost already implemented: If I&#039;m at zoom level 15, and then I turn off my internet. Then I zoom in, and Online Maps will then just zoom into the already loaded tiles, creating big pixels. This is what I want for unavailable tiles.</p><p>Is this possible?</p>]]></description>
			<author><![CDATA[null@example.com (hanni78)]]></author>
			<pubDate>Mon, 06 Dec 2021 19:15:01 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=7950#p7950</guid>
		</item>
	</channel>
</rss>
