<?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: Google Map based on PostGIS data</title>
	<atom:link href="http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/</link>
	<description>Geographical Information Systems, the Geoweb and cloud GIS</description>
	<lastBuildDate>Wed, 20 Jul 2011 10:29:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/comment-page-1/#comment-4798</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 27 Feb 2009 14:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/#comment-4798</guid>
		<description>Hi Dharshana, 
For that you could do a simple INSERT through PHP for example. For inspiration you could look at Google&#039;s MySQL tutorial http://code.google.com/support/bin/answer.py?answer=80201&amp;topic=11364
cheers,
Mark</description>
		<content:encoded><![CDATA[<p>Hi Dharshana,<br />
For that you could do a simple INSERT through PHP for example. For inspiration you could look at Google&#8217;s MySQL tutorial <a href="http://code.google.com/support/bin/answer.py?answer=80201&#038;topic=11364" rel="nofollow">http://code.google.com/support/bin/answer.py?answer=80201&#038;topic=11364</a><br />
cheers,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharshana</title>
		<link>http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/comment-page-1/#comment-4524</link>
		<dc:creator>Dharshana</dc:creator>
		<pubDate>Fri, 28 Nov 2008 05:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/#comment-4524</guid>
		<description>Hi,

Thanks for the article. I need to develop a web application where the users can mark the locations on the Google Map, which would be saved in a PostGIS database for later use. I supposed I&#039;d have to add elements to the XML file and export it to PostGIS when the session ends. Is it possible to do that? 

regards,
Dharshana</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the article. I need to develop a web application where the users can mark the locations on the Google Map, which would be saved in a PostGIS database for later use. I supposed I&#8217;d have to add elements to the XML file and export it to PostGIS when the session ends. Is it possible to do that? </p>
<p>regards,<br />
Dharshana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/comment-page-1/#comment-2177</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 29 Jul 2008 12:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/#comment-2177</guid>
		<description>Hi Arnaud,
Sorry for the late reply, had to clear too much spam before I got to your threads. Anyways, it is possible to also serve up line and polygon data stored in a spatial database. The easiest way is to have it output kml which can directly be read by both Google Earth and Google Maps. This &lt;a href=&quot;http://cse-mjmcl.cse.bris.ac.uk/blog/2006/05/27/1148737394599.html&quot; rel=&quot;nofollow&quot;&gt;thread &lt;/a&gt;on Mark McLaren&#039;s weblog talks about this and might help you out. Alternatively you could consider using &lt;a href=&quot;http://geoserver.org&quot; rel=&quot;nofollow&quot;&gt;GeoServer &lt;/a&gt;which can output shapefile data directly to kml and/or wms.
Hope this helps. 
cheers,
Mark</description>
		<content:encoded><![CDATA[<p>Hi Arnaud,<br />
Sorry for the late reply, had to clear too much spam before I got to your threads. Anyways, it is possible to also serve up line and polygon data stored in a spatial database. The easiest way is to have it output kml which can directly be read by both Google Earth and Google Maps. This <a href="http://cse-mjmcl.cse.bris.ac.uk/blog/2006/05/27/1148737394599.html" rel="nofollow">thread </a>on Mark McLaren&#8217;s weblog talks about this and might help you out. Alternatively you could consider using <a href="http://geoserver.org" rel="nofollow">GeoServer </a>which can output shapefile data directly to kml and/or wms.<br />
Hope this helps.<br />
cheers,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DESHOGUES Arnaud</title>
		<link>http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/comment-page-1/#comment-1658</link>
		<dc:creator>DESHOGUES Arnaud</dc:creator>
		<pubDate>Wed, 18 Jun 2008 12:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/#comment-1658</guid>
		<description>Just a question about the connection between GMaps and Postgresql
is it possible to make the same connection but employing the geometry of a polygon that stocked on a postgis database.

I have a problem when i want to run this PHP code
How much PHP files do i have to make??

Connect.php
Generate_gmap_xml.php
...
???

Thanks for you help.

Arnaud</description>
		<content:encoded><![CDATA[<p>Just a question about the connection between GMaps and Postgresql<br />
is it possible to make the same connection but employing the geometry of a polygon that stocked on a postgis database.</p>
<p>I have a problem when i want to run this PHP code<br />
How much PHP files do i have to make??</p>
<p>Connect.php<br />
Generate_gmap_xml.php<br />
&#8230;<br />
???</p>
<p>Thanks for you help.</p>
<p>Arnaud</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DESHOGUES Arnaud</title>
		<link>http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/comment-page-1/#comment-1648</link>
		<dc:creator>DESHOGUES Arnaud</dc:creator>
		<pubDate>Mon, 16 Jun 2008 16:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://mark.deblois.eu/2007/10/17/googlemap-based-on-postgis-data/#comment-1648</guid>
		<description>Hello
Excuse me for my english

I just want to congratulate u about this topic.
I have to make an application based on the GMaps API and the database select for the project is the SGBD postgreSQL/PostGIS.

With this message it&#039;s easier for me to use directly the postgreSQL spatial database.
But i have a request, have you ever try to make in relation the GMaps API with the PostGIS spatial extension. 

My application have to show some &quot;vectors&quot;, the spatial extension of my prroject (PostGIS)
associated with the database (postgresql)


I hope that u will understand my message
Thancks for ur attention

Bye 

Arnaud</description>
		<content:encoded><![CDATA[<p>Hello<br />
Excuse me for my english</p>
<p>I just want to congratulate u about this topic.<br />
I have to make an application based on the GMaps API and the database select for the project is the SGBD postgreSQL/PostGIS.</p>
<p>With this message it&#8217;s easier for me to use directly the postgreSQL spatial database.<br />
But i have a request, have you ever try to make in relation the GMaps API with the PostGIS spatial extension. </p>
<p>My application have to show some &#8220;vectors&#8221;, the spatial extension of my prroject (PostGIS)<br />
associated with the database (postgresql)</p>
<p>I hope that u will understand my message<br />
Thancks for ur attention</p>
<p>Bye </p>
<p>Arnaud</p>
]]></content:encoded>
	</item>
</channel>
</rss>

