From: Markus Schaber Date: Thu, 7 Apr 2005 21:02:09 +0000 (+0000) Subject: typo fixes and linked function in 4.2.4 X-Git-Tag: pgis_1_0_0~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f2eb1358015b292696ee1416fda611c02e08fc7;p=postgis typo fixes and linked function in 4.2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@1606 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile b/doc/Makefile index 86ab15a2e..f10c6374d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,6 +6,7 @@ include ../Version.config LAST_RELEASE_VERSION = $(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).$(SO_MICRO_VERSION) XSLBASE?=/usr/share/sgml/docbook/xsl-stylesheets +XSLBASE = /usr/share/xml/docbook/stylesheet/nwalsh all: html diff --git a/doc/postgis.xml b/doc/postgis.xml index c3e8ed992..52dc9c720 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -1216,7 +1216,7 @@ SELECT AddGeometryColumn( 'roads', 'roads_geom', -1, 'GEOMETRY', 3 );isvalid() function: + IsValid() function: gisdb=# select isvalid('LINESTRING(0 0, 1 1)'), isvalid('LINESTRING(0 0,0 0)'); isvalid | isvalid @@ -1234,16 +1234,17 @@ SELECT AddGeometryColumn( 'roads', 'roads_geom', -1, 'GEOMETRY', 3 );If you encounter any strange error messages such as "GEOS Intersection() threw an error!" or "JTS Intersection() threw an error!" when calling PostGIS functions with valid input geometries, you likely found an error in either PostGIS or one of the libraries it - uses, and you should contact the PostGIS developers. The same is true if an PostGIS returns + uses, and you should contact the PostGIS developers. The same is true if a PostGIS function returns an invalid geometry for valid input. Strictly compliant OGC geometries cannot have Z or M values. The IsValid() function won't - consider higher dimensioned geometries invalid ! Invocations - of AddGeometryColumn() will add a constraint checking geometry - dimensions, so it is enough to specify 2 there. + consider higher dimensioned geometries invalid! Invocations + of AddGeometryColumn() + will add a constraint checking geometry dimensions, so it is + enough to specify 2 there. @@ -2706,7 +2707,7 @@ dimension(the_geom)>2" skips re-writing of geometries that already are in 2D. Management Functions - + AddGeometryColumn(varchar, varchar, varchar, integer, varchar, integer)