]> granicus.if.org Git - postgis/commitdiff
Update topology slide deck url
authorSandro Santilli <strk@kbt.io>
Thu, 17 Nov 2016 07:57:11 +0000 (07:57 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 17 Nov 2016 07:57:11 +0000 (07:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15234 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml

index d8e3b97291476b6aeac6c5bcdfcd97a8b79f7f4e..1772ef910b0e6d2fcda2fa6be09429b37adef052 100644 (file)
@@ -2,7 +2,7 @@
 <chapter id="Topology">
        <title>Topology</title>
        <para>The PostGIS Topology types and functions are used to manage topological objects such as faces, edges and nodes. </para>
-       <para>Sandro Santilli's presentation at PostGIS Day Paris 2011  conference gives a good synopsis of PostGIS Topology and where it is headed <ulink url="http://strk.keybit.net/projects/postgis/Paris2011_TopologyWithPostGIS_2_0.pdf">Topology with PostGIS 2.0 slide deck</ulink>.</para>
+       <para>Sandro Santilli's presentation at PostGIS Day Paris 2011  conference gives a good synopsis of PostGIS Topology and where it is headed <ulink url="http://strk.kbt.io/projects/postgis/Paris2011_TopologyWithPostGIS_2_0.pdf">Topology with PostGIS 2.0 slide deck</ulink>.</para>
        <para>Vincent Picavet provides a good synopsis and overview of what is Topology, how is it used, and various FOSS4G tools that support it in <ulink url="https://github.com/Oslandia/presentations/blob/master/pgconf_eu_2012/pgconfeu2012_vincent_picavet_postgis_topology.pdf?raw=true">PostGIS Topology PGConf EU 2012</ulink>.</para>
     <para>An example of a topologically based GIS database is the <ulink url="https://www.census.gov/geo/maps-data/data/tiger.html">US Census Topologically Integrated Geographic Encoding and Referencing System (TIGER)</ulink> database. If you want to experiment with PostGIS topology and need some data, check out <xref linkend="Topology_Load_Tiger" />.</para>
        <para>The PostGIS topology module has existed in prior versions of PostGIS but was never part of the Official PostGIS documentation.