<?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:gml="http://www.opengis.net/gml"
	>
<channel>
	<title>Comments on: ArcGIS Connectors for Postgis</title>
	<atom:link href="http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/</link>
	<description>Archaeology in a Digital World</description>
	<lastBuildDate>Sat, 27 Feb 2010 17:26:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-28013</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 18 Jul 2008 12:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-28013</guid>
		<description>Hi Venkat,

Since we don&#039;t actually use ESRI products much any more, I can&#039;t help you with this, though hopefully someone else might be able to. It is worth trying the ESRI support forums as well.

Thanks for stopping by

Jo</description>
		<content:encoded><![CDATA[<p>Hi Venkat,</p>
<p>Since we don&#8217;t actually use ESRI products much any more, I can&#8217;t help you with this, though hopefully someone else might be able to. It is worth trying the ESRI support forums as well.</p>
<p>Thanks for stopping by</p>
<p>Jo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-27925</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Thu, 17 Jul 2008 19:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-27925</guid>
		<description>Dear All,

  How can i connect Postgresql/PostGIS to ArcGlobe.Please any one can help me.It is Urgent.
Advanced Thanks.

Regards
Venkat.</description>
		<content:encoded><![CDATA[<p>Dear All,</p>
<p>  How can i connect Postgresql/PostGIS to ArcGlobe.Please any one can help me.It is Urgent.<br />
Advanced Thanks.</p>
<p>Regards<br />
Venkat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-9397</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 08 Nov 2007 08:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-9397</guid>
		<description>&lt;p&gt;Hi Bob,&lt;/p&gt;
&lt;p&gt;Thanks for popping by! Your fixes to pgarc sound great- it would be good to see them merged with Bruce&#039;s work. Regarding the organisational issues with your code- I don&#039;t know but I guess if people have a look in on the VBA in (say) ArcGIS and see lots of additional code it might confuse them somewhat. That&#039;s just my opinion though- go with whatever works best for you, and keep up the good work!&lt;/p&gt;
&lt;p&gt;Jo&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Bob,</p>
<p>Thanks for popping by! Your fixes to pgarc sound great- it would be good to see them merged with Bruce&#8217;s work. Regarding the organisational issues with your code- I don&#8217;t know but I guess if people have a look in on the VBA in (say) ArcGIS and see lots of additional code it might confuse them somewhat. That&#8217;s just my opinion though- go with whatever works best for you, and keep up the good work!</p>
<p>Jo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Brundage</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-9318</link>
		<dc:creator>Bob Brundage</dc:creator>
		<pubDate>Wed, 07 Nov 2007 15:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-9318</guid>
		<description>Hey guys;

Thanks for posting those tips.  I am having trouble installing ZigGIS on my ArcMap9.1 machine.  I have .NETs 1.1 and 2.0 and have the 9.1 ArcObjects library.  My current train of thought (thanks to your advice above) is that I installed .NET 2.0 after ArcMap9.1.

Also, I have been working with PGARC.  My main purpose is to add support to Microstation.  Which I have done as far as reading from POSTGIS.  
Enhancements:
1.	Added checkbox to load data only in display extent (leveraged off of Bruce&#039;s work).

Improvements:
1.	Allow re-clicking of Database Connection button (used to cause error).  This allows changing of the â€˜Load only Display Extentâ€™ checkbox.
2.	Added syntax to allow POSTGIS file names to contain capital letters (capital letter table names must have quotation marks around them).

Fixes:
1.	In loading data from POSTGIS to temporary shapefile, the attribute field after the geometry column was getting dropped and causing errors in certain instances.  This was fixed.

I am having some code organizational issues.  Should I include Microstation and ArcMap support within the same VBA project?
I am open to thoughts.</description>
		<content:encoded><![CDATA[<p>Hey guys;</p>
<p>Thanks for posting those tips.  I am having trouble installing ZigGIS on my ArcMap9.1 machine.  I have .NETs 1.1 and 2.0 and have the 9.1 ArcObjects library.  My current train of thought (thanks to your advice above) is that I installed .NET 2.0 after ArcMap9.1.</p>
<p>Also, I have been working with PGARC.  My main purpose is to add support to Microstation.  Which I have done as far as reading from POSTGIS.<br />
Enhancements:<br />
1.	Added checkbox to load data only in display extent (leveraged off of Bruce&#8217;s work).</p>
<p>Improvements:<br />
1.	Allow re-clicking of Database Connection button (used to cause error).  This allows changing of the â€˜Load only Display Extentâ€™ checkbox.<br />
2.	Added syntax to allow POSTGIS file names to contain capital letters (capital letter table names must have quotation marks around them).</p>
<p>Fixes:<br />
1.	In loading data from POSTGIS to temporary shapefile, the attribute field after the geometry column was getting dropped and causing errors in certain instances.  This was fixed.</p>
<p>I am having some code organizational issues.  Should I include Microstation and ArcMap support within the same VBA project?<br />
I am open to thoughts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-9165</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Tue, 06 Nov 2007 10:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-9165</guid>
		<description>Thanks Jo

Sorry for only comming back now.  Good luck to everyone working on the Ziggis project, I think it&#039;s great work!

Francois</description>
		<content:encoded><![CDATA[<p>Thanks Jo</p>
<p>Sorry for only comming back now.  Good luck to everyone working on the Ziggis project, I think it&#8217;s great work!</p>
<p>Francois</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-7428</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 19 Oct 2007 12:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-7428</guid>
		<description>Hi Francois,

You can get ziggis from here: http://code.google.com/p/ziggis/

AFAIK it doesn&#039;t quite do writing back to Postgis yet but that&#039;s very high on their list of priorities.

Thanks for stopping by!

Jo</description>
		<content:encoded><![CDATA[<p>Hi Francois,</p>
<p>You can get ziggis from here: <a href="http://code.google.com/p/ziggis/" rel="nofollow">http://code.google.com/p/ziggis/</a></p>
<p>AFAIK it doesn&#8217;t quite do writing back to Postgis yet but that&#8217;s very high on their list of priorities.</p>
<p>Thanks for stopping by!</p>
<p>Jo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-6851</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Sat, 13 Oct 2007 10:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-6851</guid>
		<description>Hi Can someone please give me the latest site where we can download zigGIS?  Is there recent developments which enables writing back to PostGIS aswell?</description>
		<content:encoded><![CDATA[<p>Hi Can someone please give me the latest site where we can download zigGIS?  Is there recent developments which enables writing back to PostGIS aswell?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeoMusings</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-322</link>
		<dc:creator>GeoMusings</dc:creator>
		<pubDate>Thu, 08 Mar 2007 02:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-322</guid>
		<description></description>
		<content:encoded><![CDATA[<p><strong>zigGIS&nbsp;Update&#8230;</strong></p>
<p>Paolo has posted an update to zigGIS. This update deals more effectively with data layers that have an SRID associated (SRID != -1). They now seem to overlay well. On-the-fly reprojection is still not working but he is working on it. ArchaeogeekÃ‚Â recen&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-185</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 23 Feb 2007 18:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-185</guid>
		<description>Hi Bruce,

Thanks for popping by, and thanks for updating the code to work with ArcGIS 9.1. ZigGis developments do seem to be coming thick and fast, but I think it&#039;s worth having the two approaches, so I&#039;d like the code if you could send it to me.
jo dot k dot cook at googlemail dot com

Thanks
Archaeogeek</description>
		<content:encoded><![CDATA[<p>Hi Bruce,</p>
<p>Thanks for popping by, and thanks for updating the code to work with ArcGIS 9.1. ZigGis developments do seem to be coming thick and fast, but I think it&#8217;s worth having the two approaches, so I&#8217;d like the code if you could send it to me.<br />
jo dot k dot cook at googlemail dot com</p>
<p>Thanks<br />
Archaeogeek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/comment-page-1/#comment-180</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 22 Feb 2007 18:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.archaeogeek.com/blog/2007/01/05/arcgis-connectors-for-postgis/#comment-180</guid>
		<description>I updated the code for PgArc to run on 9.1 and correctly sets the projection but have not posted it to the source site.  I am watching zigGIS developments to see if it is a better solution. Let me know if you want the latest code I have.
Bruce</description>
		<content:encoded><![CDATA[<p>I updated the code for PgArc to run on 9.1 and correctly sets the projection but have not posted it to the source site.  I am watching zigGIS developments to see if it is a better solution. Let me know if you want the latest code I have.<br />
Bruce</p>
]]></content:encoded>
	</item>
</channel>
</rss>
