<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for ThrowLess.com</title>
	<atom:link href="http://throwless.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://throwless.wordpress.com</link>
	<description>Someone needs your rubbish</description>
	<lastBuildDate>Thu, 29 Jan 2009 10:16:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on GMap geocoding &#8211; zoom level and accuracy 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>Comment on GMap geocoding &#8211; zoom level and accuracy 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>Comment on Zoom level: Finding the right one by blogtravelagency</title>
		<link>http://throwless.wordpress.com/2008/03/06/zoom-level-finding-the-right-one/#comment-82</link>
		<dc:creator>blogtravelagency</dc:creator>
		<pubDate>Tue, 09 Sep 2008 09:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=40#comment-82</guid>
		<description>Link http://homemap.com.au/throwless-0.3/search.html dont work :(</description>
		<content:encoded><![CDATA[<p>Link <a href="http://homemap.com.au/throwless-0.3/search.html" rel="nofollow">http://homemap.com.au/throwless-0.3/search.html</a> dont work <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zoom level: Finding the right one by Dusan</title>
		<link>http://throwless.wordpress.com/2008/03/06/zoom-level-finding-the-right-one/#comment-79</link>
		<dc:creator>Dusan</dc:creator>
		<pubDate>Thu, 20 Mar 2008 00:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=40#comment-79</guid>
		<description>I am not sure if there is a service that will return viewport or range for multiple destinations. You may need to do separate request for each of them.

I am making the requests and parsing of files on the server and return back to browser already parsed data.</description>
		<content:encoded><![CDATA[<p>I am not sure if there is a service that will return viewport or range for multiple destinations. You may need to do separate request for each of them.</p>
<p>I am making the requests and parsing of files on the server and return back to browser already parsed data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zoom level: Finding the right one by Conrad</title>
		<link>http://throwless.wordpress.com/2008/03/06/zoom-level-finding-the-right-one/#comment-78</link>
		<dc:creator>Conrad</dc:creator>
		<pubDate>Wed, 19 Mar 2008 18:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://throwless.wordpress.com/?p=40#comment-78</guid>
		<description>Right now I am just using the GClientGeocoder to do my map searches. When a search is ambiguous I get a bunch of results, but each one has a lat,lng tied to it. I then make a link for each result that, when clicked, moves the marker to the result&#039;s corresponding location. I would also like it to zoom to the appropriate level, which is why I have been looking at your posts. When I looked at http://maps.google.com/maps?q=search&amp;output=js (&#039;search&#039; query gives 8 results using the geocoder) I only saw one &#039;viewport: { center: {...}, span: {...}}&#039; section. When I looked at http://maps.google.com/maps?q=search&amp;output=kml there were no &#039;range&#039; tags. Is there no way to do this with an ambiguous search? Would I have to use the geocoder like I was, then use your method on each geocoder result? Also, are you just fetching the url and parsing the file, or is there some easy implementation for these urls?</description>
		<content:encoded><![CDATA[<p>Right now I am just using the GClientGeocoder to do my map searches. When a search is ambiguous I get a bunch of results, but each one has a lat,lng tied to it. I then make a link for each result that, when clicked, moves the marker to the result&#8217;s corresponding location. I would also like it to zoom to the appropriate level, which is why I have been looking at your posts. When I looked at <a href="http://maps.google.com/maps?q=search&amp;output=js" rel="nofollow">http://maps.google.com/maps?q=search&amp;output=js</a> (&#8217;search&#8217; query gives 8 results using the geocoder) I only saw one &#8216;viewport: { center: {&#8230;}, span: {&#8230;}}&#8217; section. When I looked at <a href="http://maps.google.com/maps?q=search&amp;output=kml" rel="nofollow">http://maps.google.com/maps?q=search&amp;output=kml</a> there were no &#8216;range&#8217; tags. Is there no way to do this with an ambiguous search? Would I have to use the geocoder like I was, then use your method on each geocoder result? Also, are you just fetching the url and parsing the file, or is there some easy implementation for these urls?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GMap geocoding &#8211; zoom level and accuracy 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>Comment on GMap geocoding &#8211; zoom level and accuracy 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>Comment on GMap geocoding &#8211; zoom level and accuracy 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>Comment on GMap geocoding &#8211; zoom level and accuracy 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>Comment on GMap geocoding &#8211; zoom level and accuracy 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>
