<?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: Spincloud Labs: Political boundaries overlay in Google maps (Part 1)</title>
	<atom:link href="http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1</link>
	<description>Everything beta</description>
	<lastBuildDate>Mon, 08 Mar 2010 17:57:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vishay</title>
		<link>http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1/comment-page-1#comment-378</link>
		<dc:creator>vishay</dc:creator>
		<pubDate>Sun, 02 Aug 2009 09:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=531#comment-378</guid>
		<description>thanks so much for this great tutorial!

i&#039;m trying to run Andy&#039;s query and I&#039;m getting some strange behavior:

SELECT ID, NAME, CONTAINS( ogc_geom, GeomFromText(&#039;POINT(15 60)&#039;) ) AS C
FROM `world_boundaries` WHERE CONTAINS( ogc_geom, GeomFromText(&#039;POINT(15, 60)&#039;) ) = 1;

returns Norway, Russia, Sweden, and the US. i&#039;m very confused by this. can you explain this behavior? (there are many similar queries for which i get multiple results)

thanks,
vishay</description>
		<content:encoded><![CDATA[<p>thanks so much for this great tutorial!</p>
<p>i&#8217;m trying to run Andy&#8217;s query and I&#8217;m getting some strange behavior:</p>
<p>SELECT ID, NAME, CONTAINS( ogc_geom, GeomFromText(&#8216;POINT(15 60)&#8217;) ) AS C<br />
FROM `world_boundaries` WHERE CONTAINS( ogc_geom, GeomFromText(&#8216;POINT(15, 60)&#8217;) ) = 1;</p>
<p>returns Norway, Russia, Sweden, and the US. i&#8217;m very confused by this. can you explain this behavior? (there are many similar queries for which i get multiple results)</p>
<p>thanks,<br />
vishay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cblp</title>
		<link>http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1/comment-page-1#comment-252</link>
		<dc:creator>cblp</dc:creator>
		<pubDate>Wed, 03 Jun 2009 01:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=531#comment-252</guid>
		<description>tnx dude! It is very helpfull in my current project!!!</description>
		<content:encoded><![CDATA[<p>tnx dude! It is very helpfull in my current project!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Herbert</title>
		<link>http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1/comment-page-1#comment-204</link>
		<dc:creator>Brian Herbert</dc:creator>
		<pubDate>Fri, 10 Apr 2009 11:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=531#comment-204</guid>
		<description>This is exactly what I was looking for. Thanks!</description>
		<content:encoded><![CDATA[<p>This is exactly what I was looking for. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1/comment-page-1#comment-110</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 29 Mar 2009 01:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=531#comment-110</guid>
		<description>Apologies, I had gotten the lat and long the wrong way round!</description>
		<content:encoded><![CDATA[<p>Apologies, I had gotten the lat and long the wrong way round!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1/comment-page-1#comment-109</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 29 Mar 2009 00:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=531#comment-109</guid>
		<description>This is a well written article, Thanks!
However, I have had problems and wondered if you were aware of any issues with some of the polygons? e.g. After importing the sql file, and running this query:
&lt;code&gt;SELECT ID, NAME, CONTAINS( ogc_geom, GeomFromText(&#039;POINT(60 15)&#039;) ) AS C
		FROM `world_boundaries` WHERE CONTAINS( ogc_geom, GeomFromText(&#039;POINT(60 15)&#039;) ) = 1&lt;/code&gt;
It only returns &lt;code&gt;United States Minor Outlying Islands&lt;/code&gt;. 60,15 is well within Sweden.
Any suggestions would be helpful!</description>
		<content:encoded><![CDATA[<p>This is a well written article, Thanks!<br />
However, I have had problems and wondered if you were aware of any issues with some of the polygons? e.g. After importing the sql file, and running this query:<br />
<code>SELECT ID, NAME, CONTAINS( ogc_geom, GeomFromText('POINT(60 15)') ) AS C<br />
		FROM `world_boundaries` WHERE CONTAINS( ogc_geom, GeomFromText('POINT(60 15)') ) = 1</code><br />
It only returns <code>United States Minor Outlying Islands</code>. 60,15 is well within Sweden.<br />
Any suggestions would be helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1/comment-page-1#comment-81</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Sat, 21 Mar 2009 15:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=531#comment-81</guid>
		<description>By the way, a new version of world_borders has been added: TM_WORLD_BORDERS-0.3.zip

It includes regions, which I am interested in. I&#039;ll look into it and post it here if it requieres of any change.</description>
		<content:encoded><![CDATA[<p>By the way, a new version of world_borders has been added: TM_WORLD_BORDERS-0.3.zip</p>
<p>It includes regions, which I am interested in. I&#8217;ll look into it and post it here if it requieres of any change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1/comment-page-1#comment-80</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Sat, 21 Mar 2009 12:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=531#comment-80</guid>
		<description>I zipped the file using the archiving utility on my MacBook. The file unzips correctly on both Mac and Linux. It should be the same with WinZip...</description>
		<content:encoded><![CDATA[<p>I zipped the file using the archiving utility on my MacBook. The file unzips correctly on both Mac and Linux. It should be the same with WinZip&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LB</title>
		<link>http://blog.newsplore.com/2009/02/22/spincloud-labs-political-boundaries-overlay-in-google-maps-part-1/comment-page-1#comment-73</link>
		<dc:creator>LB</dc:creator>
		<pubDate>Mon, 16 Mar 2009 20:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.newsplore.com/?p=531#comment-73</guid>
		<description>I get an &quot;unrecoverable zip file read error&quot; from Winzip when I try to open the SQL dump zipfile.  I tried a few downloads ... do I need a different unzip tool, or can you re-post it?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>I get an &#8220;unrecoverable zip file read error&#8221; from Winzip when I try to open the SQL dump zipfile.  I tried a few downloads &#8230; do I need a different unzip tool, or can you re-post it?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
