<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: GMap geocoding &#8211; zoom level and accuracy</title>
	<atom:link href="http://throwless.wordpress.com/2008/02/23/gmap-geocoding-zoom-level-and-accuracy/feed/" rel="self" type="application/rss+xml" />
	<link>http://throwless.wordpress.com/2008/02/23/gmap-geocoding-zoom-level-and-accuracy/</link>
	<description>Someone needs your rubbish</description>
	<lastBuildDate>Wed, 13 Jan 2010 11:22:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aiska Hendra</title>
		<link>http://throwless.wordpress.com/2008/02/23/gmap-geocoding-zoom-level-and-accuracy/#comment-84</link>
		<dc:creator>Aiska Hendra</dc:creator>
		<pubDate>Thu, 29 Jan 2009 10:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=39#comment-84</guid>
		<description>Hi Dusan,

Thank&#039;s for the formula, that inspire me to improve it.

check this out.

http://aiskahendra.blogspot.com/2009/01/set-zoom-level-of-google-map-base-on.html</description>
		<content:encoded><![CDATA[<p>Hi Dusan,</p>
<p>Thank&#8217;s for the formula, that inspire me to improve it.</p>
<p>check this out.</p>
<p><a href="http://aiskahendra.blogspot.com/2009/01/set-zoom-level-of-google-map-base-on.html" rel="nofollow">http://aiskahendra.blogspot.com/2009/01/set-zoom-level-of-google-map-base-on.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatalerror</title>
		<link>http://throwless.wordpress.com/2008/02/23/gmap-geocoding-zoom-level-and-accuracy/#comment-83</link>
		<dc:creator>Fatalerror</dc:creator>
		<pubDate>Wed, 05 Nov 2008 15:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=39#comment-83</guid>
		<description>Hey Dusan, how can i use another url for geocoding?
Thank you!</description>
		<content:encoded><![CDATA[<p>Hey Dusan, how can i use another url for geocoding?<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guigui</title>
		<link>http://throwless.wordpress.com/2008/02/23/gmap-geocoding-zoom-level-and-accuracy/#comment-77</link>
		<dc:creator>guigui</dc:creator>
		<pubDate>Mon, 10 Mar 2008 09:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=39#comment-77</guid>
		<description>hey Dusan,

thanks for taking the time.

Cheers!</description>
		<content:encoded><![CDATA[<p>hey Dusan,</p>
<p>thanks for taking the time.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusan</title>
		<link>http://throwless.wordpress.com/2008/02/23/gmap-geocoding-zoom-level-and-accuracy/#comment-76</link>
		<dc:creator>Dusan</dc:creator>
		<pubDate>Thu, 06 Mar 2008 09:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=39#comment-76</guid>
		<description>JavaScript has only natural (base E) logarithm. 

logarithm base 2 can be rewritten as

log 2 (y) = Math.log(y)/Math.log(2)

where Math.log() is natural JavaScript logarithm. 

So equation would look something like:

 var zoom = 18-Math.log(3.3*range/Math.sqrt(x*x+y*y))/Math.log(2)</description>
		<content:encoded><![CDATA[<p>JavaScript has only natural (base E) logarithm. </p>
<p>logarithm base 2 can be rewritten as</p>
<p>log 2 (y) = Math.log(y)/Math.log(2)</p>
<p>where Math.log() is natural JavaScript logarithm. </p>
<p>So equation would look something like:</p>
<p> var zoom = 18-Math.log(3.3*range/Math.sqrt(x*x+y*y))/Math.log(2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guigui</title>
		<link>http://throwless.wordpress.com/2008/02/23/gmap-geocoding-zoom-level-and-accuracy/#comment-75</link>
		<dc:creator>guigui</dc:creator>
		<pubDate>Wed, 05 Mar 2008 15:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=39#comment-75</guid>
		<description>hi there,
Very Interesting investigation but i can&#039;t make it work with javascript... 

18-Math.log(3.3*4/Math.sqrt(398*398+256*256), Math.LOG2E)

if u have any ideas!

Cheers.</description>
		<content:encoded><![CDATA[<p>hi there,<br />
Very Interesting investigation but i can&#8217;t make it work with javascript&#8230; </p>
<p>18-Math.log(3.3*4/Math.sqrt(398*398+256*256), Math.LOG2E)</p>
<p>if u have any ideas!</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusan</title>
		<link>http://throwless.wordpress.com/2008/02/23/gmap-geocoding-zoom-level-and-accuracy/#comment-74</link>
		<dc:creator>Dusan</dc:creator>
		<pubDate>Mon, 25 Feb 2008 07:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=39#comment-74</guid>
		<description>I am using different url for geocoding.

http://maps.google.com.au/maps?q=Poprad,Slovakia&amp;output=kml

If you check docs about kml
http://code.google.com/apis/kml/documentation/kml_tags_21.html#range
it describes range as a distance from the earth. Distance returned by google is bigger for big cities and smaller for smaller cities.</description>
		<content:encoded><![CDATA[<p>I am using different url for geocoding.</p>
<p><a href="http://maps.google.com.au/maps?q=Poprad,Slovakia&amp;output=kml" rel="nofollow">http://maps.google.com.au/maps?q=Poprad,Slovakia&amp;output=kml</a></p>
<p>If you check docs about kml<br />
<a href="http://code.google.com/apis/kml/documentation/kml_tags_21.html#range" rel="nofollow">http://code.google.com/apis/kml/documentation/kml_tags_21.html#range</a><br />
it describes range as a distance from the earth. Distance returned by google is bigger for big cities and smaller for smaller cities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JulienC</title>
		<link>http://throwless.wordpress.com/2008/02/23/gmap-geocoding-zoom-level-and-accuracy/#comment-73</link>
		<dc:creator>JulienC</dc:creator>
		<pubDate>Sun, 24 Feb 2008 10:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=39#comment-73</guid>
		<description>This formula looks nice :)
But, can you please explain how you found it? In particular, I don&#039;t know what the range parameter is. It doesn&#039;t seem to be present in the &lt;a href=&quot;http://code.google.com/apis/maps/documentation/services.html#Geocoding_Direct&quot; rel=&quot;nofollow&quot;&gt;doc&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>This formula looks nice <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
But, can you please explain how you found it? In particular, I don&#8217;t know what the range parameter is. It doesn&#8217;t seem to be present in the <a href="http://code.google.com/apis/maps/documentation/services.html#Geocoding_Direct" rel="nofollow">doc</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
