<?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/"
		>
<channel>
	<title>Comments on: GeoKit: A Tiny Update</title>
	<atom:link href="http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 06 Mar 2010 16:33:10 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dudzjosh</title>
		<link>http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/comment-page-1/#comment-4808</link>
		<dc:creator>dudzjosh</dc:creator>
		<pubDate>Mon, 19 Mar 2007 23:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/#comment-4808</guid>
		<description>It seems this include problem is known already with rails.

&lt;a href=&quot;http://dev.rubyonrails.org/ticket/5371&quot; rel=&quot;nofollow&quot;&gt;http://dev.rubyonrails.org/ticket/5371&lt;/a&gt;

I&#039;m currently trying to think of a work around...</description>
		<content:encoded><![CDATA[<p>It seems this include problem is known already with rails.</p>
<p><a href="http://dev.rubyonrails.org/ticket/5371" rel="nofollow">http://dev.rubyonrails.org/ticket/5371</a></p>
<p>I&#8217;m currently trying to think of a work around&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xin</title>
		<link>http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/comment-page-1/#comment-4770</link>
		<dc:creator>Xin</dc:creator>
		<pubDate>Mon, 19 Mar 2007 08:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/#comment-4770</guid>
		<description>Bill, I would love it if GeoKit supported UK Geocoding.

Have you any thoughts how they might be implemented? Since only Google AJAX Search API supports detailed UK geocoding.</description>
		<content:encoded><![CDATA[<p>Bill, I would love it if GeoKit supported UK Geocoding.</p>
<p>Have you any thoughts how they might be implemented? Since only Google AJAX Search API supports detailed UK geocoding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Eisenhauer</title>
		<link>http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/comment-page-1/#comment-3970</link>
		<dc:creator>Bill Eisenhauer</dc:creator>
		<pubDate>Tue, 13 Mar 2007 12:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/#comment-3970</guid>
		<description>Well, the request is basically to add a distance converter.  As I suggested in a comment that James hasn&#039;t yet approved, its easy enough to write yourself a helper for this which does the conversion for you.  

Its trivial enough for us to implement, so maybe we should just do it.  Maybe we should just extend Number to have a to_miles and a to_kms where it just takes the base value and applies the appropriate formula.</description>
		<content:encoded><![CDATA[<p>Well, the request is basically to add a distance converter.  As I suggested in a comment that James hasn&#8217;t yet approved, its easy enough to write yourself a helper for this which does the conversion for you.  </p>
<p>Its trivial enough for us to implement, so maybe we should just do it.  Maybe we should just extend Number to have a to_miles and a to_kms where it just takes the base value and applies the appropriate formula.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Kubb</title>
		<link>http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/comment-page-1/#comment-3961</link>
		<dc:creator>Dan Kubb</dc:creator>
		<pubDate>Tue, 13 Mar 2007 09:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.billeisenhauer.com/2007/03/12/geokit-a-tiny-update/#comment-3961</guid>
		<description>Bill, in the &lt;a href=&quot;http://jystewart.net/process/2007/03/rails-geo-plugins-geokit&quot; title=&quot;GeoKit&quot; rel=&quot;nofollow&quot;&gt;post&lt;/a&gt; you referenced there&#039;s a comment about making the following possible:

&lt;code&gt;
  stops = BusStop.find(:all, :origin =&gt; ‘1319 Fulton St. East, Grand Rapids MI 49503′, :order =&gt; ‘distance’)
  distance_in_km = stops.first.distance(:km)
  distance_in_miles = stops.first.distance(:miles)
&lt;/code&gt;

What do you think about this?</description>
		<content:encoded><![CDATA[<p>Bill, in the <a href="http://jystewart.net/process/2007/03/rails-geo-plugins-geokit" title="GeoKit" rel="nofollow">post</a> you referenced there&#8217;s a comment about making the following possible:</p>
<p><code><br />
  stops = BusStop.find(:all, :origin =&gt; ‘1319 Fulton St. East, Grand Rapids MI 49503′, :order =&gt; ‘distance’)<br />
  distance_in_km = stops.first.distance(:km)<br />
  distance_in_miles = stops.first.distance(:miles)<br />
</code></p>
<p>What do you think about this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
