<?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: Calculating Distance Between Points In MySQL</title>
	<atom:link href="http://maisonbisson.com/blog/post/12146/calculating-distance-between-points-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com/blog/post/12146/calculating-distance-between-points-in-mysql/</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Wed, 04 Nov 2009 23:52:48 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam</title>
		<link>http://maisonbisson.com/blog/post/12146/calculating-distance-between-points-in-mysql/comment-page-1/#comment-287502</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 26 Mar 2009 12:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12146#comment-287502</guid>
		<description>There&#039;s an example of distance calculation in the mysql manual - the trick is to make a line out of the two points and then get the length of the line:

ROUND(GLength(LineStringFromWKB(LineString(AsBinary(point1), AsBinary(point2)))))

http://dev.mysql.com/tech-resources/articles/4.1/gis-with-mysql.html

Thanks for your work - saved me a bit of digging!</description>
		<content:encoded><![CDATA[<p>There&#8217;s an example of distance calculation in the mysql manual &#8211; the trick is to make a line out of the two points and then get the length of the line:</p>
<p>ROUND(GLength(LineStringFromWKB(LineString(AsBinary(point1), AsBinary(point2)))))</p>
<p><a href="http://dev.mysql.com/tech-resources/articles/4.1/gis-with-mysql.html" rel="nofollow">http://dev.mysql.com/tech-resources/articles/4.1/gis-with-mysql.html</a></p>
<p>Thanks for your work &#8211; saved me a bit of digging!</p>
]]></content:encoded>
	</item>
</channel>
</rss>