<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Geotongue - Matt Priour</title>
	<atom:link href="http://priour.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://priour.wordpress.com</link>
	<description>Geospatial Spoken Here</description>
	<lastBuildDate>Wed, 18 Nov 2009 09:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on OpenLayers Moving Vector Markers by Slawomir Messner</title>
		<link>http://priour.wordpress.com/2009/08/21/openlayers-moving-vector-markers/#comment-3857</link>
		<dc:creator>Slawomir Messner</dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://priour.wordpress.com/2009/08/21/openlayers-moving-vector-markers/#comment-3857</guid>
		<description>I&#039;m very interested in canvas as container for WMS (or other raster-formats), bacause I want to use the pixastic-lib to change contrast and brightness (and maybe the other stuff). Are there any thoughts about use different containers then image for WMS or am I the first?
If I&#039;m the fist, do you have some hints for me about canvas and openlayers from the implementation of the canvas renderer?</description>
		<content:encoded><![CDATA[<p>I&#8217;m very interested in canvas as container for WMS (or other raster-formats), bacause I want to use the pixastic-lib to change contrast and brightness (and maybe the other stuff). Are there any thoughts about use different containers then image for WMS or am I the first?<br />
If I&#8217;m the fist, do you have some hints for me about canvas and openlayers from the implementation of the canvas renderer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on All in with Manifold by SouthWind63</title>
		<link>http://priour.wordpress.com/2006/09/25/all-in-with-manifold/#comment-3855</link>
		<dc:creator>SouthWind63</dc:creator>
		<pubDate>Thu, 22 Oct 2009 21:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://priour.wordpress.com/2006/09/25/all-in-with-manifold/#comment-3855</guid>
		<description>I could not authenticate the documents themselves. ,</description>
		<content:encoded><![CDATA[<p>I could not authenticate the documents themselves. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FWTools &amp; MySQL leaves ArcGIS geoprocessor in the dust by John Powell</title>
		<link>http://priour.wordpress.com/2008/01/22/fwtools-mysql-leaves-arcgis-geoprocessor-in-the-dust/#comment-3774</link>
		<dc:creator>John Powell</dc:creator>
		<pubDate>Fri, 19 Jun 2009 09:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://priour.wordpress.com/2008/01/22/fwtools-mysql-leaves-arcgis-geoprocessor-in-the-dust/#comment-3774</guid>
		<description>I have tested proper polygonal, ie, non-mbr, functions in MySQL and they work as expected and with similar performace metrics vs arcGIS as reported above. The only problem is that currently you have to build from source, which is easy enough in linux, but well-nigh impossible in windows. MySQL have been promising windows binaries for a while. The proper polygonal functionality should be included in MySQL 6.0 release, some time next year.</description>
		<content:encoded><![CDATA[<p>I have tested proper polygonal, ie, non-mbr, functions in MySQL and they work as expected and with similar performace metrics vs arcGIS as reported above. The only problem is that currently you have to build from source, which is easy enough in linux, but well-nigh impossible in windows. MySQL have been promising windows binaries for a while. The proper polygonal functionality should be included in MySQL 6.0 release, some time next year.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating GE Altitude from GIS Scale by Batuhan Osmanoglu</title>
		<link>http://priour.wordpress.com/2006/07/08/calculating-ge-altitude-from-gis-scale/#comment-3757</link>
		<dc:creator>Batuhan Osmanoglu</dc:creator>
		<pubDate>Mon, 08 Jun 2009 18:42:24 +0000</pubDate>
		<guid isPermaLink="false">https://priour.wordpress.com/2006/07/08/calculating-ge-altitude-from-gis-scale/#comment-3757</guid>
		<description>I&#039;m working on something similar, and I noticed that the bounding box returned by google earth is not exactly what is displayed on screen, but slightly bigger. If you display the bounding box information and move your mouse on the edges of the screen you will see that returned bounding box is wider than what you can reach with the pointer. This causes problems when calculating distance/pixel.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on something similar, and I noticed that the bounding box returned by google earth is not exactly what is displayed on screen, but slightly bigger. If you display the bounding box information and move your mouse on the edges of the screen you will see that returned bounding box is wider than what you can reach with the pointer. This causes problems when calculating distance/pixel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WriteTo function in .NET MemoryStream NOT properly documented by hfrmobile</title>
		<link>http://priour.wordpress.com/2006/06/02/writeto-function-in-net-memorystream-not-properly-documented/#comment-3728</link>
		<dc:creator>hfrmobile</dc:creator>
		<pubDate>Thu, 28 May 2009 14:34:25 +0000</pubDate>
		<guid isPermaLink="false">https://priour.wordpress.com/2006/06/02/writeto-function-in-net-memorystream-not-properly-documented/#comment-3728</guid>
		<description>Had a similar problem ... WriteTo() method hasn&#039;t written the entire stream. Using Save() method it works ... cursor position was at the beginning ...</description>
		<content:encoded><![CDATA[<p>Had a similar problem &#8230; WriteTo() method hasn&#8217;t written the entire stream. Using Save() method it works &#8230; cursor position was at the beginning &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FWTools &amp; MySQL leaves ArcGIS geoprocessor in the dust by shrey_the_one</title>
		<link>http://priour.wordpress.com/2008/01/22/fwtools-mysql-leaves-arcgis-geoprocessor-in-the-dust/#comment-3648</link>
		<dc:creator>shrey_the_one</dc:creator>
		<pubDate>Wed, 24 Dec 2008 10:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://priour.wordpress.com/2008/01/22/fwtools-mysql-leaves-arcgis-geoprocessor-in-the-dust/#comment-3648</guid>
		<description>I think I Need Help On this Topic As I am Using MYsql N i have to check intersection of true geomatry insted of Minimum Bounding Box as used in Mysql.
But I think There Will Be facility That I dnt Know,
So please Help me out</description>
		<content:encoded><![CDATA[<p>I think I Need Help On this Topic As I am Using MYsql N i have to check intersection of true geomatry insted of Minimum Bounding Box as used in Mysql.<br />
But I think There Will Be facility That I dnt Know,<br />
So please Help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The FREE Rosetta Stone of GIS Data Formats by Drediaarcar</title>
		<link>http://priour.wordpress.com/2007/04/09/the-rosetta-stone-of-gis-data-formats/#comment-3635</link>
		<dc:creator>Drediaarcar</dc:creator>
		<pubDate>Sun, 03 Aug 2008 10:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://priour.wordpress.com/2007/04/09/the-rosetta-stone-of-gis-data-formats/#comment-3635</guid>
		<description>I agreed with you</description>
		<content:encoded><![CDATA[<p>I agreed with you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The FREE Rosetta Stone of GIS Data Formats by mario</title>
		<link>http://priour.wordpress.com/2007/04/09/the-rosetta-stone-of-gis-data-formats/#comment-3634</link>
		<dc:creator>mario</dc:creator>
		<pubDate>Thu, 19 Jun 2008 06:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://priour.wordpress.com/2007/04/09/the-rosetta-stone-of-gis-data-formats/#comment-3634</guid>
		<description>yoquiero ver este programa por que megusto mucho</description>
		<content:encoded><![CDATA[<p>yoquiero ver este programa por que megusto mucho</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WriteTo function in .NET MemoryStream NOT properly documented by Chris</title>
		<link>http://priour.wordpress.com/2006/06/02/writeto-function-in-net-memorystream-not-properly-documented/#comment-3631</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 29 Apr 2008 07:50:11 +0000</pubDate>
		<guid isPermaLink="false">https://priour.wordpress.com/2006/06/02/writeto-function-in-net-memorystream-not-properly-documented/#comment-3631</guid>
		<description>You&#039;ve saved my day, thank you!
I&#039;ve spend hours trying to read/write data from virtual memorystream.  Finally I found your hint and now everything works fine.

Chris</description>
		<content:encoded><![CDATA[<p>You&#8217;ve saved my day, thank you!<br />
I&#8217;ve spend hours trying to read/write data from virtual memorystream.  Finally I found your hint and now everything works fine.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calculating GE Altitude from GIS Scale by ArcGIS-User</title>
		<link>http://priour.wordpress.com/2006/07/08/calculating-ge-altitude-from-gis-scale/#comment-3627</link>
		<dc:creator>ArcGIS-User</dc:creator>
		<pubDate>Wed, 26 Mar 2008 14:36:37 +0000</pubDate>
		<guid isPermaLink="false">https://priour.wordpress.com/2006/07/08/calculating-ge-altitude-from-gis-scale/#comment-3627</guid>
		<description>Nice work! Do you think using a different map unit (e.g. miles/degrees instead of meters) can affect the result?
I am not sure which influence the map unit does have on the map scale.</description>
		<content:encoded><![CDATA[<p>Nice work! Do you think using a different map unit (e.g. miles/degrees instead of meters) can affect the result?<br />
I am not sure which influence the map unit does have on the map scale.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
