<?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: Working With Spatial Data in MySQL</title>
	<atom:link href="http://maisonbisson.com/blog/post/12147/working-with-spatial-data-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com/blog/post/12147/working-with-spatial-data-in-mysql/</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 22:08:29 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MySQL Point</title>
		<link>http://maisonbisson.com/blog/post/12147/working-with-spatial-data-in-mysql/comment-page-1/#comment-385982</link>
		<dc:creator>MySQL Point</dc:creator>
		<pubDate>Tue, 01 Sep 2009 13:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12147#comment-385982</guid>
		<description>there&#039;s funtastic news in www.mysqlpoint.com. Did you give some advice? Thanks for appreciate</description>
		<content:encoded><![CDATA[<p>there&#8217;s funtastic news in <a href="http://www.mysqlpoint.com" rel="nofollow">http://www.mysqlpoint.com</a>. Did you give some advice? Thanks for appreciate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://maisonbisson.com/blog/post/12147/working-with-spatial-data-in-mysql/comment-page-1/#comment-369115</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 05 Aug 2009 15:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12147#comment-369115</guid>
		<description>Way late, Roberto, but:

INSERT INTO geo (polygon) VALUES( GeomFromText( &#039;POLYGON((0 0,0 3,3 3,3 0,0 0))&#039; ));</description>
		<content:encoded><![CDATA[<p>Way late, Roberto, but:</p>
<p>INSERT INTO geo (polygon) VALUES( GeomFromText( &#8216;POLYGON((0 0,0 3,3 3,3 0,0 0))&#8217; ));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Jimenez</title>
		<link>http://maisonbisson.com/blog/post/12147/working-with-spatial-data-in-mysql/comment-page-1/#comment-260015</link>
		<dc:creator>Roberto Jimenez</dc:creator>
		<pubDate>Mon, 09 Feb 2009 17:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12147#comment-260015</guid>
		<description>Hi, thanks for this useful info. I tried POINT data in mysql and everything is ok, i do use PHP to generate KML to show POINT data as placemarks using X() and Y() POINT functions but i cannot get x, y coordinates from a POLYGON. I tried GEOMETRY and POLYGON data type to store POLYGON data but i there is no X() Y() function to read x, y coord from a POLYGON just like POINT does. Could somebody bring some SQL example to query X, Y coordinates from a POLYGON or GEOMETRY field with a POLYGON((lat long,lat long ,lat long , ....... ,lat long)) insert within it?

Thank you very much!

Kind regards,

Att. Roberto Jimenez
desarrollo.web.suscripciones@live.com.mx</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this useful info. I tried POINT data in mysql and everything is ok, i do use PHP to generate KML to show POINT data as placemarks using X() and Y() POINT functions but i cannot get x, y coordinates from a POLYGON. I tried GEOMETRY and POLYGON data type to store POLYGON data but i there is no X() Y() function to read x, y coord from a POLYGON just like POINT does. Could somebody bring some SQL example to query X, Y coordinates from a POLYGON or GEOMETRY field with a POLYGON((lat long,lat long ,lat long , &#8230;&#8230;. ,lat long)) insert within it?</p>
<p>Thank you very much!</p>
<p>Kind regards,</p>
<p>Att. Roberto Jimenez<br />
<a href="mailto:desarrollo.web.suscripciones@live.com.mx">desarrollo.web.suscripciones@live.com.mx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haran</title>
		<link>http://maisonbisson.com/blog/post/12147/working-with-spatial-data-in-mysql/comment-page-1/#comment-196329</link>
		<dc:creator>haran</dc:creator>
		<pubDate>Fri, 04 Jul 2008 16:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/?p=12147#comment-196329</guid>
		<description>Hi,

We were planning to implement spatial database for a community site that we are building and were reading articles related to the same. As oracle/sql server seems to be heavily prices, we were thinking if we could use mysql for that purpose. 

We were thinking about integrating google maps along with spatial database and wanted to know if there had been successful implementation of spatial databases with mysql and its comparison with services offered by oracle/ms-sql.

Any information or references related to this highly appreciated.

With regards,
Haran</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>We were planning to implement spatial database for a community site that we are building and were reading articles related to the same. As oracle/sql server seems to be heavily prices, we were thinking if we could use mysql for that purpose. </p>
<p>We were thinking about integrating google maps along with spatial database and wanted to know if there had been successful implementation of spatial databases with mysql and its comparison with services offered by oracle/ms-sql.</p>
<p>Any information or references related to this highly appreciated.</p>
<p>With regards,<br />
Haran</p>
]]></content:encoded>
	</item>
</channel>
</rss>