<para>Details of this project can be found at <ulink url="http://trac.osgeo.org/postgis/wiki/UsersWikiPostgisTopology">PostGIS Topology Wiki</ulink></para>
<para>All functions and tables associated with this module are installed in a schema called <varname>topology</varname>.</para>
<para>Functions that are defined in SQL/MM standard are prefixed with ST_ and functions specific to PostGIS are not prefixed.</para>
- <para>Topolgy support is build by default starting with PostGIS 2.0, and can be disabled specifying --without-topology configure option at build time as described in <xref linkend="postgis_installation"/></para>
+ <para>Topology support is build by default starting with PostGIS 2.0, and can be disabled specifying --without-topology configure option at build time as described in <xref linkend="postgis_installation"/></para>
<sect1 id="Topology_Types">
<sect1info>
WHERE foo.gid = bg.gid;
-- and if we wanted to convert our topogeometry back
--- to a denomalized geometry aligned with our faces and edges
+-- to a denormalized geometry aligned with our faces and edges
-- cast the topo to a geometry
-- The really cool thing is my new geometries
-- are now aligned with my tiger street centerlines
#: extras_topology.xml:13
#, no-c-format
msgid ""
-"Topolgy support is build by default starting with PostGIS 2.0, and can be "
+"Topology support is build by default starting with PostGIS 2.0, and can be "
"disabled specifying --without-topology configure option at build time as "
"described in <xref linkend=\"postgis_installation\"/>"
msgstr ""
"WHERE foo.gid = bg.gid;\n"
"\n"
"-- and if we wanted to convert our topogeometry back\n"
-"-- to a denomalized geometry aligned with our faces and edges\n"
+"-- to a denormalized geometry aligned with our faces and edges\n"
"-- cast the topo to a geometry\n"
"-- The really cool thing is my new geometries\n"
"-- are now aligned with my tiger street centerlines\n"