<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Prevent loading error tiles at high zoom levels]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1888&amp;type=atom" />
	<updated>2021-12-13T01:06:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=1888</id>
		<entry>
			<title type="html"><![CDATA[Re: Prevent loading error tiles at high zoom levels]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7965#p7965" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[hanni78]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1793</uri>
			</author>
			<updated>2021-12-13T01:06:00Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7965#p7965</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Prevent loading error tiles at high zoom levels]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7963#p7963" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2021-12-10T18:47:35Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7963#p7963</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Prevent loading error tiles at high zoom levels]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7961#p7961" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[hanni78]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1793</uri>
			</author>
			<updated>2021-12-10T14:37:57Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7961#p7961</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Prevent loading error tiles at high zoom levels]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7952#p7952" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2021-12-07T00:49:08Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7952#p7952</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Prevent loading error tiles at high zoom levels]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=7950#p7950" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[hanni78]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1793</uri>
			</author>
			<updated>2021-12-06T19:15:01Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=7950#p7950</id>
		</entry>
</feed>
