From: Regina Obe Date: Fri, 12 Dec 2014 21:08:21 +0000 (+0000) Subject: fix link to vincent's topology talk -- point to 2012 instead of 2010 one. X-Git-Tag: 2.2.0rc1~721 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=870ecb98c656e95aa27b6457557b2e4444e8993e;p=postgis fix link to vincent's topology talk -- point to 2012 instead of 2010 one. git-svn-id: http://svn.osgeo.org/postgis/trunk@13146 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_topology.xml b/doc/extras_topology.xml index 1749308ac..a8e3cf034 100644 --- a/doc/extras_topology.xml +++ b/doc/extras_topology.xml @@ -3,7 +3,7 @@ Topology The PostGIS Topology types and functions are used to manage topological objects such as faces, edges and nodes. Sandro Santilli's presentation at PostGIS Day Paris 2011 conference gives a good synopsis of PostGIS Topology and where it is headed Topology with PostGIS 2.0 slide deck. - Vincent Picavet provides a good synopsis and overview of what is Topology, how is it used, and various FOSS4G tools that support it in State of the art of FOSS4G for topology and network analysis. + Vincent Picavet provides a good synopsis and overview of what is Topology, how is it used, and various FOSS4G tools that support it in State of the art of FOSS4G for topology and network analysis. An example of a topologically based GIS database is the US Census Topologically Integrated Geographic Encoding and Reference System (TIGER) database. If you want to experiment with PostGIS topology and need some data, check out . The PostGIS topology module has existed in prior versions of PostGIS but was never part of the Official PostGIS documentation. In PostGIS 2.0.0 major cleanup is going on to remove use of all deprecated functions in it, fix known usability issues, better document the features and functions, add new functions, and enhance to closer conform to SQL-MM standards.