Mar
30
For people not familiar with the Spatial SQL, I post this quick sample showing its beauty and simplicity at the same time.
We will go using PostGIS, but this could be performed in a similiar way with any GIS Database compliant with OGC Simple Feature Access - SQL Option.
The geomunion function
The geomunion Open GIS function make it possible to combine two geometries and getting from these a single geometry.
FUNCTION geomunion(geometry, geometry) RETURNS geometry
It is very easy to generate a geoprocessed layer from an original layer, making an union of its polygons based on a common attribute.
I will show you how to use the geomunion PostGIS function with a quick sample.
Mar
21
zigGis 1.2 released
Filed Under GIS, PostGIS, ArcGis Desktop, ZigGis | 7 Comments
zigGIS 1.2, the Open Source ArcGis Desktop's connector to PostGIS, has just been released and you can download it here.

This is a major release, as far it implements new important features like selections and rendering. At this time editing is still not supported (so it is still a read only connector).
Also ArcMap documents persistence is now fully supported, meaning that you can save your mxd document with your PostGIS layer in them, and then open them again without problems.
zigGis should correctly work with ArcGis 9.0 (sp3), 9.1 and 9.2. Before installing it don't forget to install .NET support for ArcGis.

Here is a list of supported and unsupported features in ArcMap with zigGis 1.2: