<?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 for Northwest Spatial Solutions</title>
	<atom:link href="http://northwestspatial.com/wp/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://northwestspatial.com/wp</link>
	<description>GIS and Cartography in the Pacific Northwest and Beyond</description>
	<lastBuildDate>Tue, 25 Dec 2012 01:31:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Ubuntu GIS from Scratch: Step Six &#8211; QGIS by jarda</title>
		<link>http://northwestspatial.com/wp/?p=395#comment-385</link>
		<dc:creator>jarda</dc:creator>
		<pubDate>Tue, 25 Dec 2012 01:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=395#comment-385</guid>
		<description><![CDATA[fantastic job, possibly the best gis guide online. I cannot wait for the 7th lesson!]]></description>
		<content:encoded><![CDATA[<p>fantastic job, possibly the best gis guide online. I cannot wait for the 7th lesson!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu GIS from Scratch: Step 3 &#8211; PostGIS by leigh</title>
		<link>http://northwestspatial.com/wp/?p=356#comment-371</link>
		<dc:creator>leigh</dc:creator>
		<pubDate>Thu, 15 Nov 2012 21:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=356#comment-371</guid>
		<description><![CDATA[Thomas,
All apologies, there is a typo in that command. All SQL commands, including those passed via psql using the -c flag, need to be terminated with a semicolon.

psql template_postgis -c &quot;create extension postgis;&quot;
psql template_postgis -c &quot;create extension postgis_topology;&quot;

The instructions have been modified to correct this error. Thanks for pointing it out!]]></description>
		<content:encoded><![CDATA[<p>Thomas,<br />
All apologies, there is a typo in that command. All SQL commands, including those passed via psql using the -c flag, need to be terminated with a semicolon.</p>
<p>psql template_postgis -c &#8220;create extension postgis;&#8221;<br />
psql template_postgis -c &#8220;create extension postgis_topology;&#8221;</p>
<p>The instructions have been modified to correct this error. Thanks for pointing it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu GIS from Scratch: Step 3 &#8211; PostGIS by Thomas</title>
		<link>http://northwestspatial.com/wp/?p=356#comment-369</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 15 Nov 2012 20:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=356#comment-369</guid>
		<description><![CDATA[Hallo,

it is the first tutorial for installing postgis. Thank you. But i run into a problem. I installed postgis, no problem. But i&#039;m not able to enable the extension postgis.

here is the output of the terminal:

thomas@thomas-thinkpad-t530:~/Downloads/postgis-2.0.1$ psql template_postgis -c “create extension postgis”
psql: warning: extra command-line argument &quot;postgis”&quot; ignored
psql: FATAL:  Peer authentication failed for user &quot;extension&quot;

what is the problem?

Thank you in advance for your help

Thomas]]></description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>it is the first tutorial for installing postgis. Thank you. But i run into a problem. I installed postgis, no problem. But i&#8217;m not able to enable the extension postgis.</p>
<p>here is the output of the terminal:</p>
<p>thomas@thomas-thinkpad-t530:~/Downloads/postgis-2.0.1$ psql template_postgis -c “create extension postgis”<br />
psql: warning: extra command-line argument &#8220;postgis”&#8221; ignored<br />
psql: FATAL:  Peer authentication failed for user &#8220;extension&#8221;</p>
<p>what is the problem?</p>
<p>Thank you in advance for your help</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu GIS from Scratch: Step 2 &#8211; GEOS and GDAL by Lars Nilsson</title>
		<link>http://northwestspatial.com/wp/?p=340#comment-365</link>
		<dc:creator>Lars Nilsson</dc:creator>
		<pubDate>Fri, 26 Oct 2012 08:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=340#comment-365</guid>
		<description><![CDATA[No, I cant find ruby.h anywhere, but ruby is installed.

I would like to see a guide that uses the repositories, stable or unstable, to setup a server.
It would be easier to install and maintain for people like me.]]></description>
		<content:encoded><![CDATA[<p>No, I cant find ruby.h anywhere, but ruby is installed.</p>
<p>I would like to see a guide that uses the repositories, stable or unstable, to setup a server.<br />
It would be easier to install and maintain for people like me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu GIS from Scratch: Step 2 &#8211; GEOS and GDAL by leigh</title>
		<link>http://northwestspatial.com/wp/?p=340#comment-364</link>
		<dc:creator>leigh</dc:creator>
		<pubDate>Thu, 25 Oct 2012 20:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=340#comment-364</guid>
		<description><![CDATA[Does the file:
/usr/lib/ruby/1.8/i686-linux/ruby.h
actually exist on your system? If not, you&#039;ll need to install Ruby. Then run make clean before trying to run make again.

Alternatively, you can configure your GEOS installation to run without Ruby. It&#039;s nice to have, but it&#039;s not essential.
./configure --enable-python --enable-php]]></description>
		<content:encoded><![CDATA[<p>Does the file:<br />
/usr/lib/ruby/1.8/i686-linux/ruby.h<br />
actually exist on your system? If not, you&#8217;ll need to install Ruby. Then run make clean before trying to run make again.</p>
<p>Alternatively, you can configure your GEOS installation to run without Ruby. It&#8217;s nice to have, but it&#8217;s not essential.<br />
./configure &#8211;enable-python &#8211;enable-php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu GIS from Scratch: Step 2 &#8211; GEOS and GDAL by Lars Nilsson</title>
		<link>http://northwestspatial.com/wp/?p=340#comment-363</link>
		<dc:creator>Lars Nilsson</dc:creator>
		<pubDate>Thu, 25 Oct 2012 11:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=340#comment-363</guid>
		<description><![CDATA[When running &#039;make&#039; I run into problems and the installation halts.

&lt;code&gt;

/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I/usr/lib/ruby/1.8/i686-linux -I../../capi  -DGEOS_INLINE  -pedantic -Wall -ansi -Wno-long-long  -ffloat-store -g -O2 -MT geos_la-geos_wrap.lo -MD -MP -MF .deps/geos_la-geos_wrap.Tpo -c -o geos_la-geos_wrap.lo `test -f &#039;geos_wrap.cxx&#039; &#124;&#124; echo &#039;./&#039;`geos_wrap.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I/usr/lib/ruby/1.8/i686-linux -I../../capi -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT geos_la-geos_wrap.lo -MD -MP -MF .deps/geos_la-geos_wrap.Tpo -c geos_wrap.cxx  -fPIC -DPIC -o .libs/geos_la-geos_wrap.o
geos_wrap.cxx:856:18: fatal error: ruby.h: No such file or directory
compilation terminated.
&lt;/code&gt;

There seems to be others that have encounterd something similar:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676094

But I dont know how to apply it.

I am running ubuntu server 12.04.1 LTS

Thanks]]></description>
		<content:encoded><![CDATA[<p>When running &#8216;make&#8217; I run into problems and the installation halts.</p>
<p><code></p>
<p>/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I/usr/lib/ruby/1.8/i686-linux -I../../capi  -DGEOS_INLINE  -pedantic -Wall -ansi -Wno-long-long  -ffloat-store -g -O2 -MT geos_la-geos_wrap.lo -MD -MP -MF .deps/geos_la-geos_wrap.Tpo -c -o geos_la-geos_wrap.lo `test -f 'geos_wrap.cxx' || echo './'`geos_wrap.cxx<br />
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I/usr/lib/ruby/1.8/i686-linux -I../../capi -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT geos_la-geos_wrap.lo -MD -MP -MF .deps/geos_la-geos_wrap.Tpo -c geos_wrap.cxx  -fPIC -DPIC -o .libs/geos_la-geos_wrap.o<br />
geos_wrap.cxx:856:18: fatal error: ruby.h: No such file or directory<br />
compilation terminated.<br />
</code></p>
<p>There seems to be others that have encounterd something similar:<br />
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676094" rel="nofollow">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676094</a></p>
<p>But I dont know how to apply it.</p>
<p>I am running ubuntu server 12.04.1 LTS</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting to Know QGIS by Gary Sherman</title>
		<link>http://northwestspatial.com/wp/?p=294#comment-232</link>
		<dc:creator>Gary Sherman</dc:creator>
		<pubDate>Thu, 15 Dec 2011 18:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=294#comment-232</guid>
		<description><![CDATA[Installing on Mac only requires a couple of framework installs prior to the QGIS install. In my experience it only takes a few minutes to get a working installation...]]></description>
		<content:encoded><![CDATA[<p>Installing on Mac only requires a couple of framework installs prior to the QGIS install. In my experience it only takes a few minutes to get a working installation&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cartography for the Web by Ailen Buckley</title>
		<link>http://northwestspatial.com/wp/?p=176#comment-225</link>
		<dc:creator>Ailen Buckley</dc:creator>
		<pubDate>Thu, 25 Aug 2011 16:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=176#comment-225</guid>
		<description><![CDATA[You make a good point about 17 inch monitors and &quot;millions&quot; of colors.  When designing a map, it helps to set a the minimum expectations for the output.  These are the specs we use, but they would be different if we were designing for another audience, say, for example, users in developing countries (smaller or lower res monitors) or users who would be expected to use smaller format displays (iPads, iPhones, etc...)  One map design will rarely work for all of these output displays, though these would all be &quot;Web&quot; maps.  It helps at the outset to know what your output goals are and strive to achieve those rather than all expectations (though that would be the ideal solution and we do continuously hope to achieve that! :-) )]]></description>
		<content:encoded><![CDATA[<p>You make a good point about 17 inch monitors and &#8220;millions&#8221; of colors.  When designing a map, it helps to set a the minimum expectations for the output.  These are the specs we use, but they would be different if we were designing for another audience, say, for example, users in developing countries (smaller or lower res monitors) or users who would be expected to use smaller format displays (iPads, iPhones, etc&#8230;)  One map design will rarely work for all of these output displays, though these would all be &#8220;Web&#8221; maps.  It helps at the outset to know what your output goals are and strive to achieve those rather than all expectations (though that would be the ideal solution and we do continuously hope to achieve that! <img src='http://northwestspatial.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy GIS Day! by leigh</title>
		<link>http://northwestspatial.com/wp/?p=11#comment-4</link>
		<dc:creator>leigh</dc:creator>
		<pubDate>Fri, 19 Nov 2010 02:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=11#comment-4</guid>
		<description><![CDATA[Political GIS data (districts, precincts, etc) can be downloaded from the King County GIS data portal:
http://www5.kingcounty.gov/gisdataportal/

King County also maintains a set of pre-built election reference maps which can be downloaded as PDFs:
http://www.kingcounty.gov/elections/referenceresources/electionmaps/legislativedistricts.aspx

Hope that helps!]]></description>
		<content:encoded><![CDATA[<p>Political GIS data (districts, precincts, etc) can be downloaded from the King County GIS data portal:<br />
<a href="http://www5.kingcounty.gov/gisdataportal/" rel="nofollow">http://www5.kingcounty.gov/gisdataportal/</a></p>
<p>King County also maintains a set of pre-built election reference maps which can be downloaded as PDFs:<br />
<a href="http://www.kingcounty.gov/elections/referenceresources/electionmaps/legislativedistricts.aspx" rel="nofollow">http://www.kingcounty.gov/elections/referenceresources/electionmaps/legislativedistricts.aspx</a></p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy GIS Day! by Norsky</title>
		<link>http://northwestspatial.com/wp/?p=11#comment-2</link>
		<dc:creator>Norsky</dc:creator>
		<pubDate>Thu, 18 Nov 2010 00:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://northwestspatial.com/wp/?p=11#comment-2</guid>
		<description><![CDATA[Do you have any good links to politically-oriented maps or data, specifically within King County, WA?]]></description>
		<content:encoded><![CDATA[<p>Do you have any good links to politically-oriented maps or data, specifically within King County, WA?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
