<?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: KISS: spatialite in 5 minutes</title>
	<atom:link href="http:///blog/2009/02/kiss-spatialite-in-5-minutes//feed/" rel="self" type="application/rss+xml" />
	<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/</link>
	<description>Camptocamp weblog</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:08:41 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stéphanie Debayle</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-26228</link>
		<dc:creator>Stéphanie Debayle</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-26228</guid>
		<description>Thank you very much for your notification! The link has been fixed. Best regards,</description>
		<content:encoded><![CDATA[<p>Thank you very much for your notification! The link has been fixed. Best regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clemens Gröpl</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-26202</link>
		<dc:creator>Clemens Gröpl</dc:creator>
		<pubDate>Fri, 17 Dec 2010 17:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-26202</guid>
		<description>The download link is broken and should point to the recent version:

3. Download “the init_spatialite.sql script required in order to initialize 
the Spatial MetaData tables” and start it with Spatialite GUI

http://www.gaia-gis.it/spatialite/init_spatialite-2.2.sql.zip

=&gt;

http://www.gaia-gis.it/spatialite/init_spatialite-2.3.sql.gz</description>
		<content:encoded><![CDATA[<p>The download link is broken and should point to the recent version:</p>
<p>3. Download “the init_spatialite.sql script required in order to initialize<br />
the Spatial MetaData tables” and start it with Spatialite GUI</p>
<p><a href="http://www.gaia-gis.it/spatialite/init_spatialite-2.2.sql.zip" rel="nofollow">http://www.gaia-gis.it/spatialite/init_spatialite-2.2.sql.zip</a></p>
<p>=&gt;</p>
<p><a href="http://www.gaia-gis.it/spatialite/init_spatialite-2.3.sql.gz" rel="nofollow">http://www.gaia-gis.it/spatialite/init_spatialite-2.3.sql.gz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-7038</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 22 Jan 2010 22:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-7038</guid>
		<description>I think I know what SRID is. It refers to a row in the spatial_ref_sys table that automatically appears when you create a new database, and it specifies the spatial projection. The row with srid=4326 refers to WGS 84, the standard GPS coordinate system.</description>
		<content:encoded><![CDATA[<p>I think I know what SRID is. It refers to a row in the spatial_ref_sys table that automatically appears when you create a new database, and it specifies the spatial projection. The row with srid=4326 refers to WGS 84, the standard GPS coordinate system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-7036</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-7036</guid>
		<description>Oh, never mind, I see that &quot;init_spatialite-2.2.sql&quot; is not longer necessary.

What is the purpose of the SRID field? Why is it 4326 in the screen shot?</description>
		<content:encoded><![CDATA[<p>Oh, never mind, I see that &#8220;init_spatialite-2.2.sql&#8221; is not longer necessary.</p>
<p>What is the purpose of the SRID field? Why is it 4326 in the screen shot?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-7035</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-7035</guid>
		<description>Can&#039;t do step 3, “the init_spatialite.sql script required in order to initialize the Spatial MetaData tables”:

The requested URL /spatialite/init_spatialite-2.2.sql.zip was not found on this server.

Anyway, if we could download it, how would we run it?</description>
		<content:encoded><![CDATA[<p>Can&#8217;t do step 3, “the init_spatialite.sql script required in order to initialize the Spatial MetaData tables”:</p>
<p>The requested URL /spatialite/init_spatialite-2.2.sql.zip was not found on this server.</p>
<p>Anyway, if we could download it, how would we run it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Call</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-4757</link>
		<dc:creator>Steve Call</dc:creator>
		<pubDate>Sun, 15 Nov 2009 12:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-4757</guid>
		<description>Thanx for this superb post. But I had difficulty navigating past your site because I kept getting 502 bad gateway error. Just thought to let you know.</description>
		<content:encoded><![CDATA[<p>Thanx for this superb post. But I had difficulty navigating past your site because I kept getting 502 bad gateway error. Just thought to let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frans</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-3743</link>
		<dc:creator>Frans</dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-3743</guid>
		<description>Problems running init_spatialite-2.3.sql?

It turns out that since version 2.3, this step should be skipped. Check out: 

http://groups.google.com/group/spatialite-users/browse_thread/thread/a8982ffb2d616b73#</description>
		<content:encoded><![CDATA[<p>Problems running init_spatialite-2.3.sql?</p>
<p>It turns out that since version 2.3, this step should be skipped. Check out: </p>
<p><a href="http://groups.google.com/group/spatialite-users/browse_thread/thread/a8982ffb2d616b73#" rel="nofollow">http://groups.google.com/group/spatialite-users/browse_thread/thread/a8982ffb2d616b73#</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredd</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-1643</link>
		<dc:creator>Fredd</dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-1643</guid>
		<description>Every shapefile I try to load gives the same error:
invalid SRID value.
They are properly projected in wgs-84.  Not sure what&#039;s going on here.

cheers,</description>
		<content:encoded><![CDATA[<p>Every shapefile I try to load gives the same error:<br />
invalid SRID value.<br />
They are properly projected in wgs-84.  Not sure what&#8217;s going on here.</p>
<p>cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lhy</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-1547</link>
		<dc:creator>lhy</dc:creator>
		<pubDate>Fri, 10 Jul 2009 07:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-1547</guid>
		<description>hi,how can i export the spatial-data to a shapefile?</description>
		<content:encoded><![CDATA[<p>hi,how can i export the spatial-data to a shapefile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/cpage/1/#comment-848</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 03 Jun 2009 15:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.camptocamp.com/en/blog/2009/02/kiss-spatialite-in-5-minutes/#comment-848</guid>
		<description>Hi,&lt;br /&gt;&lt;br /&gt;Unable to execute script:&lt;br /&gt;   init_spatialite-2.3.sql&lt;br /&gt;&lt;br /&gt;Error:&lt;br /&gt;   row 24&lt;br /&gt;   SQLite SQL error: PRIMARY KEY must be unique</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Unable to execute script:<br />   init_spatialite-2.3.sql</p>
<p>Error:<br />   row 24<br />   SQLite SQL error: PRIMARY KEY must be unique</p>
]]></content:encoded>
	</item>
</channel>
</rss>

