<?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 — Marker Scale by Zoom Example]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=100</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=100&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Marker Scale by Zoom Example.]]></description>
		<lastBuildDate>Wed, 02 Mar 2016 19:23:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Marker Scale by Zoom Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=423#p423</link>
			<description><![CDATA[<p>Hello.</p><p>The map has the size (tiles):<br />Size = 2 ^ Zoom</p><p>Zoom: tiles<br />0: 1x1<br />1: 2x2<br />2: 4x4<br />3: 8x8</p><p>The fastest way to calculate the size - it is a binary shift.</p><p><a href="http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/">http://www.maptiler.org/google-maps-coo … rojection/</a><br /><a href="https://msdn.microsoft.com/en-us/library/bb259689.aspx">https://msdn.microsoft.com/en-us/library/bb259689.aspx</a></p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Wed, 02 Mar 2016 19:23:55 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=423#p423</guid>
		</item>
		<item>
			<title><![CDATA[Marker Scale by Zoom Example]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=422#p422</link>
			<description><![CDATA[<p><a href="http://infinity-code.com/atlas/online-maps/pages/MarkerScaleByZoomExample.html">http://infinity-code.com/atlas/online-m … ample.html</a></p><p>I&#039;m trying to understand the following code:<br /></p><div class="codebox"><pre><code>        float originalScale = 1 &lt;&lt; defaultZoom;
        float currentScale = 1 &lt;&lt; OnlineMaps.instance.zoom;</code></pre></div><p>It looks to me like you&#039;re using the binary shift operator. Is that the case, or are you overloading it in some way? If you are, could you explain your logic here just a bit?</p><p>Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (Quidam)]]></author>
			<pubDate>Wed, 02 Mar 2016 18:59:36 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=422#p422</guid>
		</item>
	</channel>
</rss>
